mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 19:41:45 +02:00
5 lines
69 B
C
5 lines
69 B
C
|
#include "Defines.h"
|
||
|
|
||
|
u32 GetCR0();
|
||
|
u32 GetCR(u32 num);
|
||
|
u32 GetXER();
|