twinaphex
|
c76272ad8d
|
Move more state out of global
|
2015-11-30 19:30:05 +01:00 |
|
twinaphex
|
5d70131ce1
|
Move global->autosave to autosave.c
|
2015-11-30 19:23:13 +01:00 |
|
twinaphex
|
30ed8b750b
|
move temporary_content to content.c
|
2015-11-30 19:09:12 +01:00 |
|
Twinaphex
|
df5c8168d1
|
Merge pull request #2499 from heuripedes/master
(tasks) Show finished tasks progress too
|
2015-11-30 18:28:15 +01:00 |
|
twinaphex
|
c3b2f84f39
|
Typo fix
|
2015-11-30 18:24:35 +01:00 |
|
Higor Eurípedes
|
916444f977
|
(tasks) Show finished tasks progress too
|
2015-11-30 14:23:09 -03:00 |
|
twinaphex
|
c03e1547b1
|
(linuxraw_joypad) Cleanups
|
2015-11-30 18:20:50 +01:00 |
|
twinaphex
|
7cb78cca58
|
Make g_epoll static
|
2015-11-30 18:14:07 +01:00 |
|
twinaphex
|
54655c37cd
|
Create epoll_waiting
|
2015-11-30 18:08:00 +01:00 |
|
twinaphex
|
ecbfc72e9b
|
Create epoll_common
|
2015-11-30 18:05:10 +01:00 |
|
Twinaphex
|
0637671725
|
Merge pull request #2498 from heuripedes/master
stuff
|
2015-11-30 17:04:13 +01:00 |
|
twinaphex
|
5bc357fc28
|
(iOS) Buildfix
|
2015-11-30 17:01:50 +01:00 |
|
twinaphex
|
6d90c42bb5
|
We need to check for the instance where udev is only initialized
for the joypad part and not the general input driver
|
2015-11-30 16:56:32 +01:00 |
|
twinaphex
|
62260cf892
|
Turn g_udev static
|
2015-11-30 16:52:29 +01:00 |
|
twinaphex
|
28602d84af
|
Make g_udev_mon static
|
2015-11-30 16:47:43 +01:00 |
|
twinaphex
|
b76481b21e
|
Create udev_mon_hotplug_available
|
2015-11-30 16:42:52 +01:00 |
|
twinaphex
|
2db1197942
|
Expand udev_common.c
|
2015-11-30 16:39:22 +01:00 |
|
Higor Eurípedes
|
826e3d6262
|
(menu) Add bundle decompression stub
|
2015-11-30 12:36:49 -03:00 |
|
twinaphex
|
fd91cf130e
|
Create udev_common.c/udev_common.h
|
2015-11-30 16:31:05 +01:00 |
|
Higor Eurípedes
|
906a88bfc3
|
(tasks) Display all progress messages for at least 60 frames
|
2015-11-30 12:26:41 -03:00 |
|
twinaphex
|
bf66b43ecd
|
Remove unused variable
|
2015-11-30 15:57:26 +01:00 |
|
Twinaphex
|
edf09365b0
|
Merge pull request #2497 from heuripedes/master
Avoid file corruption when downloading or decompressing files
|
2015-11-30 15:49:39 +01:00 |
|
twinaphex
|
b0c36c18dd
|
Move global->exec to runloop.c as static variable
|
2015-11-30 15:46:39 +01:00 |
|
twinaphex
|
86de67b3d7
|
Move core_shutdown_initiated to runloop.c and turn it into
static variable
|
2015-11-30 15:43:49 +01:00 |
|
Higor Eurípedes
|
1948e6c1dd
|
(task_decompress) Disallow same-file concurrent decompression
|
2015-11-30 11:43:05 -03:00 |
|
Higor Eurípedes
|
f84bea4302
|
(task_http) Disallow same-file concurrent downloads
|
2015-11-30 11:37:06 -03:00 |
|
twinaphex
|
4e0a4150b5
|
Merge runloop and runloop_data.c
|
2015-11-30 15:35:57 +01:00 |
|
Twinaphex
|
b5481d8b7c
|
Merge pull request #2496 from heuripedes/master
Add generic task progress and titles
|
2015-11-30 14:54:05 +01:00 |
|
Higor Eurípedes
|
a171f3c6d1
|
(task_decompress.c) Add progress report
|
2015-11-30 10:41:35 -03:00 |
|
Higor Eurípedes
|
cf0a493605
|
Add some task-related localized strings
|
2015-11-30 10:02:36 -03:00 |
|
Higor Eurípedes
|
7e156584ba
|
(tasks) Add progress metter and task titles
|
2015-11-30 09:17:46 -03:00 |
|
Higor Eurípedes
|
87fb007ebc
|
(runloop_data.c) Get rid of data_runloop_msg
rarch_main_msg_queue_push*() functions are thread safe and can be called
from anywhere.
|
2015-11-30 08:33:54 -03:00 |
|
twinaphex
|
862483f67e
|
(video_context_driver.c) Cleanups
|
2015-11-30 09:02:12 +01:00 |
|
twinaphex
|
41916b123f
|
Optimize check_input_driver_block_hotkey
|
2015-11-30 08:32:30 +01:00 |
|
twinaphex
|
88d0b94ab2
|
input_poll - do direct poll call
|
2015-11-30 08:15:54 +01:00 |
|
twinaphex
|
63bce5fd5a
|
(input_driver.c) Uniquely namespace static variables
|
2015-11-30 07:36:27 +01:00 |
|
twinaphex
|
1ed467f4e7
|
(audio_driver.c) Uniquely namespace static variables
|
2015-11-30 07:33:15 +01:00 |
|
twinaphex
|
d1486464fe
|
Turn video_driver_frame_filter into a static function
|
2015-11-30 07:22:08 +01:00 |
|
twinaphex
|
2fe9ef736c
|
(video_driver.c) Uniquely namespace static variables
|
2015-11-30 07:14:23 +01:00 |
|
twinaphex
|
91b40523bd
|
Weird regression fixed
|
2015-11-30 06:57:58 +01:00 |
|
twinaphex
|
3ea560d516
|
Change WndProcCommon
|
2015-11-30 06:27:00 +01:00 |
|
twinaphex
|
ec2b8c2c48
|
Cleanup
|
2015-11-30 05:38:00 +01:00 |
|
Twinaphex
|
98e6df93cb
|
Automatically reinit after asset extraction succeeded for
CB_UPDATE_ASSETS
|
2015-11-30 05:36:36 +01:00 |
|
twinaphex
|
5d52f4856a
|
Get rid of INLINE qualifier for some functions
|
2015-11-30 05:13:12 +01:00 |
|
twinaphex
|
263e1a335d
|
Move headers to verbosity.c
|
2015-11-30 04:49:28 +01:00 |
|
twinaphex
|
21a9bd13a6
|
(input_overlay.c) Cleanups
|
2015-11-30 04:47:41 +01:00 |
|
twinaphex
|
cf53090204
|
De-globalize current_save_{file|state}_dir variables
|
2015-11-30 04:10:15 +01:00 |
|
twinaphex
|
fc85cc46d1
|
Fix CXX_BUILD
|
2015-11-30 03:32:34 +01:00 |
|
twinaphex
|
d410b0b734
|
Header include cleanups
|
2015-11-30 03:30:04 +01:00 |
|
twinaphex
|
871713dd9d
|
Move driver->keyboard_linefeed_enable to input_driver.c
|
2015-11-30 03:23:35 +01:00 |
|