Added GSP services

This commit is contained in:
wheremyfoodat 2022-09-18 16:38:10 +03:00
parent 818ade660d
commit a56b67f3ba
9 changed files with 96 additions and 5 deletions

View file

@ -7,7 +7,7 @@ int main (int argc, char *argv[]) {
Helpers::panic("Failed to initialize OpenGL");
}
auto elfPath = std::filesystem::current_path() / (argc > 1 ? argv[1] : "SimplerTri.elf");
auto elfPath = std::filesystem::current_path() / (argc > 1 ? argv[1] : "sm64.elf");
if (!emu.loadELF(elfPath)) {
Helpers::panic("Failed to load ELF file: %s", elfPath.c_str());
}