2193 Commits

Author SHA1 Message Date
Twinaphex
db00f689c8 Fixed indenting in a lot of console files 2012-04-10 21:24:05 +02:00
Themaister
867df49fcf Reword for consistency. 2012-04-10 19:24:08 +02:00
Twinaphex
55d09ee494 (Salamander) Changes - now looks for libretro_path instead of
libsnes_path
2012-04-10 18:57:14 +02:00
Twinaphex
b22f122c93 (PS3 Fixed two-player controls 2012-04-10 18:07:21 +02:00
Twinaphex
eaaeda8c38 (PS3/360) ssnes_render_cached_frame fixed 2012-04-10 17:45:58 +02:00
TwinAphex51224
6c39e981a4 Merge branch 'master' of github.com:Themaister/SSNES 2012-04-10 13:58:49 +02:00
TwinAphex51224
678fbaff3b (360) 360 fix 2012-04-10 13:58:23 +02:00
Twinaphex
5906754468 (Libretro) libretro-related to ports 2012-04-10 03:14:21 +02:00
TwinAphex51224
9d3d696b3e (360) Some libretro ABI-related changes for 360 port 2012-04-10 03:13:04 +02:00
Twinaphex
b2fcf5b281 (PS3) More libretro commits - broken right now on retro_run 2012-04-10 01:00:25 +02:00
Themaister
7c5c04bf36 Warning fixups. 2012-04-10 00:37:30 +02:00
Twinaphex
6c05eac2f5 (PS3) Preliminary PS3 conversion to libretro 2012-04-10 00:22:02 +02:00
Themaister
a949c0ed37 Change another use of snes_library_id(). 2012-04-10 00:18:49 +02:00
Themaister
0cf7e2811e Use retro_get_system_info. 2012-04-09 23:52:05 +02:00
Themaister
1959f0d17b Add block_extract. 2012-04-09 23:46:26 +02:00
Themaister
9f0211d9d7 Fixup C++ build. 2012-04-09 22:30:29 +02:00
Themaister
0dff4dad52 Allow cores to infer aspect ratios other than PAR 1:1. 2012-04-09 22:19:51 +02:00
Themaister
ba2e913908 Use unsigned port. 2012-04-09 22:05:26 +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
cb3a65a358 Minor tweaks. 2012-04-09 22:03:57 +02:00
Themaister
cd3c9a548c Begin fixing up SSNES for libretro. 2012-04-09 22:03:57 +02:00
Themaister
9b57081097 Work on new libretro API. 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
Themaister
84f40dab16 Move set_aspect_ratio to SSNES_CONSOLE. 2012-04-09 22:02:46 +02:00
Twinaphex
e18a9e1001 Added set_aspect_ratio callback function 2012-04-09 16:04:24 +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
Twinaphex
755aeec226 Revert "(PS3) Initial implementation of new message queue" Get rid of
this stuff and the entire FIFO-style interface for the message
queue. It's far too unstable, the ports routinely crash for no
good reason - and I can't get it to display right anyway.
So, get rid of it all and back to the drawing board with it -
because this isn't working out

This reverts commit 29b2a560c37ea5daca9c4fd355827e0dfa44417f.
2012-04-09 14:32:56 +02:00
Twinaphex
29b2a560c3 (PS3) Initial implementation of new message queue 2012-04-05 00:00:33 +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
Twinaphex
ff7cbf5be2 (PS3) Fix 'change libsnes core' option 2012-04-04 23:12:21 +02:00
Themaister
7d2a00df4e Allow for preinit of message queue. 2012-04-04 20:02:41 +02:00
TwinAphex51224
55ddfb0dc6 (360) Add version number for emu cores in menu 2012-04-04 03:33:06 +02:00
TwinAphex51224
113e3006fa (360) Added HD menus / SD menus available too - will be autoselected
based on aspect ratio / HD availability - will need more refinement
2012-04-04 02:54:21 +02:00
Twinaphex
13e22788c9 (PS3) Add version string for emulators in menu 2012-04-03 23:23:54 +02:00
Themaister
865229820a Fix edge case on rotation with multiple pass shaders. 2012-04-02 17:26:23 +02:00
Twinaphex
debba76dc4 (PS3) Multiman fix - different version v0.9.5 2012-04-01 20:15:58 +02:00
Twinaphex
163a7c2e87 (PS3) Hopefully fixes Multiman issue 2012-04-01 20:15:12 +02:00
Themaister
fdcfd3fc71 SET_CORE_VERSION. 2012-04-01 20:11:19 +02:00
Themaister
2178a14952 Find drivers before snes_init() to allow rotation to work properly. 2012-04-01 19:38:50 +02:00
Themaister
34bdea0f1c Add rotation to GL driver (PC). 2012-04-01 19:20:37 +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