mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-13 01:29:11 +01:00
85a1b2af45
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5251 8ced0084-cf51-0410-be5f-012b33b47a6e
5 lines
69 B
C
5 lines
69 B
C
#include "Defines.h"
|
|
|
|
u32 GetCR0();
|
|
u32 GetCR(u32 num);
|
|
u32 GetXER(); |