Ilari Liusvaara
1e5258c8d4
Merge branch 'rr1-maint'
2012-04-25 17:20:25 +03:00
Ilari Liusvaara
bad7915dfb
AVI dumper: Performance counters
...
These are needed for dynamic compression level adjustment (not implemented
yet for any codec).
2012-04-24 09:52:00 +03:00
Ilari Liusvaara
07ecfd7dc4
Refactor internal interfaces to support arbitrary number of controllers
2012-04-15 15:10:15 +03:00
Ilari Liusvaara
6f229e6a93
Merge branch 'rr1-maint'
2012-04-13 17:05:19 +03:00
Ilari Liusvaara
f37ac166f4
Refactor joystick support
...
Refactor the common parts of joystick support to library/joyfun
2012-04-12 17:38:57 +03:00
Ilari Liusvaara
213d32c427
Merge branch 'rr1-maint'
2012-04-11 22:50:34 +03:00
Ilari Liusvaara
6393e21c5d
Wxwidgets joystick support
2012-04-11 16:46:10 +03:00
Ilari Liusvaara
cf4175312c
Built-in ROM patcher
...
Implement built-in ROM patcher instead of relying upon nall to perform
the patching.
2012-03-18 17:29:02 +02:00
Ilari Liusvaara
4fc30a3c4c
Merge branch 'rr1-maint'
...
Conflicts:
Makefile
src/core/avidump-control.cpp
src/core/jmd-control.cpp
src/core/keymapper.cpp
src/core/raw-control.cpp
src/core/rom.cpp
2012-03-02 22:00:20 +02:00
Ilari Liusvaara
6adc07acc8
Introduce some string functions to refactor the rest of code with
2012-02-27 21:11:25 +02:00
Ilari Liusvaara
30360a86d8
Merge branch 'rr1-maint'
...
Conflicts:
Makefile
include/library/minmax.hpp
src/core/avidump-control.cpp
src/core/rom.cpp
2012-02-23 17:44:28 +02:00
Ilari Liusvaara
e88023a17f
Code cleanup WIP
2012-02-23 16:48:56 +02:00
Ilari Liusvaara
c969a854c9
Refactor codec zlib handling
...
Make common utility class for deflate into vector with some prefix type
operation.
2012-02-18 14:15:24 +02:00
Ilari Liusvaara
043cac8894
Refactor AVI dumping a lot (WIP)
2012-02-12 20:23:36 +02:00
Ilari Liusvaara
2cd0bbdcc3
Switch to dedicated SHA-256 implementation
...
This is in preparation of splitting the emulation cores away.
2012-02-07 17:35:18 +02:00
Ilari Liusvaara
f292f7babe
Do some small fixups with dumpers
...
- Merge simpler dumpers (JMD, RAW and SDMP) with control code.
- Remove unused code from AVI(CSCD) dumper.
- Remove non-threaded dumper support from AVI(CSCD) dumper.
- Use advanced dumpers API to start/stop dumpers from command line.
- Move dumping-related code to avi/
2012-02-04 16:57:41 +02:00