Themaister
|
af40f3e9b8
|
Add initial GL direct rendering test.
|
2013-03-27 16:15:15 +01:00 |
|
twinaphex
|
6d8871c76c
|
Combine menu_settings_set and menu_settings_set_default and
move to settings.c
|
2013-03-23 17:21:42 +01:00 |
|
twinaphex
|
82d80cf24f
|
(PS3) Multiman cleanups
|
2013-03-23 05:17:39 +01:00 |
|
Themaister
|
51b5a2df5c
|
Refactor aspect_ratio member.
Mutate in g_extern.system.aspect_ratio to avoid
getting wrong aspect ratio on reentrancy.
|
2013-03-17 22:05:15 +01:00 |
|
Themaister
|
aa24755956
|
Make initial RGUI directory configurable.
|
2013-03-17 21:39:28 +01:00 |
|
twinaphex
|
595e591607
|
(RARCH_CONSOLE) Move sound_mode_enums to general.h
|
2013-03-17 18:16:34 +01:00 |
|
twinaphex
|
ad2cd4e492
|
Revert "Remove platform-specific MAX_PADS - use global define MAX_PLAYERS"
This reverts commit fb1355b975 .
|
2013-03-16 17:51:45 +01:00 |
|
twinaphex
|
fb1355b975
|
Remove platform-specific MAX_PADS - use global define MAX_PLAYERS
instead and customize it for certain ports
|
2013-03-16 17:13:28 +01:00 |
|
Themaister
|
e3c85b174c
|
Can toggle rewind enable in runtime.
|
2013-03-16 14:28:34 +01:00 |
|
Themaister
|
12cc1c43d4
|
Can almost run RGUI on PC.
Input in menu is broken. Binds are set up wrongly for PC.
|
2013-03-16 10:35:22 +01:00 |
|
twinaphex
|
0166ce4585
|
(RGUI) RGUI input code now no longer GEKKO-specific
|
2013-03-15 01:22:52 +01:00 |
|
twinaphex
|
ede829c354
|
Refactor set_default_keybinds callback into set_keybinds - remove
set_analog_dpad_mapping and have it go through set_keybinds - expand
functionality of set_keybinds
|
2013-03-14 02:24:57 +01:00 |
|
twinaphex
|
4bd0999940
|
Remove rarch_input_set_default_keybinds - merge with function
pointer set_default_keybind_lut
|
2013-03-13 16:06:13 +01:00 |
|
twinaphex
|
8f5a49dc7e
|
Refactor default_binds - now becomes a member ni retro_keybind
called def_joykey
|
2013-03-13 15:34:33 +01:00 |
|
twinaphex
|
801202a2fd
|
(Input) Remove defunct map_dpad_to_stick
|
2013-03-12 23:49:45 +01:00 |
|
Themaister
|
7b6bf22ac6
|
Add rarch_bits_t.
|
2013-03-10 01:43:57 +01:00 |
|
Themaister
|
272ef70895
|
Merge branch 'master' into cd-swap
|
2013-03-09 09:27:14 +01:00 |
|
twinaphex
|
6899434609
|
(Android) Add back button behavior option
|
2013-03-07 15:21:17 +01:00 |
|
twinaphex
|
2d4d9d181e
|
(Android) Add explicit runtime hack for Xperia Play so that
AKEYCODE_BACK behavior is not contingent on AKeyMeta (which
could produce problems on other pads). Hopefully should fix
some issues
|
2013-03-02 11:27:24 +01:00 |
|
twinaphex
|
f72a505dbe
|
Split up main() function to frontend/frontend.c
|
2013-02-25 07:01:16 +01:00 |
|
twinaphex
|
343a85c6dc
|
(Playbook) Add Playbook ifdefs - cut down on compilation errors
|
2013-02-25 01:19:12 +01:00 |
|
Themaister
|
0d1d275227
|
Merge branch 'master' into cd-swap
|
2013-02-23 14:50:33 +01:00 |
|
Themaister
|
eb0476ffab
|
Add configurable GL context.
|
2013-02-23 14:50:18 +01:00 |
|
Themaister
|
e3dfba2c34
|
Add preliminary disk swapping interface.
Works with Mednafen's disk swapping model.
|
2013-02-21 23:44:07 +01:00 |
|
Squarepusher
|
bd4d97337c
|
Merge pull request #139 from Themaister/thread_video
Threaded video driver
|
2013-02-19 14:17:00 -08:00 |
|
twinaphex
|
3fe68149a6
|
(RMenu) Improve Low RAM mode for RMenu
|
2013-02-17 22:01:08 +01:00 |
|
twinaphex
|
0357f1510c
|
(RMenu) Add low RAM mode
|
2013-02-17 20:23:27 +01:00 |
|
Themaister
|
76bf41188a
|
Add video_threaded option to Android.
|
2013-02-17 00:26:17 +01:00 |
|
Themaister
|
843d079002
|
Begin adding threaded video driver wrapper.
|
2013-02-16 02:48:08 +01:00 |
|
Themaister
|
3b5eedeab5
|
Measure frame times at frame granularity.
|
2013-02-10 01:42:56 +01:00 |
|
twinaphex
|
fa582bf15e
|
(Android) Add ICade profile option
|
2013-02-09 11:44:50 +01:00 |
|
Themaister
|
4e1387ce25
|
Fix Win32 MSVC 2010 build.
|
2013-02-09 10:39:23 +01:00 |
|
Themaister
|
d33d2e9f0c
|
Make resamplers more modular.
|
2013-02-08 11:49:51 +01:00 |
|
Themaister
|
1df86a722a
|
Rework FPS measurement.
|
2013-02-05 12:51:12 +01:00 |
|
Themaister
|
27d57b789a
|
Add basic FPS measurement routines.
|
2013-02-04 21:46:56 +01:00 |
|
ToadKing
|
7967086058
|
(Android) set opacity overlay
|
2013-02-01 20:29:42 -05:00 |
|
twinaphex
|
dfe7e760d7
|
(PS3) Add ability to set menu skin
|
2013-02-01 07:42:36 +01:00 |
|
twinaphex
|
914e39c55a
|
(RMenu) Refactor RMenu images
|
2013-02-01 06:53:41 +01:00 |
|
Themaister
|
61707d2783
|
Add integer scale options.
|
2013-01-29 19:28:33 +01:00 |
|
Themaister
|
6f8190ea0b
|
Add savestate_auto_load option.
|
2013-01-24 19:24:40 +01:00 |
|
twinaphex
|
7abeca067d
|
(Filebrowser) Remove MODE_FILEBROWSER_REFRESH_PENDING
|
2013-01-22 20:42:11 +01:00 |
|
ToadKing
|
6d174dcc3b
|
(Console) don't delete the wrong file on when loading a second rom after loading one in a zip file
|
2013-01-21 20:18:11 -05:00 |
|
twinaphex
|
8efc01b321
|
(RARCH_CONSOLE) Use new unzip code and remove console-centric
stuff
|
2013-01-22 00:14:24 +01:00 |
|
Themaister
|
b90490f425
|
Add zip loading support to core.
|
2013-01-21 23:52:47 +01:00 |
|
Themaister
|
e04217e373
|
Refactor where ROM is loaded.
|
2013-01-21 21:01:12 +01:00 |
|
Themaister
|
019959a012
|
Add audio buffer statistics measurement.
|
2013-01-18 10:38:43 +01:00 |
|
twinaphex
|
ca9edec941
|
(PS3) Add PAL60 mode
|
2013-01-17 12:17:02 +01:00 |
|
twinaphex
|
95961d1ccb
|
(PS3) Fixes OSK code
|
2013-01-17 10:40:35 +01:00 |
|
twinaphex
|
32495632d8
|
(Filebrowser/RMenu) Now refreshes filebrowser when unzipping a file
|
2013-01-13 08:58:57 +01:00 |
|
twinaphex
|
15cbab4876
|
(RARCH_CONSOLE) Add new Unzip mode : Unzip, Load First File, Then Delete
- tested first on PS3
|
2013-01-13 07:12:21 +01:00 |
|