mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Exclude this code for OSX PPC for now
This commit is contained in:
parent
a01985273b
commit
8431b63235
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue