Ilari Liusvaara
78ea0a9d88
Use C++11 isms new in G++ 4.6.
2011-10-19 19:25:31 +03:00
Ilari Liusvaara
95b0df8a8b
Changes to how read-only works
...
* Add command that loads savestate in current mode.
* Make jukebox loads use current mode.
* Fix truncation of movie when current_frame = 0
* Add command to set read-only mode
* Add command to toggle read-only mode
2011-10-03 22:32:43 +03:00
Ilari Liusvaara
bdd0a17bef
All supported platforms support gettimeofday and usleep
...
Move to using gettimeofday and usleep instead of SDL time and delay
functions.
2011-10-02 19:05:45 +03:00
Ilari Liusvaara
847519c961
Use ld --wrap to intercept time() by bsnes core
...
This allows games using S-RTC to be rerecorded.
2011-09-25 02:13:50 +03:00
Ilari Liusvaara
8c8fc98d19
Fix rerecord counting
...
This also fixes the off-by-one in rerecord count.
2011-09-19 21:45:35 +03:00
Ilari Liusvaara
d9ed993a4a
Fix author name parsing
2011-09-19 21:44:05 +03:00
Ilari Liusvaara
b975ebaea5
Don't crash if initial savestate can't be loaded
...
Instead of crashing if initial savestate can't be loaded, enter system
state corrupt mode.
2011-09-18 17:27:03 +03:00
Ilari Liusvaara
89d511f321
Major source reorganization
2011-09-18 12:42:33 +03:00