Rename macro.

This commit is contained in:
Dario
2025-05-03 19:00:55 -03:00
parent 91fc309f0e
commit 1458801ebe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ namespace zelda64 {
std::filesystem::path get_program_path() {
#if defined(__APPLE__)
return get_bundle_resource_directory();
#elif defined(__linux__) && defined(ZELDA64RECOMP_FLATPAK)
#elif defined(__linux__) && defined(RECOMP_FLATPAK)
return "/app/bin";
#else
return "";