mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-08 12:16:36 +00:00
5 lines
69 B
C
5 lines
69 B
C
|
#include "Defines.h"
|
||
|
|
||
|
u32 GetCR0();
|
||
|
u32 GetCR(u32 num);
|
||
|
u32 GetXER();
|