twinaphex
|
fd94cbdefe
|
Move rarch_main_init_wrap to frontend.c and turn it into
a static function
|
2016-01-25 05:45:37 +01:00 |
twinaphex
|
372d673a26
|
Rename event_command to event_cmd_ctl - add second parameter
|
2016-01-22 15:34:43 +01:00 |
twinaphex
|
1eac61e9a0
|
Create RARCH_CTL_IS_DUMMY_CORE
|
2016-01-19 23:44:32 +01:00 |
twinaphex
|
01d58f8681
|
Create RARCH_CTL_IS_INITED, RARCH_CTL_SET_INITED, RARCH_CTL_UNSET_INITED
|
2016-01-19 23:26:47 +01:00 |
twinaphex
|
a5af9b653a
|
Turn global->content.inited into static local variable
and go through content_ctl
|
2016-01-19 22:57:18 +01:00 |
twinaphex
|
c9dd3ca621
|
Cleanup
|
2016-01-11 07:15:57 +01:00 |
twinaphex
|
7a55ae3765
|
Start updating headers for 2016
|
2016-01-10 04:06:50 +01:00 |
twinaphex
|
f2911269d5
|
Create driver_ctl
|
2015-12-11 10:43:53 +01:00 |
twinaphex
|
a8c6fc150b
|
Add RUNLOOP_CTL_DATA_ITERATE
|
2015-12-11 10:17:18 +01:00 |
twinaphex
|
fc6505e408
|
Get rid of rarch_system_info_get_ptr
|
2015-12-10 22:30:25 +01:00 |
twinaphex
|
5b1e1592cb
|
Rename rarch_main_iterate and rarch_main_data_iterate
|
2015-12-07 15:22:36 +01:00 |
twinaphex
|
8ab15e7ef8
|
Create RARCH_CTL_DESTROY
|
2015-12-07 15:03:54 +01:00 |
twinaphex
|
cad237231e
|
Create RARCH_CTL_PREINIT
|
2015-12-07 15:01:53 +01:00 |
twinaphex
|
c62f6ed26d
|
Create RARCH_CTL_DEINIT and RARCH_CTL_INIT
|
2015-12-07 14:59:09 +01:00 |
twinaphex
|
f54476fdd8
|
Remove unused variables
|
2015-12-06 18:39:48 +01:00 |
twinaphex
|
d33f0b5239
|
Don't make async_jobs dependent on global state anymore
|
2015-12-06 18:37:57 +01:00 |
Higor Eurípedes
|
aa08f3ba58
|
(frontend.c) Fix async job leak
|
2015-12-06 14:28:06 -03:00 |
twinaphex
|
783881941a
|
Create menu_driver_ctl
|
2015-12-05 13:00:45 +01:00 |
twinaphex
|
c8d8176c0c
|
Get rid of unused variables
|
2015-12-05 12:50:56 +01:00 |
twinaphex
|
63c12b0083
|
Don't include ui_companion_driver.h inside driver.h
|
2015-12-05 10:04:06 +01:00 |
twinaphex
|
de97726323
|
Take out ui companion state from driver_t
|
2015-12-05 10:01:20 +01:00 |
twinaphex
|
29dcf06a2e
|
Move ui_companion_driver code all to ui_companion_driver.c
|
2015-12-05 09:55:13 +01:00 |
twinaphex
|
70e5283d66
|
no longer make frontend driver dependent on driver_t
|
2015-12-05 09:06:43 +01:00 |
twinaphex
|
f16fc89b1b
|
Replace more driver->frontend instances
|
2015-12-05 08:36:16 +01:00 |
twinaphex
|
5ed7c3abed
|
Simplify call to main_load_content
|
2015-12-05 08:10:01 +01:00 |
twinaphex
|
9824eb7ea9
|
Rename rarch_main_ctl to runloop_ctl
|
2015-11-30 21:42:59 +01:00 |
twinaphex
|
4e333302ae
|
Rename RARCH_MAIN_CTL* to RUNLOOP_CTL*
|
2015-11-30 21:35:50 +01:00 |
twinaphex
|
4e0a4150b5
|
Merge runloop and runloop_data.c
|
2015-11-30 15:35:57 +01:00 |
twinaphex
|
99d3ddf998
|
Cleanups
|
2015-11-29 02:02:34 +01:00 |
twinaphex
|
da8c36b0c3
|
Don't need sleeping argument anymore for rarch_main_data_iterate
|
2015-11-28 03:26:01 +01:00 |
twinaphex
|
a1226004f5
|
Revert "Don't render menu if unfocused - reimplement this"
This reverts commit ce7ec0681b .
|
2015-11-28 03:05:37 +01:00 |
twinaphex
|
ce7ec0681b
|
Don't render menu if unfocused - reimplement this
|
2015-11-28 03:03:26 +01:00 |
twinaphex
|
f95be06f13
|
Buildfix
|
2015-11-27 23:39:43 +01:00 |
twinaphex
|
86f0bdd3d8
|
ifdef certain code with HAVE_LIBRETRODB
|
2015-11-23 23:45:01 +01:00 |
twinaphex
|
074f14b132
|
Add verbosity.c/verbosity.h
|
2015-11-23 12:03:38 +01:00 |
twinaphex
|
a4ae655ff4
|
Start going through rarch_main_ctl for grabbing fullpath
|
2015-11-18 11:43:25 +01:00 |
twinaphex
|
38f30c8f10
|
Add Save Current Config to Menu
|
2015-11-11 02:57:20 +01:00 |
Andre Leiradella
|
b6f995a1d7
|
moved the async job queue to the global_t scope
|
2015-11-08 22:53:17 -02:00 |
twinaphex
|
0dc9c8df95
|
Rename extraction_directory to cache_directory
|
2015-10-27 00:48:35 +01:00 |
twinaphex
|
02a43c6b2a
|
Change 'rarch' to 'retro' namespace in libretro-common
|
2015-10-26 03:18:13 +01:00 |
radius
|
a0fe04ead5
|
cleaner implementation of save file / save state sorting
|
2015-10-19 19:55:41 -05:00 |
twinaphex
|
3fb709ef4c
|
Remove unused variable
|
2015-10-03 22:05:59 +02:00 |
radius
|
1f52b81a28
|
add screenshot dir
|
2015-10-03 11:24:17 -05:00 |
radius
|
13f2cce9a1
|
check for default dirs after loading config
|
2015-10-03 11:10:36 -05:00 |
radius
|
8556fe08f5
|
fix some nits
|
2015-10-03 11:10:00 -05:00 |
twinaphex
|
5465da0139
|
Rename rarch_sleep to retro_sleep
|
2015-09-22 18:55:14 +02:00 |
twinaphex
|
3db688d477
|
Create retro_stat.c/retro_stat.h
|
2015-09-22 01:45:30 +02:00 |
Twinaphex
|
4784371a90
|
Revert "[WIP] don't create default folders if other folders are set already"
|
2015-09-17 22:05:14 +02:00 |
Jorge Suarez
|
978205c8c0
|
[all] verify if paths are already configured before creating defaults
|
2015-09-17 15:00:47 -05:00 |
Jorge Suarez
|
6aad439160
|
[all] verify if paths are already configured before creating defaults
|
2015-09-17 14:59:39 -05:00 |
Alcaro
|
9554597160
|
Add missing header includes, fixes CXX_BUILD.
|
2015-09-06 14:46:25 +02:00 |
twinaphex
|
f88575633e
|
Cleanups
|
2015-09-05 20:34:22 +02:00 |
twinaphex
|
fdd1d3ee9f
|
Pass sleep_ms argument to rarch_main_iterate
|
2015-08-27 14:52:02 +02:00 |
twinaphex
|
4b0ee4b9c2
|
Move rarch_sleep outside of rarch_main_iterate so that caller
can implement the idle step itself
|
2015-08-27 13:13:14 +02:00 |
Twinaphex
|
f87425ef9a
|
Re-enable UI Companion Start on Boot again
|
2015-08-23 09:20:24 +02:00 |
twinaphex
|
65aa759ab8
|
(iOS) There's currently a problem with enabling the UI companion
driver at startup to boot, so launch into GLUI/RGUI mode first
and allow the user himself to switch to CocoaTouch mode
|
2015-08-06 08:57:20 +02:00 |
Twinaphex
|
1faa62e902
|
Remove two unused variables
|
2015-07-27 17:22:43 +02:00 |
twinaphex
|
a70f09a90d
|
Rearrange structs
|
2015-07-27 17:18:10 +02:00 |
radius
|
4b234a4ed9
|
clean-up System/BIOS in content dir, should now just use the basename instead of actually overwriting the setting
|
2015-07-26 16:23:41 -05:00 |
radius
|
a06dd9c3a2
|
fix system dir resetting on each startup
|
2015-07-17 02:53:59 -05:00 |
radius
|
b717828cf0
|
fix setting and clearing system directory when using content dir
|
2015-07-16 01:46:11 -05:00 |
radius
|
48068f147a
|
same as the previous commit but when the user exits without unloading content
|
2015-07-12 02:35:28 -05:00 |
radius
|
06f656004b
|
make system directory restore correctly when closing content in case it was set to content dir
|
2015-07-12 02:35:27 -05:00 |
twinaphex
|
362d8025d8
|
Add g_defaults.core_assets_dir
|
2015-07-04 04:47:14 +02:00 |
twinaphex
|
1efaaab53d
|
(main_exit) Don't set shutdown to false
|
2015-06-25 14:54:40 +02:00 |
twinaphex
|
f5dbf50ebc
|
(frontend.c) Use rarch_system_info_get_ptr
|
2015-06-25 13:38:46 +02:00 |
twinaphex
|
6ee5029bb0
|
(android_input.c) Use rarch_system_info_get_ptr
|
2015-06-25 13:20:53 +02:00 |
twinaphex
|
42fcb4490c
|
Change signature of rarch_system_info_get_ptr
|
2015-06-25 12:36:55 +02:00 |
twinaphex
|
850d6b0274
|
(frontend.c) Use rarch_system_info_get_ptr
|
2015-06-25 11:06:02 +02:00 |
twinaphex
|
6f1bc69fc7
|
Refactor libretro_dummy mechanics
|
2015-06-20 23:42:30 +02:00 |
twinaphex
|
b70c1c134f
|
(Android) Cleanups
|
2015-06-12 23:32:23 +02:00 |
twinaphex
|
29e3f5ff66
|
Expand playlist format - rename it to 'lpl'
|
2015-06-08 23:38:03 +02:00 |
Twinaphex
|
99099c34ef
|
Fix two serious warnings
|
2015-05-26 09:06:53 +02:00 |
radius
|
51dad5c922
|
make sure to reset paths when exiting too
|
2015-05-25 20:54:51 -05:00 |
radius
|
cc5b069494
|
make sure to reset paths when exiting too
|
2015-05-25 20:54:00 -05:00 |
twinaphex
|
8fb8887c34
|
Create new playlist format
|
2015-05-26 00:12:49 +02:00 |
twinaphex
|
74ee699d5c
|
Split up rarch_main_data_iterate outside of rarch_main_iterate
|
2015-05-16 17:00:50 +02:00 |
twinaphex
|
14505cc222
|
Create new rarch_main signature
|
2015-04-20 21:31:25 +02:00 |
twinaphex
|
4e187ad642
|
Refactor around HAVE_MAIN and do away with HAVE_MAIN_LOOP
|
2015-04-20 21:12:39 +02:00 |
twinaphex
|
5d24c75925
|
Create HAVE_MAIN define
|
2015-04-20 21:10:01 +02:00 |
twinaphex
|
445bf04892
|
Cleanups to rarch_main - and also fix Android platform struct
|
2015-04-20 20:53:17 +02:00 |
twinaphex
|
0818b178f9
|
Rename rarch_main_command to event_command
|
2015-04-13 11:26:02 +02:00 |
Twinaphex
|
de2eb5f972
|
Rename RARCH_CMD_* to EVENT_CMD_*
|
2015-04-13 10:29:15 +02:00 |
twinaphex
|
57877284ec
|
(UI Companion) Call UI companion 'toggle' function at startup when setting is
enabled
|
2015-04-13 02:14:34 +02:00 |
twinaphex
|
35e3daf951
|
(frontend.c) Cleanup
|
2015-04-12 16:17:11 +02:00 |
twinaphex
|
f8a31effb0
|
(UI companion) Some further improvements
|
2015-04-12 02:09:14 +02:00 |
twinaphex
|
5a2ed01eec
|
Create frontend_get_ptr
|
2015-04-08 00:08:53 +02:00 |
twinaphex
|
be13f3c8c0
|
(frontend.c) Style nits
|
2015-03-22 08:19:14 +01:00 |
twinaphex
|
a57abb74dc
|
Rename some functions
|
2015-03-22 03:32:28 +01:00 |
twinaphex
|
2a8f9fdfc0
|
Put g_driver on heap and make it a pointer
|
2015-03-22 01:16:57 +01:00 |
twinaphex
|
248d985ae6
|
Don't call driver_get_ptr until after call to rarch_main_state_alloc
has been made
|
2015-03-22 00:43:10 +01:00 |
twinaphex
|
83947f473b
|
Split up rarch_main_state_new into two - rarch_main_state_alloc
allocates all state, rarch_main_state_new actually 'initializes'
the drivers, etc.
|
2015-03-21 19:31:38 +01:00 |
twinaphex
|
ff83aab195
|
Move rarch_main_state_new up
|
2015-03-21 19:04:20 +01:00 |
twinaphex
|
e6f0d366cb
|
Go through global_get_ptr
|
2015-03-21 04:43:18 +01:00 |
twinaphex
|
9f6cb1bca7
|
Rename settings.c to configuration.c
|
2015-03-21 00:42:09 +01:00 |
twinaphex
|
7bc845006b
|
Start replacing more g_settings usages
|
2015-03-20 20:43:22 +01:00 |
twinaphex
|
3670ef2ac5
|
Go through driver_get_ptr to grab pointer to driver struct
|
2015-03-18 19:40:00 +01:00 |
twinaphex
|
97d8bc1488
|
Add cheats_dir to g_defaults
|
2015-03-13 00:24:17 +01:00 |
twinaphex
|
5d95d6d761
|
Add cursor_dir and database_dir to g_defaults
|
2015-02-01 12:25:20 +01:00 |
twinaphex
|
3b7dac52ef
|
(main_load_content) Do early return if wrap_args can't be allocated
|
2015-01-30 07:42:58 +01:00 |