mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-02-16 11:29:23 +01:00
![michniewski](/assets/img/avatar_default.png)
- 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);
|
|
|
|
}
|