400 Commits

Author SHA1 Message Date
Twinaphex
79737aecf3 (SSNES_CONSOLE) Introduce HAVE_SSNES_MAIN_WRAP define 2012-04-13 20:40:22 +02:00
Twinaphex
9cb9597e8a (Wii) Wii port updates - broken right now -
exits to HBC right after loading a ROM
2012-04-13 02:17:27 +02:00
Twinaphex
cb387342ba Small change for console ports who do not have HAVE_BSV_MOVIE
defined
2012-04-12 14:32:50 +02:00
Themaister
9f0211d9d7 Fixup C++ build. 2012-04-09 22:30:29 +02:00
Themaister
e3a71a8c5b Fixup headers. 2012-04-09 22:05:26 +02:00
Themaister
0f8a47467c Fixups. 2012-04-09 22:04:44 +02:00
Themaister
e012e290ae Builds clean. 2012-04-09 22:04:44 +02:00
Themaister
5d51942f69 libretro fixups. 2012-04-09 22:04:43 +02:00
Themaister
cd3c9a548c Begin fixing up SSNES for libretro. 2012-04-09 22:03:57 +02:00
Themaister
fd5f495991 Fixup build script to reflect libretro. 2012-04-09 22:03:57 +02:00
Themaister
62c96ea937 Change license header. 2012-04-09 22:03:57 +02:00
Themaister
9698cd7dbd Change headers. 2012-04-09 22:03:57 +02:00
Twinaphex
d617e50bbf Revert "Allow for preinit of message queue."
This reverts commit 7d2a00df4e1ff7599b7b14ac18eb5df896a657c7.
2012-04-09 14:35:00 +02:00
Twinaphex
3dee9662e2 Revert "Add a FIFO-style interface to message queue."
This reverts commit fd44e0b9c6718a969bfb6f188c5f401f551865b4.
2012-04-09 14:34:48 +02:00
Twinaphex
eb59aa6028 Revert "Fix FTBFS." See above revert message
This reverts commit da939a99868ba1ea0039a3ba926be2ce70921222.
2012-04-09 14:34:31 +02:00
Themaister
da939a9986 Fix FTBFS. 2012-04-04 23:54:37 +02:00
Themaister
fd44e0b9c6 Add a FIFO-style interface to message queue.
Implement a virtual stderr for consoles.
2012-04-04 23:36:09 +02:00
Themaister
7d2a00df4e Allow for preinit of message queue. 2012-04-04 20:02:41 +02:00
Themaister
2178a14952 Find drivers before snes_init() to allow rotation to work properly. 2012-04-01 19:38:50 +02:00
Themaister
2815d5f5cb Defer autoload after sram load. 2012-04-01 16:58:53 +02:00
Themaister
562b28caa7 Add savestate auto load on boot. 2012-04-01 16:57:39 +02:00
TwinAphex51224
525d9b3cf5 (360) Implemented rotation callback function 2012-04-01 16:10:02 +02:00
Themaister
29ccd1a5a1 Should fix it properly. 2012-03-29 23:19:41 +02:00
Twinaphex
8ff9ae6b32 Revert "Avoid redundant copy. Remove some now unneeded ifdefs."
This reverts commit b52110f6420e8891cfb92c01869c54bf9661e63c.
2012-03-29 22:28:46 +02:00
Themaister
b52110f642 Avoid redundant copy. Remove some now unneeded ifdefs. 2012-03-29 20:28:22 +02:00
Twinaphex
cf5fb8baaa (PS3) Some more Griffin overrides 2012-03-29 15:07:48 +02:00
Twinaphex
6b88330540 (Griffin) Griffin function override hooks 2012-03-29 14:17:03 +02:00
Themaister
eee0233abb Wrap driver calls in overridable macros. 2012-03-29 00:30:50 +02:00
Themaister
3ae401a2a4 Do not compile in main() in ssnes.c for consoles. 2012-03-28 23:08:57 +02:00
Themaister
104c92fa5d Add audio batch callback. 2012-03-27 22:24:46 +02:00
Twinaphex
6332ba3025 ssnes.c - better placement of HAVE_THREADS defines - some more
SSNES_CONSOLE defines
2012-03-26 03:24:28 +02:00
Themaister
a63968377a Fix warning. 2012-03-26 00:10:39 +02:00
Themaister
066e9608a1 Add HAVE_BSV_MOVIE define. 2012-03-26 00:06:25 +02:00
Themaister
c79e536b17 Use positive HAVE_SCREENSHOTS rather than a negative ifdef. 2012-03-25 23:41:20 +02:00
Twinaphex
38ae16f425 SSNES_CONSOLE ifdefs in ssnes.c 2012-03-25 01:19:44 +01:00
Themaister
4a5104bfcf Use a more correct ifdef. 2012-03-22 22:55:30 +01:00
Twinaphex
e5a38bbd51 (SSNES_CONSOLE) More SSNES_CONSOLE ifdefs 2012-03-21 23:58:31 +01:00
Themaister
7ffc9db413 Do not care about cropping on consoles. 2012-03-21 22:47:03 +01:00
Themaister
63274f6f61 Only allow duping if ffmpeg is compiled in. 2012-03-21 22:36:11 +01:00
Themaister
b907cb667a Mask away useless code for consoles. 2012-03-21 22:12:18 +01:00
Themaister
5272008f54 Add --no-patch to forcefully disable all patching. 2012-03-20 23:45:58 +01:00
Themaister
48cddde84a Add IPS patching. 2012-03-20 23:08:34 +01:00
Themaister
9ab02b12be Move compat functionality to compat/. 2012-03-16 23:26:57 +01:00
Themaister
8a6b628bee Allow stopping playback early. 2012-03-10 18:31:25 +01:00
Themaister
7489f387c1 Do not block state saving when playing/recording a movie. 2012-03-10 14:08:04 +01:00
Themaister
b612bb5290 Fix typo. 2012-03-05 17:37:18 +01:00
TwinAphex51224
a2fe0330eb (360) 360 compiles again 2012-03-04 23:15:25 +01:00
Themaister
ea0233716e Slow motion mode. 2012-03-04 12:01:07 +01:00
Themaister
aecd9a1ecb Rename resampler functions to something more generic. 2012-02-23 23:22:08 +01:00
Themaister
da7cf7e01d Merge branch 'master' into ratecontrol 2012-02-15 18:55:56 +01:00