N64 improvements. Split N64 save files into eep, sra, fla, mpk and tpk files. Add "wide" tag detection to database, auto-switches to widescreen if found. Prioritize N64-database_user.txt, so that people can override games already in the regular database file. Honor order that rpak, cpak and tpak are written in database, for p1 controller.
3 lines
158 B
C
3 lines
158 B
C
void stick_swap(int num, int stick, int *num2, int *stick2);
|
|
void n64_joy_emu(const int x, const int y, int* x2, int* y2, int max_cardinal, float max_range);
|