Commit graph

348 commits

Author SHA1 Message Date
Ilari Liusvaara
b57e6d5eda lsnes_vsetc -> lsnes_instance.setcache 2014-05-10 11:54:15 +03:00
Ilari Liusvaara
d95f247e9f lsnes_memorywatch -> lsnes_instance.mwatch 2014-05-10 11:41:08 +03:00
Ilari Liusvaara
ee6b522395 lsnes_lua_state -> lsnes_instance.lua 2014-05-10 11:32:48 +03:00
Ilari Liusvaara
c84a8125c9 lsnes_memory -> lsnes_instance.memory 2014-05-10 11:22:31 +03:00
Ilari Liusvaara
dcd9bec1fc movb -> lsnes_instance.mlogic 2014-05-10 11:09:28 +03:00
Ilari Liusvaara
ffcdc987bd If loading ROM with multiple candidates, prompt before adding to recentrom 2014-05-03 08:27:18 +03:00
Ilari Liusvaara
45388e8ee2 Support configurable URI shorthands 2014-05-01 13:56:33 +03:00
Ilari Liusvaara
e10a2fcfe5 Trace logger (Window): Show start of frame 2014-05-01 04:12:15 +03:00
Ilari Liusvaara
175a080382 Autodetect followed by undefined with multiple choices: Ask user 2014-04-26 20:55:42 +03:00
Ilari Liusvaara
4560782668 moviefile::get_movie_length: Use milliseconds, not nanoseconds
The fractional division should still be exact (but rounds up).
2014-04-21 21:46:29 +03:00
Ilari Liusvaara
4c952beb3b Use open/read/write/close for binary saves instead of iostreams 2014-04-10 22:51:42 +03:00
Ilari Liusvaara
d533647560 Delete the now-unused emulator_status stuff 2014-04-02 08:43:25 +03:00
Ilari Liusvaara
5cc3661437 Refactor emulator status reporting (and fix the statusbar doesn't update bug) 2014-04-01 00:13:36 +03:00
Ilari Liusvaara
b367334238 Only update emulator status from within update_movie_state() 2014-03-28 12:36:21 +02:00
Ilari Liusvaara
39d2ecaa62 Refactor triple buffering logic to its own file 2014-03-26 12:27:17 +02:00
Ilari Liusvaara
4f0e636b9b Refactor workthread.hpp and threadtypes.hpp (renamed to threads.hpp)
Also rename all variables and fields named "mutex" (gdb does not like
that name).
2014-03-23 09:45:42 +02:00
Ilari Liusvaara
9a1895eaea Fix some memory leak complaints from Valgrind 2014-03-22 13:11:51 +02:00
Ilari Liusvaara
432185f37d Fix core callbacks being undefined if loading ROM from cmdline 2014-03-06 10:29:48 +02:00
Ilari Liusvaara
1d72c3c4f8 C interface 2014-02-27 22:45:44 +02:00
Ilari Liusvaara
76c9599369 New projects menu 2014-02-25 04:03:55 +02:00
Ilari Liusvaara
1994af1d09 Tracelogger: Breakpoints 2014-02-22 21:31:13 +02:00
Ilari Liusvaara
783d20f690 Don't use framebuffer palettes 2014-02-10 00:07:31 +02:00
Ilari Liusvaara
8bae3615ab Load some legacy memory watches
Doesn't support anything fancy, just what old memory watch system
recognized as a watch (not an expression).
2014-02-05 03:23:51 +02:00
Ilari Liusvaara
ef140f3324 moviefile.cpp is friggin' large, split it up 2014-02-05 01:11:21 +02:00
Ilari Liusvaara
a50cadb1a8 Support multi-branch movies 2014-02-04 21:16:38 +02:00
Ilari Liusvaara
3e92462a3d Dynamically allocate moviefile, rrdata and movie structures 2014-02-02 18:35:36 +02:00
Ilari Liusvaara
ceb35eb72c Back movie data off movie file structure 2014-02-01 17:35:22 +02:00
Ilari Liusvaara
3e8eed0ac1 Make git diff --check happy 2014-01-31 06:26:04 +02:00
Ilari Liusvaara
91c765a0a7 Slot branches 2014-01-18 11:50:19 +02:00
Ilari Liusvaara
0a41e8d901 More advanced memory watches 2014-01-10 12:12:14 +02:00
Ilari Liusvaara
5b76990e97 Also load plugins from location relative to the executable 2013-12-30 22:57:22 +02:00
Ilari Liusvaara
e677ebee61 Clean up error reporting on plugin load failure 2013-12-29 15:46:01 +02:00
Ilari Liusvaara
0d39cfc692 Wxwidgets: Plugin manager 2013-12-29 00:03:57 +02:00
Ilari Liusvaara
371c6fd9e3 Refactor library fileimage to dedicated namespace 2013-12-21 01:27:13 +02:00
Ilari Liusvaara
94a0f1d6b0 Refactor library settings to dedicated namespace 2013-12-20 10:31:04 +02:00
Ilari Liusvaara
1f8e008d6e loadlib refactoring, add program modules 2013-12-19 16:23:59 +02:00
Ilari Liusvaara
1bcbae1163 Refactor library zip functions to dedicated namespace 2013-12-19 15:00:21 +02:00
Ilari Liusvaara
040f8ebc63 Refactor library gamepad to dedicated namespace 2013-12-19 07:49:06 +02:00
Ilari Liusvaara
dce933b76d Refactor library framebuffer to dedicated namespace 2013-12-19 07:00:43 +02:00
Ilari Liusvaara
69f06ce1b0 Remove some crazy dependencies to keymapper 2013-12-19 02:58:22 +02:00
Ilari Liusvaara
f89395dbc1 Refactor library dispatch stuff to dedicated namespace 2013-12-19 01:05:48 +02:00
Ilari Liusvaara
dd486e7ff8 Refactor library keyboard to dedicated namespace 2013-12-19 01:05:48 +02:00
Ilari Liusvaara
0cf09e958d Refactor library command functions to dedicated namespace 2013-12-18 22:25:51 +02:00
Ilari Liusvaara
cc0d79566a Attempt to save if emulator is crashing 2013-11-30 13:55:07 +02:00
Ilari Liusvaara
e28121a0e1 Unified support for breakpoints & cheats 2013-11-28 22:22:00 +02:00
Ilari Liusvaara
1e055b17b2 Movie downloading 2013-11-11 12:04:40 +02:00
Ilari Liusvaara
fa854a2bd6 File upload code 2013-11-11 01:49:36 +02:00
Ilari Liusvaara
1ac35c2773 Zip: Allow output to arbitrary ostream 2013-11-11 01:49:36 +02:00
Ilari Liusvaara
2f301e1502 Improve randomness of get_random_hexstring (on I386) 2013-11-11 01:49:36 +02:00
Ilari Liusvaara
fb8910cda5 Support in-memory saves and use those for wxwidgets ROM loading 2013-11-10 13:24:49 +02:00