mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
6fb28b823a
- compiles with latest devkitppc (r15) - now uses libfat (can use front sd slot on wii) - updated menu items a bit - wiimote support - fixed: autoload sram/freeze - fixed: rom plays immediately after loading
11 lines
254 B
C
11 lines
254 B
C
/****************************************************************************
|
|
* gctime.h
|
|
****************************************************************************/
|
|
|
|
extern "C" {
|
|
|
|
long long gettime();
|
|
u32 diff_usec(long long start,long long end);
|
|
|
|
}
|