TGA dumps work, courtesy of @bunnei

This commit is contained in:
archshift 2014-04-30 18:34:49 -07:00
parent bdc3c99904
commit fb47258af7
3 changed files with 39 additions and 37 deletions

View file

@ -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);