TGA dumps work, courtesy of @bunnei
This commit is contained in:
parent
bdc3c99904
commit
fb47258af7
3 changed files with 39 additions and 37 deletions
|
@ -24,7 +24,7 @@ int __cdecl main(int argc, char **argv) {
|
|||
|
||||
System::Init(emu_window);
|
||||
|
||||
std::string boot_filename = "homebrew.elf";
|
||||
std::string boot_filename = "/Users/gandrade-air/Downloads/homebrew/yeti3DS-master.elf";
|
||||
std::string error_str;
|
||||
|
||||
bool res = Loader::LoadFile(boot_filename, &error_str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue