Themaister
|
91d2cea259
|
Make the hermite resampling core more robust.
|
2011-02-06 18:38:04 +01:00 |
|
Themaister
|
820b124165
|
Add hermite resampler core :) SRC is disabled by default.
|
2011-02-06 13:29:48 +01:00 |
|
Themaister
|
93202f191c
|
Add pausing when window loses focus :p
|
2011-02-05 21:45:44 +01:00 |
|
Themaister
|
3033fb6791
|
Pausing support.
|
2011-02-05 20:46:58 +01:00 |
|
Themaister
|
6c0eebd4bf
|
Remove more stuff and add a comment.
|
2011-02-04 23:47:36 +01:00 |
|
Themaister
|
31db2a30bb
|
Remove unneeded glue logic. -lSDLmain fixed it :)
|
2011-02-04 23:45:54 +01:00 |
|
Themaister
|
5e241d79c8
|
Wut! :D
|
2011-02-04 23:45:51 +01:00 |
|
Themaister
|
96389ef83b
|
Some testing fixes for OSX.
|
2011-02-04 22:47:37 +01:00 |
|
Themaister
|
1b5adde885
|
Hrm.
|
2011-02-02 20:15:00 +01:00 |
|
Themaister
|
491f2e3e76
|
Update FPS for ffmpeg slightly.
|
2011-02-02 17:19:13 +01:00 |
|
Themaister
|
67ed89729d
|
Use state slots for movies as well.
|
2011-02-02 13:37:01 +01:00 |
|
Themaister
|
5f8993cb83
|
Movie playback seems to work! :D
|
2011-02-02 12:45:56 +01:00 |
|
Themaister
|
2446300dd9
|
Some more logic hooked up.
|
2011-02-02 12:10:27 +01:00 |
|
Themaister
|
b97c45df78
|
Initial code for movie playback.
|
2011-02-02 11:47:05 +01:00 |
|
Themaister
|
9034e82298
|
Add rewind granularity. (Faster, but less accurate rewind.)
|
2011-02-01 17:30:18 +01:00 |
|
Themaister
|
0c1d359091
|
Make clang happy :)
|
2011-01-31 21:23:07 +01:00 |
|
Themaister
|
de331bcd9e
|
Add rewind bind to ssnes-joyconfig.
|
2011-01-31 18:49:50 +01:00 |
|
Themaister
|
a81d6bc247
|
Fix up stuff. Alignment is done in client code.
|
2011-01-31 18:27:21 +01:00 |
|
Themaister
|
47d0b12d40
|
Configurable rewind stuff.
|
2011-01-31 18:06:57 +01:00 |
|
Themaister
|
849e9aa734
|
Do not play audio when rewinding, sound is borked even when shuffling.
|
2011-01-31 17:24:31 +01:00 |
|
Themaister
|
351e098da1
|
Basic rewind works!
|
2011-01-31 16:48:42 +01:00 |
|
Themaister
|
43dc30c3a5
|
Updates for 0.2.1
|
2011-01-30 13:44:30 +01:00 |
|
Themaister
|
98e6613df0
|
Add in feature check printing for XAudio and Pulse.
|
2011-01-30 00:30:54 +01:00 |
|
Themaister
|
25fe9b7f58
|
Add possibility to alter sound input rate on-the-fly.
|
2011-01-29 18:42:21 +01:00 |
|
Themaister
|
b8aa08de8b
|
Display features compiled in with --help.
|
2011-01-25 13:03:53 +01:00 |
|
Themaister
|
ebd2a4c4c3
|
Update build for Win32.
|
2011-01-24 22:15:49 +01:00 |
|
Themaister
|
db69cb2173
|
Add SSNES_LOG when changing save state slot.
|
2011-01-23 23:30:55 +01:00 |
|
Themaister
|
17663bbe46
|
Add save state slots.
|
2011-01-23 23:09:54 +01:00 |
|
Themaister
|
2267c7d048
|
Update licensing headers.
|
2011-01-23 20:29:28 +01:00 |
|
Themaister
|
1f39adec79
|
Small cleanups.
|
2011-01-23 13:50:22 +01:00 |
|
Themaister
|
c4f78912a1
|
Some fixes here and there. Do not build FFmpeg by default.
|
2011-01-23 13:34:41 +01:00 |
|
Themaister
|
9cf25dcb67
|
A slight cleanup.
|
2011-01-23 03:16:14 +01:00 |
|
Themaister
|
21b9f57af1
|
Add configurable font path/font size.
|
2011-01-23 02:48:06 +01:00 |
|
Themaister
|
4e78b80343
|
Load save and save state show messages.
Do not load/save state repeatedly when holding down the buttons/keys.
|
2011-01-23 02:23:20 +01:00 |
|
Themaister
|
2211dc73e1
|
Progress on font rendering. :)
|
2011-01-23 00:27:20 +01:00 |
|
Themaister
|
b69f91027b
|
Add configurable support for config file (disabling it... ah, good old
days! :D)
|
2011-01-19 12:54:19 +01:00 |
|
Themaister
|
b381350bdc
|
Rework savestate / srm saving.
|
2011-01-18 15:34:37 +01:00 |
|
Themaister
|
c7e6e73bcb
|
Fix a blooper in headers.
|
2011-01-17 20:54:58 +01:00 |
|
Themaister
|
5c9c4f42c3
|
Clean up float handling a bit.
ALSA now checks if floating point is supported to avoid one extra
conversion, also clean up the driver itself a bit.
|
2011-01-15 20:37:42 +01:00 |
|
Themaister
|
6b21e6b8a3
|
Clean up audio a bit. Less use of nasty statics and VLAs.
|
2011-01-14 15:34:38 +01:00 |
|
Themaister
|
907c371a92
|
Add sufami... Now it should be pretty complete. :)
|
2011-01-12 21:57:55 +01:00 |
|
Themaister
|
f9893b6c1b
|
Do not process frame when CPU filter is not activated.
|
2011-01-12 19:28:49 +01:00 |
|
Themaister
|
c36608b6db
|
Update print_help() and add dynamics for rest of rom loading.
|
2011-01-12 19:24:20 +01:00 |
|
Themaister
|
a73ab097dd
|
Add support for Gameboy SRAM and RTC.
|
2011-01-12 19:09:24 +01:00 |
|
Themaister
|
2fb3f89f18
|
Add more sensible flags for some options.
|
2011-01-12 18:07:31 +01:00 |
|
Themaister
|
e6aa065781
|
Add some more abstractions for file loading. Also add initial SGB rom
loading!
|
2011-01-12 18:05:57 +01:00 |
|
Themaister
|
dda5745817
|
Shouldn't poll an extra time since it messed up mouse handling.
|
2011-01-11 18:23:50 +01:00 |
|
Themaister
|
9e09b55e89
|
Add psnes_get_region which was missing.
|
2011-01-11 16:53:31 +01:00 |
|
Themaister
|
aad1d8798d
|
Update --help.
|
2011-01-10 17:34:26 +01:00 |
|
Themaister
|
422ba8a801
|
Add support for justifiers and multitap.
|
2011-01-10 16:53:37 +01:00 |
|