Themaister
b16ff3024c
Add new DSP plugin API, events.
2011-08-13 04:09:08 +02:00
Themaister
9e24474047
Can record hi-res and filtered output.
2011-08-11 05:25:31 +02:00
Themaister
7c17ede1ef
Updates for 0.7beta1.
2011-08-09 23:04:13 +02:00
Themaister
033860ceb9
Add -f/--fullscreen command line option.
2011-07-09 08:37:08 +02:00
Themaister
ab601ee3dc
v0.6.2
2011-07-06 16:54:54 +02:00
Themaister
089b4fbba0
Updates for 0.6.1.
2011-06-27 02:28:35 +02:00
Themaister
80727cef5a
Nitpick.
2011-06-26 18:47:54 +02:00
Themaister
fa777b8356
Should fix netplay for bSNES as well.
...
Do not rely on when polling takes place in the emu core.
We earlier assumed that this occured always at the start of the main
loop. We now do not care about when the poll callback is called, and we
manually poll the network ourselves in pre_frame.
2011-06-26 16:02:18 +02:00
Themaister
3f60fdd106
Fix build for XVideo.
2011-06-25 18:11:04 +02:00
Themaister
b6272f9653
Small bug.
2011-06-24 13:31:21 +02:00
Themaister
25fce1a6c6
Allow XML mapping.
2011-06-24 13:29:30 +02:00
Themaister
db3e1ae053
Updates for 0.6.
2011-06-21 22:37:48 +02:00
Themaister
f85fd50fa1
Add --nodevice.
2011-06-19 11:11:04 +02:00
Themaister
753d2057bb
Fix BSD build. Convert strcpy()/strcat() to strl* variants.
2011-06-16 22:47:37 +02:00
Themaister
d3e0140f01
Holy crap, now that was painful.
2011-06-15 04:16:53 +02:00
Themaister
da94877155
Less magic numbers ... ;)
2011-06-14 22:44:54 +02:00
Themaister
a3816bffa1
Force rewind granularity to 1 when we're using movies.
2011-06-14 22:09:16 +02:00
Themaister
54bc0a8d96
Heyhey :D
2011-06-14 21:35:31 +02:00
Themaister
3feade6b6e
Update FFemu a bit. Convert to lossless HuffYUV/FLAC.
2011-06-14 18:45:30 +02:00
Themaister
99e85684db
Input capturing semantic.
2011-06-11 20:02:17 +02:00
Themaister
192e3303a1
Update dist and version.
2011-06-11 18:19:00 +02:00
Themaister
d0ba59f8b5
Start moving over to SDL_image rather than imlib2.
...
Imlib2 takes more space, and was a pure bitch to compile for Win32,
so I gave up ... ;)
2011-06-11 16:55:53 +02:00
Themaister
f62120861a
Show if python is compiled in or not.
2011-06-06 20:21:26 +02:00
Themaister
c646166fe1
Make an "empty" buffer for performance. Also attempt to fall back if
...
vsync fails on start.
2011-05-31 23:03:01 +02:00
Themaister
2144ef84fd
Add fast-forward (hold) mode.
...
Also purge default player 2-5 binds ...
2011-05-24 02:31:21 +02:00
Themaister
36d9adbc0f
*Shrug* windows. Works at least ... :D
2011-05-18 22:11:34 +02:00
Themaister
7f1cd62c8a
Update DSP API for config callback.
...
Clean up API a bit to have separate
SSNES_*_API_VERSION defines.
2011-05-17 19:20:41 +02:00
Themaister
ac21fb81e2
Prepare for 0.5 release.
2011-05-15 22:18:36 +02:00
Themaister
efed98d5b6
Yay, works :)
2011-05-15 17:16:29 +02:00
Themaister
8d051ab413
Fix up case where plugin resamples.
2011-05-13 21:43:32 +02:00
Themaister
8ceb8225ad
DSP plugin interface, weeee :D
2011-05-13 21:05:28 +02:00
Themaister
75d618140b
Some more work on external API.
2011-05-11 17:52:16 +02:00
Themaister
b48322222a
Add overscan cropping.
2011-05-05 14:13:12 +02:00
Themaister
d679f8b24f
v0.4.1 updates.
2011-04-26 19:00:50 +02:00
Themaister
fcebad2589
FreeConsole() to avoid ugly console.
2011-04-23 14:47:50 +02:00
Themaister
d304960c21
0.4.1-beta I suppose.
2011-04-22 03:17:31 +02:00
Themaister
abd7bab43a
Cheat support... Somewhat.
2011-04-17 16:53:19 +02:00
Themaister
092fa9d531
Get initial cheat support down.
2011-04-17 13:30:59 +02:00
Themaister
0f0a4d0a5e
Fix fullscreen state flickering with XVideo.
2011-04-09 13:15:14 +02:00
Themaister
a4c901df57
Bit more logging when saving SRAM to be sure. 0.4! :D
2011-04-07 21:20:11 +02:00
Themaister
ad55829890
Convert to strlcpy/strlcat. More sane.
2011-04-03 22:29:36 +02:00
Themaister
b2d214ee79
Should fix path issues with UPS patching.
...
When filename had two dots ('.') in it,
using fill_pathname on g_extern.basename was wrong.
Added fill_pathname_noext to countermeasure this.
2011-04-03 21:43:25 +02:00
Themaister
006948b973
Warmup for 0.4-beta. Some FBO stuff is still borked.
2011-03-30 11:05:56 +02:00
Themaister
3455f83fa7
Hopefully fixes awkward issue with scale not being applied correctly.
2011-03-29 19:09:10 +02:00
Themaister
caf87b1198
Font handling and stuff.
2011-03-29 18:28:31 +02:00
Themaister
48dcd174a7
Add resetting support. (About time, ey?! :D)
2011-03-24 20:41:28 +01:00
Themaister
6c85e6e702
Configurable FBO support.
2011-03-23 23:48:13 +01:00
Themaister
e484e22e2f
Fix up UPS :) Should work fine now at least for .sfc base roms.
2011-03-23 23:31:33 +01:00
Themaister
d5761b6385
Can disable netplay.
2011-03-19 20:41:07 +01:00
Themaister
e502a8b566
Updates for 0.3.2
2011-03-17 22:28:44 +01:00