mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-01 17:54:53 +00:00
5 lines
69 B
C
5 lines
69 B
C
|
#include "Defines.h"
|
||
|
|
||
|
u32 GetCR0();
|
||
|
u32 GetCR(u32 num);
|
||
|
u32 GetXER();
|