mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-07 07:42:57 +12:00
Metal: Reimplement some texture formats on iOS
This commit is contained in:
parent
5990cb3b02
commit
c59ee99364
3 changed files with 83 additions and 4 deletions
|
@ -23,9 +23,9 @@ IOS_EXPORT void iosCreateEmulator() {
|
|||
emulator->initGraphicsContext(nullptr);
|
||||
|
||||
// auto path = emulator->getAppDataRoot() / "Kirb Demo.3ds";
|
||||
// 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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue