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
|
d0fff4a625
|
(XDK) Some cleanups to find_and_set_first_file
|
2014-06-04 23:20:16 +02:00 |
|
twinaphex
|
a8aa91e03f
|
(Salamander) Clean up Wii/Xbox implementations too
|
2014-06-04 22:48:38 +02:00 |
|
twinaphex
|
fe72d42a0e
|
Remove process_args where we can
|
2014-06-03 19:21:49 +02:00 |
|
twinaphex
|
cdbdc524a5
|
(XDK) Changed to new argc/argv system
|
2014-06-03 19:14:07 +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
|
4f27c4b56d
|
(Salamander XDK1) Fix build
|
2014-06-01 05:35:28 +02:00 |
|
twinaphex
|
08c8e5fb5f
|
Reduce amount of includes for rarch_console.h
|
2014-06-01 03:08:26 +02:00 |
|
twinaphex
|
ef7e3c91de
|
(RARCH_CONSOLE) Verbose logging is no longer enforced
|
2014-05-31 18:34:06 +02:00 |
|
twinaphex
|
64d413fb68
|
Add screenshot_dir to default_paths
|
2014-05-31 16:23:45 +02:00 |
|
twinaphex
|
da51530f0e
|
(RARCH_CONSOLE) Setup default_paths properly
|
2014-05-31 08:15:57 +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
|
4e2572bbfe
|
(MSVC 360) Build fix
|
2014-04-17 17:42:41 -07:00 |
|
twinaphex
|
03ec845977
|
(Salamander) frontend_context.h gets new member function
'salamander_init'
|
2014-02-24 18:23:12 +01:00 |
|
twinaphex
|
0a15a17d44
|
Update years on all license headers
|
2014-01-01 01:50:59 +01:00 |
|
twinaphex
|
6c394d717c
|
(XDK1 Salamander) Build fix
|
2013-11-15 04:26:38 +01:00 |
|
twinaphex
|
7420012721
|
(RARCH_CONSOLE) Remove unneeded variables from default_paths
|
2013-11-11 10:37:39 +01:00 |
|
twinaphex
|
6997c207bd
|
Remove HAVE_FILEBROWSER/remove file_browser.c
|
2013-11-11 04:12:30 +01:00 |
|
twinaphex
|
da8f8b6d63
|
Get rid of lifecycle_mode_state and use g_extern.lifecycle_state
instead
|
2013-11-07 21:44:44 +01:00 |
|
twinaphex
|
abf2079920
|
(XDK) platform_xdk - use fill_pathname_join where appropriate
|
2013-11-03 17:55:59 +01:00 |
|
twinaphex
|
5d52aaf3a3
|
(Android) Rewrite frontend_android
|
2013-11-03 16:38:56 +01:00 |
|
twinaphex
|
df3874deaf
|
(360) Take out xfilecache
|
2013-10-07 12:51:24 +02:00 |
|
twinaphex
|
618bbf5aae
|
(RARCH_CONSOLE) Reduce code duplication - after environment_get, default dirs are
created and config file is loaded
|
2013-10-01 17:06:14 +02:00 |
|
twinaphex
|
452dd2cad8
|
(RARCH_CONSOLE) Replace rarch_make_dir with path_mkdir
|
2013-10-01 17:00:49 +02:00 |
|
twinaphex
|
ba837a74b4
|
(RMenu) remove input_presets_dir variable
|
2013-09-29 04:53:00 +02:00 |
|
twinaphex
|
8837139271
|
(360) Build fixes
|
2013-09-15 18:49:18 +02:00 |
|
twinaphex
|
b805efa59a
|
(frontend) Additional param to argc/argv for iOS/OSX ports
|
2013-08-10 21:31:11 +02:00 |
|
twinaphex
|
d640c16eb3
|
(Frontend) Move more platform-specific code into environment_get function
implementations
|
2013-08-10 20:59:10 +02:00 |
|
twinaphex
|
db9462bc49
|
(GX) Build fixes
|
2013-07-27 21:38:38 +02:00 |
|
twinaphex
|
e19d2320b2
|
(frontend_context) Implement process_events
|
2013-07-27 17:42:09 +02:00 |
|
twinaphex
|
003635499f
|
Add QNX frontend context file
|
2013-07-27 17:16:46 +02:00 |
|
twinaphex
|
40d5fcc472
|
Add shutdown to frontend_context.c - bake frontend_context in for all versions
|
2013-07-27 16:36:55 +02:00 |
|
twinaphex
|
4eb283b7e3
|
Cleanups to frontend_ctx
|
2013-07-27 12:59:23 +02:00 |
|
twinaphex
|
1e70a46dd8
|
Merge platform_ files with platform_exec.c files
|
2013-07-27 03:59:01 +02:00 |
|
twinaphex
|
2650bec798
|
Setup platform_xdk as context as well
|
2013-07-27 00:32:56 +02:00 |
|
twinaphex
|
6e2fc94c5e
|
(360) Fix Salamander build
|
2013-05-10 23:38:54 +02:00 |
|
twinaphex
|
523a27ce61
|
(360) Load Game History list now works on 360 as well
|
2013-05-10 22:44:58 +02:00 |
|
twinaphex
|
af867b008d
|
(XDK) Make initial 'default paths' creation of dirs work
on XDK
|
2013-05-06 00:30:45 +02:00 |
|
twinaphex
|
8f2ed9a405
|
(XDK1) Load Game (History) works now on Xbox 1
|
2013-04-29 18:05:48 +02:00 |
|
twinaphex
|
4a772c3fa8
|
(Wii) Working Load Game History
|
2013-04-29 03:05:46 +02:00 |
|
twinaphex
|
05ac7919b1
|
system_process_args now has return type
|
2013-04-28 05:18:56 +02:00 |
|
twinaphex
|
d2e1f6004f
|
Take out XDK D3D header include in platform_xdk.c
|
2013-04-23 22:22:00 +02:00 |
|
twinaphex
|
57157d35a1
|
Remove some menu includes in platform files
|
2013-04-23 21:57:57 +02:00 |
|
twinaphex
|
a647535df0
|
Move logger_init/logger_deinit to frontend_console.c and out
of platform implementations
|
2013-04-23 03:17:45 +02:00 |
|
twinaphex
|
fda5db7476
|
(CONSOLE) Get rid of system_deinit_save and system_post_init
|
2013-04-23 01:55:00 +02:00 |
|