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