mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-07 15:52:59 +12:00
ios: Remove printf spam
This commit is contained in:
parent
1bd00a87f9
commit
5990cb3b02
2 changed files with 5 additions and 5 deletions
|
@ -31,10 +31,8 @@ IOS_EXPORT void iosCreateEmulator() {
|
|||
}
|
||||
|
||||
IOS_EXPORT void iosRunFrame(CAMetalLayer* layer) {
|
||||
printf("Running a frame\n");
|
||||
void* layerBridged = (__bridge void*)layer;
|
||||
|
||||
emulator->getRenderer()->setMTKLayer(layerBridged);
|
||||
emulator->runFrame();
|
||||
printf("Ran a frame\n");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue