mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Merge pull request #8398 from mrjschulte/patch-2
fix iOS/tvOS build patch.
This commit is contained in:
commit
9ac7059d05
@ -771,6 +771,10 @@ frontend_ctx_driver_t frontend_ctx_darwin = {
|
||||
NULL, /* watch_path_for_changes */
|
||||
NULL, /* check_for_path_changes */
|
||||
NULL, /* set_sustained_performance_mode */
|
||||
frontend_darwin_get_cpu_model_name,
|
||||
#if (defined(OSX) && !(defined(__ppc__) || defined(__ppc64__)))
|
||||
frontend_darwin_get_cpu_model_name,
|
||||
#else
|
||||
NULL,
|
||||
#endif
|
||||
"darwin",
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user