mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Detect ROM format
This commit is contained in:
parent
bef634114d
commit
7ba5c5a1bc
3 changed files with 19 additions and 5 deletions
|
@ -50,7 +50,8 @@ public:
|
|||
void run();
|
||||
void runFrame();
|
||||
|
||||
bool loadELF(std::filesystem::path& path);
|
||||
bool loadROM(const std::filesystem::path& path);
|
||||
bool loadELF(const std::filesystem::path& path);
|
||||
bool loadELF(std::ifstream& file);
|
||||
void initGraphicsContext() { gpu.initGraphicsContext(); }
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue