hocclk: build system changes
- update C++ version to GNU23, change how build scripts behave and more
This commit is contained in:
@@ -88,7 +88,7 @@ namespace integrations {
|
||||
|
||||
bool GetRETROSuperStatus() {
|
||||
struct stat st = {0};
|
||||
return stat("sdmc:/config/horizon-oc/retro.flag", &st) == 0;
|
||||
return stat("sdmc:/config/horizon-oc/retro.flag", &st) == 0; // TODO: unhardcode this
|
||||
}
|
||||
|
||||
void LoadSaltyNX() {
|
||||
|
||||
Reference in New Issue
Block a user