twinaphex
1c1297b3e6
Take out unused process_events callback from frontend_context driver
2014-11-08 16:45:55 +01:00
Toad King
e30734230e
add USB Gecko debugging support
2014-10-27 19:37:08 -05:00
twinaphex
6849f4f18c
(Salamander) Fix Salamander targets
2014-10-22 00:28:56 +02:00
twinaphex
9a9fa6532a
Move file_path.c to libretro SDK
2014-10-22 00:23:06 +02:00
twinaphex
c62d52de0f
Start properly implementing libretro SDK for boolean.h include
...
header, glsym, and rthreads
2014-10-21 05:05:52 +02:00
twinaphex
375273720f
(GX) Fix implicit declaration warnings
2014-10-21 01:34:00 +02:00
twinaphex
d3b27fd888
Add content_loaded callback to frontend context driver
2014-10-17 03:55:16 +02:00
twinaphex
86e0292883
(GX) Fix build
2014-10-03 17:01:56 +02:00
twinaphex
e6a79f798b
Refactor MODE_EXITSPAWN and MODE_EXITSPAWN_START_GAME
2014-10-02 21:39:29 +02:00
twinaphex
9e362a4f35
Revert "Add stub functions for get_video_driver in frontends"
...
This reverts commit 98eaaf8f5fa64b71a53f18aab6e999cdbc0d63a9.
2014-09-20 23:35:55 +02:00
twinaphex
98eaaf8f5f
Add stub functions for get_video_driver in frontends
2014-09-20 23:25:46 +02:00
twinaphex
a71b42e4b3
(RARCH_CONSOLE/RARCH_MOBILE) Add default playlist dir for consoles/mobile
2014-09-15 08:03:58 +02:00
twinaphex
bee41d6416
Cleanups - 80-char limit
2014-09-02 17:42:44 +02:00
twinaphex
4a17a7b832
(GX) Build fix
2014-08-15 21:08:56 +02:00
twinaphex
dfeab30f26
Rename rom variables in main_wrap struct
2014-07-28 19:55:28 +02:00
twinaphex
1dfccb84e1
Refactor menu_load_game and the content loading routine in
...
frontend.c
2014-07-28 00:18:05 +02:00
twinaphex
f2e4625858
(GX/PS3/PSP/XDK) Don't use strdup anymore for setting wrap arguments
2014-06-13 18:11:08 +02:00
twinaphex
97a262dd60
Rename default_paths to g_defaults
2014-06-12 18:06:29 +02:00
twinaphex
0b076883d6
Add get_name function to frontend context
2014-06-12 16:26:33 +02:00
twinaphex
ce412a7c8b
(XDK/GX) Cleanups to exitspawn implementations
2014-06-05 06:45:31 +02:00
twinaphex
faea453a0b
(Salamander) Refactorings - Salamander should be easier to get to
...
work now on new console platforms
2014-06-05 06:12:41 +02:00
twinaphex
7676de50ce
(Salamander) Use EXT_EXECUTABLES
2014-06-05 02:12:42 +02:00
twinaphex
137ce497bd
Move find_and_set_first_file to frontend_salamander.c
2014-06-05 00:51:47 +02:00
twinaphex
c86281e5b8
(PS3/GX/XDK) Refactor find_and_set_first_file
2014-06-04 23:42:40 +02:00
twinaphex
413822c32c
(GX) Make find_and_set_first_file the same as code for PS3
2014-06-04 23:30:48 +02:00
twinaphex
a8aa91e03f
(Salamander) Clean up Wii/Xbox implementations too
2014-06-04 22:48:38 +02:00
twinaphex
353bbb5f83
(GX) Make gx_audio.c and platform_gx.c more generic
2014-06-04 18:54:40 +02:00
Toad King
19cbaaeba4
[GX] buildfix for salamander
2014-06-03 20:58:42 -04:00
Toad King
8f6775a790
[GX] change usleep to timed cond wait in device thread
2014-06-03 20:39:49 -04:00
twinaphex
97c6ae0911
Change return type of process_args to void
2014-06-03 20:03:56 +02:00
twinaphex
6443d173b7
(GX) Move platform_gx over to new argc/argv system
2014-06-03 07:57:20 +02:00
twinaphex
b5ab16fa53
(PS3) Starts working with new argc/argv building - only
...
broken usecase right now is Core Selection - we'll have to
mess directly with argc/argv for fixing that one - pretty
similar issue to the one on the Wii
2014-06-03 06:37:57 +02:00
twinaphex
2c5bde4f84
(GX) Add new code for correcting argc/argv - doesn't work yet
2014-06-03 04:49:01 +02:00
twinaphex
29a3a46e73
Setup main_entry and environment_get for proper building of
...
argc/argv for console/mobile ports with non-conformant argc/argv
input values
2014-06-03 03:35:12 +02:00
twinaphex
83174b51c4
Correct 'ret' return of process_args at least - 0 is for content
...
being loaded, 1 is if content is not loaded
2014-06-02 22:58:28 +02:00
twinaphex
908164868f
Make 'argc' into int pointer so that we can modify argc inside
...
get_environment callback
2014-06-01 05:56:38 +02:00
twinaphex
6fa7e1894e
(GX) Move Wii-specific hack done to argc/argv to environment_get
...
function (platform_gx.c)
2014-06-01 04:42:32 +02:00
twinaphex
08c8e5fb5f
Reduce amount of includes for rarch_console.h
2014-06-01 03:08:26 +02:00
Toad King
500c3aac30
[GX] code cleanup
2014-05-31 16:27:35 -04:00
twinaphex
ef7e3c91de
(RARCH_CONSOLE) Verbose logging is no longer enforced
2014-05-31 18:34:06 +02:00
twinaphex
47b936aa33
(GX) Set default overlay dir
2014-05-31 16:17:59 +02:00
twinaphex
da51530f0e
(RARCH_CONSOLE) Setup default_paths properly
2014-05-31 08:15:57 +02:00
twinaphex
0fce77fd1b
(GX) Fill in gx_free (move code from platform_gx.c to gx/gx_video.c)
2014-05-29 05:55:21 +02:00
twinaphex
90b7589b5d
(Platform context) Unique names per platform instance
2014-05-17 14:56:12 +02:00
twinaphex
fdfa41b1e0
(Frontend) Add get_rating to frontend context
2014-05-16 22:20:51 +02:00
twinaphex
03ec845977
(Salamander) frontend_context.h gets new member function
...
'salamander_init'
2014-02-24 18:23:12 +01:00
twinaphex
de0d0626f6
Include boolean.h instead of stdbool.h
2014-02-11 07:49:15 +01:00
twinaphex
0a15a17d44
Update years on all license headers
2014-01-01 01:50:59 +01:00
twinaphex
29677b7a08
(platform_gx) Use fill_pathname_join instead of snprintf
2013-11-12 14:59:06 +01:00
twinaphex
7420012721
(RARCH_CONSOLE) Remove unneeded variables from default_paths
2013-11-11 10:37:39 +01:00