mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-01-24 00:32:43 -05:00
finally fixed everything
homebrew wasn't actually global, smh
This commit is contained in:
@@ -41,7 +41,7 @@ int init_services(void)
|
||||
ptmuInit();
|
||||
httpcInit(0);
|
||||
archive_result = open_archives();
|
||||
bool homebrew = true;
|
||||
homebrew = true;
|
||||
if (!envIsHomebrew())
|
||||
{
|
||||
homebrew = false;
|
||||
|
||||
Reference in New Issue
Block a user