Home
last modified time | relevance | path

Searched refs:_gx_saved_data (Results 1 – 1 of 1) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libogc/
H A Dgx.c133 static u8 _gx_saved_data[STRUCT_REGDEF_SIZE] ATTRIBUTE_ALIGN(32); variable
2113 memcpy(_gx_saved_data,__gxregs,STRUCT_REGDEF_SIZE); in GX_BeginDispList()
2141 memcpy(__gxregs,_gx_saved_data,STRUCT_REGDEF_SIZE); in GX_EndDispList()