mirror of
https://github.com/joel16/3DShell.git
synced 2025-02-17 01:37:35 +00:00
cia: Only save application path if running in 3dsx
This commit is contained in:
parent
d392626d62
commit
953be6ec15
@ -86,8 +86,10 @@ namespace Services {
|
||||
}
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
__application_path__ = argv[0];
|
||||
__application_path__.erase(0, 5);
|
||||
if (envIsHomebrew()) {
|
||||
__application_path__ = argv[0];
|
||||
__application_path__.erase(0, 5);
|
||||
}
|
||||
|
||||
Services::Init();
|
||||
GUI::Loop();
|
||||
|
Loading…
x
Reference in New Issue
Block a user