You've already forked smb-decomp
mirror of
https://github.com/encounter/smb-decomp.git
synced 2026-03-30 11:38:28 -07:00
7 lines
88 B
C
7 lines
88 B
C
#include <dolphin.h>
|
|
|
|
u32 OSGetPhysicalMemSize(void)
|
|
{
|
|
return *(u32 *)0x80000028;
|
|
}
|