Merge remote-tracking branch 'origin/dev' into mod-ui

This commit is contained in:
Mr-Wiseguy
2025-03-23 22:00:50 -04:00
5 changed files with 21 additions and 8 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ namespace zelda64 {
// Apple specific methods that usually require Objective-C. Implemented in support_apple.mm.
#ifdef __APPLE__
void dispatch_on_ui_thread(std::function<void()> func);
const char* get_bundle_resource_directory();
std::filesystem::path get_bundle_resource_directory();
std::filesystem::path get_bundle_directory();
#endif
}