mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Mac/Linux buildfix.
This commit is contained in:
parent
7969b2e6ab
commit
a0d96d26c8
1 changed files with 2 additions and 0 deletions
|
@ -154,7 +154,9 @@ void NativeGetAppInfo(std::string *app_dir_name, std::string *app_nice_name, boo
|
|||
*app_dir_name = "ppsspp";
|
||||
*landscape = true;
|
||||
|
||||
#if defined(ARM)
|
||||
ArmEmitterTest();
|
||||
#endif
|
||||
}
|
||||
|
||||
void NativeInit(int argc, const char *argv[], const char *savegame_directory, const char *external_directory, const char *installID)
|
||||
|
|
Loading…
Add table
Reference in a new issue