mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-04 06:11:17 +00:00
Exclude this code for OSX PPC for now
This commit is contained in:
parent
a01985273b
commit
8431b63235
@ -683,7 +683,7 @@ static uint64_t frontend_darwin_get_mem_total(void)
|
||||
|
||||
static uint64_t frontend_darwin_get_mem_free(void)
|
||||
{
|
||||
#ifdef OSX
|
||||
#if defined(OSX) && !defined(OSX_PPC)
|
||||
vm_size_t page_size;
|
||||
vm_statistics64_data_t vm_stats;
|
||||
mach_port_t mach_port = mach_host_self();
|
||||
|
Loading…
Reference in New Issue
Block a user