mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-07 15:52:59 +12:00
Metal renderer fixes for iOS
This commit is contained in:
parent
3a4f067313
commit
6d0479d7c1
4 changed files with 25 additions and 21 deletions
|
@ -22,12 +22,8 @@ IOS_EXPORT void iosCreateEmulator() {
|
|||
hidService = &emulator->getServiceManager().getHID();
|
||||
emulator->initGraphicsContext(nullptr);
|
||||
|
||||
// auto path = emulator->getAppDataRoot() / "Kirb Demo.3ds";
|
||||
auto path = emulator->getAppDataRoot() / "Kirb Demo.3ds";
|
||||
|
||||
//auto path = emulator->getAppDataRoot() / "toon_shading.elf";
|
||||
auto path = emulator->getAppDataRoot() / "toon_shading.elf";
|
||||
emulator->loadROM(path);
|
||||
printf("Created emulator\n");
|
||||
}
|
||||
|
||||
IOS_EXPORT void iosRunFrame(CAMetalLayer* layer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue