Commit Graph

498 Commits

Author SHA1 Message Date
Themaister
0865c7855d Update build for win32 with freetype. 2011-01-24 21:46:43 +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
f0e444b8d9 Show better log when font loading fails. 2011-01-23 14:48:19 +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
e5fd3b95fa Configurable message positioning. 2011-01-23 02:59:44 +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
aaabc3601b Check size of queue before pushing. 2011-01-23 02:04:56 +01:00
Themaister
b0c70231db Start adding a message queue. 2011-01-23 01:59:49 +01:00
Themaister
0c10f10edd Add shaders in the mix. Can disable/enable shaders on the fly. 2011-01-23 00:49:09 +01:00
Themaister
2211dc73e1 Progress on font rendering. :) 2011-01-23 00:27:20 +01:00
Themaister
f4778c42e1 Initial font rendering util. 2011-01-22 22:24:52 +01:00
Themaister
81d48c3794 Do not link in snes.dll when doing dynamic build for win32. 2011-01-19 17:47:32 +01:00
Themaister
20d9345a4e Do not link in snes.dll when doing dynamic build for win32. 2011-01-19 16:11:45 +01:00
Themaister
ed172fd1e4 Add dynamic loading for Win32. 2011-01-19 13:25:18 +01:00
Themaister
bd23e23661 Fix build errors for Win32. 2011-01-19 13:07:11 +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
0a2f05561b Add in SW params again, seems like they were needed after all... :) 2011-01-15 21:11:22 +01:00
Themaister
465d919d57 Merge branch 'master' of git://github.com/Themaister/SSNES 2011-01-15 20:54:03 +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
cded1b89c7 Merge git://github.com/Themaister/SSNES 2011-01-15 17:35:44 +01:00
Themaister
e7e5363465 Fix index issues with joypads. 2011-01-15 16:52:45 +01:00
Themaister
5249a36279 Update Makefile to install man page for ssnes-joyconfig as well. 2011-01-15 16:51:20 +01:00
Themaister
92377b0426 Update man-pages some more. Add man-page for ssnes-joyconfig. 2011-01-15 16:50:26 +01:00
Themaister
4119eaadf4 Update Makefile to install man-page 2011-01-15 15:56:40 +01:00
Themaister
2a8db622f5 Add some docs for SSNES. 2011-01-15 15:52:25 +01:00
Themaister
956d03ba03 Merge git://github.com/Themaister/SSNES 2011-01-14 23:00:14 +01:00
Themaister
eceac31060 Some rework in Jack. Better buffer handling and should reach lower
latencies more stable.
2011-01-14 16:32:12 +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
becfeb57eb Oh dear... I hate this bugs that plague you for days, but are so stupid. 2011-01-13 21:25:52 +01:00
Themaister
d82d8ac2a4 Use desktop bpp. 2011-01-13 20:18:27 +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
90a5059b5b More error checking... 2011-01-11 22:33:28 +01:00
Themaister
7b5969cb55 some common error routine, and more stringent error checking. 2011-01-11 22:13:55 +01:00
Themaister
d30ce0e867 Add accelerated visual sdl attribute 2011-01-11 21:16:57 +01:00
Themaister
d9f75d3a6a Add message when shader init fails. 2011-01-11 19:23:21 +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