2652 Commits

Author SHA1 Message Date
Themaister
43be487a39 Update external GFX plugin interface. 2012-06-10 11:46:24 +02:00
Themaister
a0b9e6b55e Fix screenshot crashes. 2012-06-10 11:10:14 +02:00
Themaister
0668fa4062 Change default screenshot key to F8. 2012-06-10 10:48:44 +02:00
Themaister
e32f879179 Fix C++ build. 2012-06-10 10:44:08 +02:00
Twinaphex
df6a9a0f85 Set up dir_list_new so that we can use it for the 360/PS3 filebrowser 2012-06-10 03:50:06 +02:00
Twinaphex
3a01bad0ec (PS3/360) Slimmed down filebrowser - still too big though 2012-06-10 01:30:53 +02:00
Themaister
9e650a9540 Add some clarifying comments on screenshots. 2012-06-09 10:29:50 +02:00
Themaister
553b1d640a Ifdef for HAVE_RGL. 2012-06-09 00:24:43 +02:00
Themaister
19f0c04021 Add screenshot support from backbuffer. 2012-06-08 22:39:18 +02:00
TwinAphex51224
f088ba7bb4 (360) SD menu placement fixed 2012-06-05 21:01:58 +02:00
Twinaphex
cc1d5600b8 Set Makefile for PS3 RGL back to SNC as default compiler 2012-06-05 19:37:05 +02:00
Twinaphex
7b511f064a (PS3) Removed ps3_video_psgl.h 2012-06-05 19:35:36 +02:00
Twinaphex
ec63eb6434 Refactored some code - added 5x scale 2012-06-05 18:11:42 +02:00
Themaister
33271647af Update joyconfig for l2/r2/l3/r3. 2012-06-05 00:32:44 +02:00
Themaister
bc5d73dbdd Update to 0.9.6. v0.9.6 2012-06-03 22:09:04 +02:00
Twinaphex
c39cc503df Updated common-shaders link 2012-06-03 21:40:28 +02:00
Themaister
5c564723df Update libretro link. 2012-06-03 21:40:10 +02:00
Themaister
b6ca3e0e33 More verbose logging on auto save states. 2012-06-02 22:32:27 +02:00
Themaister
1b02235b8f Change "ssnes" to "retroarch". 2012-06-02 22:19:42 +02:00
tukuyomi
d7c16c7b30 Greatly clean up quickbuild's handling of parameters. 2012-06-02 22:11:39 +02:00
Themaister
7a4ef581a4 Add auto save state on end. 2012-06-02 21:34:26 +02:00
Twinaphex
ddb03333e3 (Rzlib) Included uncompress 2012-06-02 14:37:10 +02:00
Themaister
e00edebc98 Clarify where *_LEVEL should be called. 2012-06-01 16:52:05 +02:00
Themaister
b2387e06bc Add RETRO_ENVIRONMENT_SET_PERFORMANCE_LEVEL. 2012-06-01 16:50:38 +02:00
Themaister
b97644f52f Make sure that network is inited. 2012-06-01 15:20:53 +02:00
Themaister
a0ec6da2a8 Allow sending UDP commands from RetroArch. 2012-06-01 15:15:06 +02:00
Themaister
02c77d3685 Drop useless (void). 2012-06-01 14:22:13 +02:00
Themaister
2c674ef8d1 Correctly walk the addrinfo tree to determine all addresses. 2012-05-31 20:34:33 +02:00
TwinAphex51224
e9cf861f7f (360) fix 360 build 2012-05-30 17:24:02 +02:00
Twinaphex
3e6a10ffb6 (PS3) Add some Griffin overrides 2012-05-30 17:03:23 +02:00
Themaister
3902bc19b3 Fix strange newlines. 2012-05-30 16:55:23 +02:00
Themaister
10b0c2ee94 Merge branch 'master' of github.com:Themaister/RetroArch 2012-05-30 16:53:34 +02:00
Twinaphex
3fd10a723d (PS3) Cleanups 2012-05-30 16:30:25 +02:00
Themaister
f600bf437c Move message queue out of RetroArch core's control. 2012-05-30 01:20:47 +02:00
Twinaphex
2f8c4c10a9 (PS3) Fix reentrant ROM loading - input wasn't being brought up
again after deiniting input - will just comment out cellPadEnd
for now
2012-05-30 01:19:25 +02:00
TwinAphex51224
502fd8ff54 (360) Use S_START_RARCH setting 2012-05-29 23:00:38 +02:00
TwinAphex51224
6222329a7b (360) Fixed control strings in Controls menu 2012-05-29 22:52:08 +02:00
Twinaphex
8e37cd4d89 (360/PS3) Make Quick Menu enums universal for console ports 2012-05-29 22:36:17 +02:00
Twinaphex
369e99efa8 (PS3) Use rarch_settings_create_menu_item_label in PS3 port now too 2012-05-29 22:22:47 +02:00
TwinAphex51224
841304619d (360) Add LBL_LOAD_STATE_SLOT and LBL_SAVE_STATE_SLOT 2012-05-29 22:12:28 +02:00
TwinAphex51224
fcdeed2a82 (RARCH_CONSOLE) Non-unicode version of rarch_settings_create_menu_item_label
if _XBOX is undefined
2012-05-29 21:59:03 +02:00
TwinAphex51224
074ff4b2fc (360) Add S_LBL_RARCH_VERSION 2012-05-29 21:47:53 +02:00
TwinAphex51224
5f0991c052 (360) Can increment/decrement save state slots now in Quick Menu 2012-05-29 21:40:45 +02:00
TwinAphex51224
321697f029 (360) Add changing of rotation / aspect ratio with left/right
D-pad buttons
2012-05-29 21:29:32 +02:00
TwinAphex51224
37140c1cd9 (360) Use rarch_settings_set_menu_item_label more 2012-05-29 20:34:06 +02:00
TwinAphex51224
346745e24b (360) Use rarch_settings_create_menu_item_label 2012-05-29 20:01:29 +02:00
TwinAphex51224
4e6b50b8ee (360) Fixed placement of some rarch_convert_char_to_wchar calls 2012-05-29 19:54:05 +02:00
TwinAphex51224
6c7e3ec571 (360) char to wchar helper revisions - now uses a wchar_t buffer
in menu.cpp - buffer is passed to helper functions
2012-05-29 19:51:35 +02:00
TwinAphex51224
67ffd5226a (360) Properly implement OnControlNavigate 2012-05-29 19:00:48 +02:00
Twinaphex
7ce9e4f9b0 (PS3) Use S_ASPECT_RATIO_DECREMENT / S_ASPECT_RATIO_INCREMENT 2012-05-29 17:55:45 +02:00