Commit Graph

49 Commits

Author SHA1 Message Date
twinaphex
a715bebaaa Cleanup 2017-09-22 04:31:54 +02:00
twinaphex
91b1afad0a (dirs.c/task_content.c) reduce stack usage 2017-09-10 21:42:24 +02:00
twinaphex
6af5bd01bf Merge retro_stat and file_path 2017-06-16 15:00:11 +02:00
twinaphex
ccba9635b6 Update the way default directories are handled 2017-05-23 19:43:58 +02:00
twinaphex
ff8a7f22fc Header include cleanup 2017-05-20 15:52:07 +02:00
twinaphex
2139abe8b7 Cut down on code duplication 2017-05-20 15:50:38 +02:00
twinaphex
42ebe7a7ad Merge runloop.c and retroarch.c 2017-05-11 09:11:46 +02:00
twinaphex
969403fadb Header include cleanups 2017-04-29 13:20:50 +02:00
twinaphex
e6ab06a701 Move path variables 2017-04-29 00:39:29 +02:00
twinaphex
8c89ec158c Update copyrights 2017-03-22 03:09:18 +01:00
twinaphex
77e5cdbfde Revert "Rename runloop_msg_queue_push to video_driver_msg_queue_push"
This reverts commit ad7386913c.
2016-12-22 23:36:11 +01:00
twinaphex
ad7386913c Rename runloop_msg_queue_push to video_driver_msg_queue_push
and move code to video_driver.c
2016-12-22 13:15:02 +01:00
twinaphex
80798ab924 Remove hacky 'OSK Keyboard' overlay 2016-11-27 02:46:09 +01:00
twinaphex
df87fc7043 Cleanups - prevent implicit memsets 2016-10-16 02:00:59 +02:00
twinaphex
dccdd521ea Cleanups 2016-10-03 16:07:37 +02:00
twinaphex
94e245315b Create dir_set function 2016-10-03 08:20:33 +02:00
twinaphex
a4d48688c6 Create generic functions for dirs.c 2016-10-03 08:15:41 +02:00
twinaphex
849ce80c50 Create dir_get_size 2016-10-03 08:07:52 +02:00
twinaphex
c72a9eaecb Add RARCH_DIR_CURRENT_SAVEFILE/RARCH_DIR_CURRENT_SAVESTATE 2016-10-01 23:32:44 +02:00
twinaphex
9050f75fc8 Create dir_is_empty 2016-10-01 23:30:09 +02:00
twinaphex
bdf379d568 Create dir_clear 2016-10-01 23:26:59 +02:00
twinaphex
8321978d4d Implement dir_set_current_savefile/dir_set_current_savestate 2016-10-01 09:36:04 +02:00
twinaphex
eb90fe9d83 Move directories to dirs.c 2016-10-01 09:06:55 +02:00
twinaphex
50bfd81e42 Create dir_get_current_savefile and move it to dirs.c 2016-10-01 08:55:20 +02:00
twinaphex
c28de7d3ff Revert "Create dir_clear"
This reverts commit d7d49c36c7.
2016-10-01 08:16:58 +02:00
twinaphex
8409d81e8e Revert "Create dir_is_empty"
This reverts commit fa469c4dcc.
2016-10-01 08:16:19 +02:00
twinaphex
8458a039ca Revert "Create dir_get"
This reverts commit db3738babb.
2016-10-01 08:16:13 +02:00
twinaphex
2583390d31 Revert "Create dir_set"
This reverts commit d973e528f6.
2016-10-01 08:16:07 +02:00
twinaphex
1f4e50a72b Revert "Create dir_get_ptr"
This reverts commit ab7bc7755e.
2016-10-01 08:15:57 +02:00
twinaphex
5a3e5f85a5 Revert "Add record dirs to dirs.c"
This reverts commit fe3281e05d.
2016-10-01 08:15:07 +02:00
twinaphex
fe3281e05d Add record dirs to dirs.c 2016-09-30 07:45:04 +02:00
twinaphex
ab7bc7755e Create dir_get_ptr 2016-09-30 07:21:33 +02:00
twinaphex
d973e528f6 Create dir_set 2016-09-30 07:15:30 +02:00
twinaphex
db3738babb Create dir_get 2016-09-30 07:11:52 +02:00
twinaphex
fa469c4dcc Create dir_is_empty 2016-09-30 07:06:27 +02:00
twinaphex
d7d49c36c7 Create dir_clear 2016-09-30 07:02:23 +02:00
twinaphex
4e3c9987f5 Prevent null pointer dereference / logically dead code / other misc. warnings 2016-09-23 16:03:37 +02:00
twinaphex
02dc90d7bd Move code from runloop.c to dirs.c 2016-09-23 03:19:33 +02:00
twinaphex
118a90b800 Move dir_check_defaults to dirs.c 2016-09-19 00:56:00 +02:00
twinaphex
70b10e6059 Get rid of HAVE_CONFIG_H ifdef in dirs.c 2016-09-17 16:35:38 +02:00
twinaphex
9852195c93 Create osk overlay dir functions 2016-09-17 16:21:48 +02:00
twinaphex
4a4c613ee1 Start using dir_system functions 2016-09-17 16:14:25 +02:00
twinaphex
63270de821 Create dir_system functions 2016-09-17 16:10:49 +02:00
twinaphex
edb3edfef1 Don't use global state anymore for dirs 2016-09-17 15:29:38 +02:00
twinaphex
f8a4f44b3b Add dir_get_savestate_size / dir_get_savefile_size 2016-09-17 15:25:04 +02:00
twinaphex
8c451ac71f Create dir_is_savefile_empty/dir_is_savestate_empty 2016-09-17 14:59:51 +02:00
twinaphex
017d05fd36 Create more dirs functions 2016-09-17 14:53:30 +02:00
twinaphex
4d317ba5d7 Update dirs.c 2016-09-17 14:49:35 +02:00
twinaphex
1a554cf1bc Add dirs.c 2016-09-17 14:44:19 +02:00