twinaphex
|
0ed0295629
|
Revert "(GX) Declutter message queue code in RGUI"
This reverts commit 28b79e5872 .
|
2013-01-14 03:55:01 +01:00 |
|
twinaphex
|
28b79e5872
|
(GX) Declutter message queue code in RGUI
|
2013-01-14 03:49:24 +01:00 |
|
twinaphex
|
0f2e36d349
|
(RARCH_CONSOLE) Move default_binds
|
2013-01-13 03:17:13 +01:00 |
|
twinaphex
|
04cacb5e30
|
Upgrade lifecycle_menu_state to 64bit variable lifecycle_mode_state
|
2013-01-12 03:13:03 +01:00 |
|
twinaphex
|
cc43b84ff2
|
(RARCH_CONSOLE) Refactor more state variables
|
2013-01-11 19:44:34 +01:00 |
|
twinaphex
|
ca3be92255
|
(RARCH_CONSOLE) Refactor msg_fps variable
|
2013-01-11 06:56:05 +01:00 |
|
twinaphex
|
5bf022fd99
|
(RARCH_CONSOLE) Use local variable copy of g_extern.lifecycle_menu_state in frame
functions - more state functionality will be moved here (for console ports)
|
2013-01-11 06:32:35 +01:00 |
|
twinaphex
|
3c8bb7333e
|
(RMenu) Refactor g_extern.draw_menu
|
2013-01-10 19:43:00 +01:00 |
|
twinaphex
|
a925f3ca9f
|
(RARCH_CONSOLE) Rename and relocate all menu files
|
2013-01-09 17:50:12 +01:00 |
|
twinaphex
|
905a2046f4
|
(NGC) Fix build
|
2013-01-09 05:08:08 +01:00 |
|
ToadKing
|
f33ed73671
|
(Consoles) re-add second timer for scroll delays
|
2013-01-07 23:58:00 -05:00 |
|
ToadKing
|
1dc08b9a6d
|
(GX) work with new console code
|
2013-01-07 23:48:21 -05:00 |
|
Themaister
|
d9b640fafe
|
(RARCH_CONSOLE) fixups for set_shader().
|
2013-01-08 04:08:15 +01:00 |
|
twinaphex
|
fe62828fb1
|
(RARCH_CONSOLE) Refactor timer code
|
2013-01-08 00:35:49 +01:00 |
|
twinaphex
|
3a5d056b95
|
Expand functionality of set_shader callback function
|
2013-01-07 16:46:26 +01:00 |
|
ToadKing
|
1221b024cb
|
(GX) fix potential memory corruption in 32-bit video conversion
|
2013-01-06 20:34:41 -05:00 |
|
twinaphex
|
4866aff654
|
(Android) Input tweaks - use local pointer variables
|
2013-01-07 02:09:19 +01:00 |
|
twinaphex
|
31e82fa6e8
|
(GX) Input - fix ifdefs
|
2013-01-07 01:51:29 +01:00 |
|
twinaphex
|
e563b3f1d2
|
(GX) One for loop now for both PAD and WPAD - WPAD done
first
|
2013-01-07 01:48:56 +01:00 |
|
ToadKing
|
5f08c2f937
|
(GX) skip polling of disconnected GC controllers
|
2013-01-06 19:19:23 -05:00 |
|
ToadKing
|
71bc5ae50d
|
(GX) potential video memory corruption
|
2013-01-06 19:02:49 -05:00 |
|
ToadKing
|
dc92db11a3
|
(GX) fix input quirks
|
2013-01-06 18:47:52 -05:00 |
|
twinaphex
|
1a48a5522d
|
(GX) Shows 'ingame menu' options now
|
2013-01-06 23:45:30 +01:00 |
|
twinaphex
|
3f2112d2fd
|
(GX) Input polling refactor - do Wiimote first - skip GC poll
if no GC pads are connected
|
2013-01-06 20:17:05 +01:00 |
|
twinaphex
|
33154c1a04
|
(GX) Input tweaks
|
2013-01-06 19:40:54 +01:00 |
|
twinaphex
|
40430f735b
|
(Wii) Menu flow control improvements
|
2013-01-06 17:40:27 +01:00 |
|
twinaphex
|
6c4da75612
|
(RARCH_CONSOLE) Move Salamander files to frontend/salamander
|
2013-01-06 05:33:37 +01:00 |
|
twinaphex
|
011e740129
|
Move all frontend files to new dir 'frontend'
|
2013-01-06 05:22:21 +01:00 |
|
twinaphex
|
aaebc0be3d
|
(RARCH_CONSOLE) Add #ifdef HAVE_DYNAMIC for libretro dynamic
library argv
|
2013-01-06 04:11:24 +01:00 |
|
twinaphex
|
66dfceabe1
|
(RARCH_CONSOLE) Build fixes + rarch_main_init_wrap needs to be
always compiled in and not ifndef HAVE_RARCH_MAIN_WRAP
|
2013-01-06 03:50:55 +01:00 |
|
twinaphex
|
3f537518e1
|
(RARCH_CONSOLE) Use g_extern.config_path
|
2013-01-06 03:09:51 +01:00 |
|
twinaphex
|
369477a15b
|
(RARCH_CONSOLE) Add MODE_INIT
|
2013-01-06 01:28:39 +01:00 |
|
twinaphex
|
e06583a45c
|
(RARCH_CONSOLE) Get rid of emulator_initialized - replace with main_is_init
|
2013-01-05 23:49:58 +01:00 |
|
twinaphex
|
c0c81bf22b
|
(RARCH_CONSOLE) Move rarch_config_save to settings.c - rename to
config_save_file
|
2013-01-05 22:18:59 +01:00 |
|
twinaphex
|
08afcbfa3d
|
(RARCH_CONSOLE) Use void* for param passing type
|
2013-01-03 03:02:52 +01:00 |
|
twinaphex
|
14c3faab53
|
(GX) Create stub gx_set_shader function
|
2013-01-02 17:13:32 +01:00 |
|
Themaister
|
0b4cf2d053
|
Update license headers to 2013.
|
2013-01-01 01:41:15 +01:00 |
|
ToadKing
|
44dbdf7b02
|
(GX) skip launching salamander if we're switching core, one less point of failure
|
2012-12-30 18:06:17 -05:00 |
|
ToadKing
|
1fccba40d5
|
(GX) add ability to change default save location
fix save/load/screenshot/reset options not showing up in in-game menu
|
2012-12-30 17:30:43 -05:00 |
|
Toad King
|
5400d9eaa4
|
(GX) adjust refresh rate for non-interlaced mode
fix pal-60 detection
|
2012-12-23 15:43:37 -05:00 |
|
Toad King
|
ac1e760296
|
(GX) small changes to video mode switching, fixes debug text in some video modes
|
2012-12-23 12:52:35 -05:00 |
|
Toad King
|
9a41c3c1c7
|
(GX) convert image to pixel format with alpha field if we're drawing the menu
|
2012-12-23 12:32:24 -05:00 |
|
Toad King
|
c42bbaf191
|
fix
|
2012-12-18 23:04:26 -05:00 |
|
Toad King
|
79ccb9a6d9
|
(GX) implement 32-bit color support
|
2012-12-18 22:18:31 -05:00 |
|
twinaphex
|
2ecb4cebe8
|
(GX) Video - refactor convert_texture function some more
|
2012-12-19 04:16:04 +01:00 |
|
twinaphex
|
2e9d84efc3
|
(GX) Video - small refactor of texture conversion routine
|
2012-12-19 04:08:47 +01:00 |
|
Toad King
|
376317309e
|
Revert "(GX Video) Only update texture if frame is not NULL"
This reverts commit 78027ee920 .
the logic for this is already in update_textures and it broke menu rendering
|
2012-12-18 21:12:00 -05:00 |
|
twinaphex
|
5cd6017ff5
|
(GX) Use g_extern.draw_menu
|
2012-12-18 08:32:48 +01:00 |
|
twinaphex
|
49d35b2339
|
(Wii) Use WPAD_Data to obtain local pointer to pad state
|
2012-12-16 07:28:01 +01:00 |
|
twinaphex
|
7a67348b3c
|
Change 1 << for bitmasks to 1ULL <<
|
2012-12-15 18:00:30 +01:00 |
|