twinaphex
|
aaebc0be3d
|
(RARCH_CONSOLE) Add #ifdef HAVE_DYNAMIC for libretro dynamic
library argv
|
2013-01-06 04:11:24 +01:00 |
|
twinaphex
|
494148f579
|
Remove rarch_console_main_wrap.c file
|
2013-01-06 03:53:39 +01:00 |
|
twinaphex
|
7c2dd5e769
|
(Griffin) Remove rarch_console_main_wrap.c include
|
2013-01-06 03:52:29 +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
|
d94dc34b17
|
Merge branch 'master' of https://github.com/Themaister/RetroArch
Conflicts:
console/rarch_console_main_wrap.c
console/rarch_console_main_wrap.h
|
2013-01-06 03:28:02 +01:00 |
|
twinaphex
|
3f537518e1
|
(RARCH_CONSOLE) Use g_extern.config_path
|
2013-01-06 03:09:51 +01:00 |
|
Themaister
|
9df3b56413
|
Refactor main_wrap out to core.
|
2013-01-06 03:06:47 +01:00 |
|
twinaphex
|
c572a5b544
|
(RARCH_CONSOLE) Remove initialize_rarch_enable
|
2013-01-06 01:39:43 +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
|
2c26f92c7d
|
(RARCH_CONSOLE) Cleanups
|
2013-01-05 21:56:19 +01:00 |
|
twinaphex
|
01633dc0a6
|
(RGL) More cleanups, pt. 9 (and some opts.)
|
2013-01-05 21:02:36 +01:00 |
|
twinaphex
|
f27e7e4943
|
(RGL) More cleanups, pt. 8
|
2013-01-05 20:29:54 +01:00 |
|
twinaphex
|
26d87330ad
|
(Assets) Move around some assets
|
2013-01-04 20:58:16 +01:00 |
|
twinaphex
|
7e426d171b
|
(RGL) More cleanups, pt. 7
|
2013-01-04 18:27:05 +01:00 |
|
twinaphex
|
14590e1846
|
(RGL) More cleanups pt. 6
|
2013-01-04 07:28:14 +01:00 |
|
twinaphex
|
4382875749
|
(RGL) More cleanups pt. 5
|
2013-01-04 06:39:34 +01:00 |
|
twinaphex
|
e1314a6d32
|
(RGL) More cleanups pt. 4
|
2013-01-04 05:39:31 +01:00 |
|
twinaphex
|
92c6f0aa45
|
(RGL) More cleanups pt. 3
|
2013-01-03 18:09:27 +01:00 |
|
twinaphex
|
e6de786756
|
(RGL) More cleanups pt. 2
|
2013-01-03 15:40:31 +01:00 |
|
twinaphex
|
4a45ead07e
|
(RGL) More cleanups
|
2013-01-03 14:55:11 +01:00 |
|
twinaphex
|
471acec6c9
|
(RGL) Cleanups
|
2013-01-03 14:31:25 +01:00 |
|
twinaphex
|
5c57182330
|
(RGL PS3) Misc. cleanups
|
2013-01-03 03:38:44 +01:00 |
|
twinaphex
|
129ff2d8f3
|
(Filebrowser) Use void * wherever possible
|
2013-01-03 02:32:09 +01:00 |
|
Themaister
|
78a8e03f2f
|
Update griffin for RXML. Purge libxml2.
|
2013-01-02 15:23:22 +01:00 |
|
Themaister
|
0b4cf2d053
|
Update license headers to 2013.
|
2013-01-01 01:41:15 +01:00 |
|
twinaphex
|
0de110a274
|
(Android) Create separate input_autodetect.c input file
|
2012-12-31 18:02:20 +01:00 |
|
twinaphex
|
e2163317d7
|
(Android/RARCH_CONSOLE) Move DPAD_EMULATION enums to general.h -
makes it easier from maintenance perspective
|
2012-12-31 17:50:47 +01:00 |
|
ToadKing
|
02db5ccd90
|
(Console) save sram_dir_enabled and savestate_dir_enabled to config file
|
2012-12-30 17:42:05 -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 |
|
twinaphex
|
d114095447
|
(RARCH_CONSOLE) Don't compile in input_common.c for consoles
|
2012-12-25 20:46:58 +01:00 |
|
Themaister
|
7c60aaf48f
|
Compile in overlay if HAVE_OVERLAY in griffin.
|
2012-12-23 18:39:34 +01:00 |
|
Themaister
|
f445c939e9
|
Merge branch 'master' into overlay
|
2012-12-23 13:56:57 +01:00 |
|
Themaister
|
9b58fac354
|
Always compile in config file support.
|
2012-12-23 13:55:59 +01:00 |
|
twinaphex
|
04cabb0996
|
(Android) refactor JNI code - still can't load ClassLoader
|
2012-12-23 13:16:58 +01:00 |
|
twinaphex
|
29ef7dc4ed
|
(Android) Initial implementation of input overlay key input code -
not working yet due to need to determine whether or not touchscreen
is pressed in input_state_pressed
|
2012-12-21 01:31:01 +01:00 |
|
twinaphex
|
675124bda4
|
(Griffin) Compile in overlay code - get rid of input_state
override for Android
|
2012-12-20 20:48:09 +01:00 |
|
twinaphex
|
d5dffe88dc
|
(Griffin) Add stub for post_render_func for Griffin
|
2012-12-20 03:59:33 +01:00 |
|
twinaphex
|
ddc94054cb
|
Get rid of RMenu context clear function
|
2012-12-18 09:17:40 +01:00 |
|
twinaphex
|
34951c121b
|
(PS3) Use g_extern.draw_menu instead of block_swap
|
2012-12-18 08:20:44 +01:00 |
|
twinaphex
|
155e0692a9
|
(PS3) Some work on OSK - still doesn't work alright - a bitch to
get working properly without extra threads
|
2012-12-17 06:44:28 +01:00 |
|
twinaphex
|
8e98968c85
|
(RMenu) Big refactor
|
2012-12-17 05:30:28 +01:00 |
|
twinaphex
|
6750808e56
|
(RMenu) Menu callback entry function should now be pretty much self-contained
|
2012-12-17 01:30:38 +01:00 |
|
twinaphex
|
e391a18107
|
(RMenu) Add input_iterate function pointer - cleanup some code
|
2012-12-17 01:02:45 +01:00 |
|
twinaphex
|
00058618c9
|
(RMenu) RMenu refactor - have function pointers for menu struct
|
2012-12-17 00:32:16 +01:00 |
|
twinaphex
|
ae089a7b58
|
(Android) Make logging optional
|
2012-12-16 04:13:31 +01:00 |
|
twinaphex
|
dacab094f0
|
(RMenu) menu_loop renamed into rmenu_iterate - iterates menu code for one frame
|
2012-12-15 16:40:02 +01:00 |
|
twinaphex
|
566296068a
|
(Xbox 1) Fix build
|
2012-12-15 03:59:31 +01:00 |
|
twinaphex
|
13b8c40c27
|
Remove null_fonts - bitmap fonts will always be the fallback
default now
|
2012-12-15 03:02:26 +01:00 |
|