Commit Graph

53 Commits

Author SHA1 Message Date
twinaphex
3ec564f97c Revert "(task_save.c) Cleanups"
This reverts commit d6aae88737.
2016-12-27 20:11:22 +01:00
twinaphex
c6269e3ade (task_save.c) Further cleanups 2016-12-27 15:16:42 +01:00
twinaphex
2a5e74ecb0 Cleanup autosave_free/autosave_deinit 2016-12-27 15:14:27 +01:00
twinaphex
a42d5c9ec8 Cleanup autosave_unlock 2016-12-27 03:15:58 +01:00
twinaphex
b0ebd33094 (task_save.c) Cleanups 2016-12-27 02:14:35 +01:00
twinaphex
d6aae88737 (task_save.c) Cleanups 2016-12-26 18:25:42 +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
86a222e0e6 Create just one screenshot function 2016-12-06 06:52:57 +01:00
Brad Parker
94915815ae use task message system 2016-12-06 00:24:45 -05:00
twinaphex
0c74d19112 (tasks/task_save) Replace some instances of runloop_msg_queue_push 2016-12-03 06:46:53 +01:00
Jean-André Santoni
2cc4bef3aa Do the screenshot in the savestate callback 2016-12-01 22:39:13 +01:00
Brad Parker
e378a4636b make save/load state messages fully translatable, rename jp.c to ja.c to match proper language code 2016-11-08 08:37:51 -05:00
Brad Parker
d1d5584d18 update copyright 2016-10-27 11:47:10 -04:00
twinaphex
e11b170173 Cleanups/more translation work 2016-10-22 05:13:37 +02:00
twinaphex
1b944c1cce Cleanups 2016-10-22 05:10:13 +02:00
twinaphex
c3ab8800f4 Prevent implicit memsets 2016-10-21 05:57:40 +02:00
twinaphex
051c103ea1 Prevent implicit memsets 2016-10-16 01:31:06 +02:00
Brad Parker
97a5e77181 mute state-related OSD messages when auto-saving 2016-10-04 17:58:16 -04:00
Gregor Richards
8418196557 Make core_unserialize universally inform Netplay 2016-10-04 13:44:35 -04:00
Brad Parker
e5970e8095 prevent divide by zero 2016-10-04 08:35:08 -04:00
twinaphex
6c454bb468 content_undo_save_state - abitilityability to return false 2016-10-04 11:19:24 +02:00
twinaphex
166e300471 Plug more memor yleaks 2016-10-04 11:16:02 +02:00
twinaphex
f06ea9ba70 Fix 17 new memory leaks catched by Coverity 2016-10-04 11:02:01 +02:00
twinaphex
19863e4174 autosave_lock/autosave_unlock - no longer require HAVE_THREADS ifdefs 2016-10-04 09:56:58 +02:00
twinaphex
49e54356f4 Fix relative path 2016-10-03 18:24:28 +02:00
Gregor Richards
35666e21ae Reimplemented savestate task informing Netplay 2016-10-03 08:47:47 -04:00
twinaphex
8953255b6b Another buildfix for MSVC 2016-10-03 05:17:37 +02:00
twinaphex
95e2b6ac51 BUildfix warning 2016-10-03 05:17:09 +02:00
Brad Parker
06f06d512b finish task if state file cannot be loaded 2016-10-02 19:31:07 -04:00
Brad Parker
795fd0cfa3 add blocking task type that only allows one instance in the queue 2016-10-02 19:05:30 -04:00
Brad Parker
cf3ae942c2 make undo_save_state a task 2016-10-02 19:05:30 -04:00
Brad Parker
18290ae777 comment 2016-10-02 19:05:30 -04:00
Brad Parker
eac3ca770a load/save state are now actual tasks 2016-10-02 19:05:30 -04:00
twinaphex
8f163e6972 Revert "Move global->name to paths.c"
This reverts commit 6ee7b733aa.
2016-10-01 08:18:23 +02:00
twinaphex
6ee7b733aa Move global->name to paths.c 2016-09-30 06:11:11 +02:00
twinaphex
90af64769d Get rid of global->sram 2016-09-28 07:27:39 +02:00
twinaphex
5bce79369a Get rid of global->sram.use, turn it into static boolean
variable inside rarch_ctl
2016-09-28 07:17:34 +02:00
twinaphex
8fd94e4aab Move variables around 2016-09-23 02:48:10 +02:00
twinaphex
4a1f593689 Get rid of unused typedef 2016-09-23 02:47:05 +02:00
twinaphex
2c29e599e8 Revert this code back to what it was 2016-09-22 16:28:45 +02:00
twinaphex
693a9660f3 Prevent null pointer dereference 2016-09-22 16:10:51 +02:00
twinaphex
4db42db980 content_flush_save_blocks - cleanup 2016-09-22 14:40:07 +02:00
twinaphex
dad9a079c7 Rework content_flush_save_blocks/content_allocate_save_blocks 2016-09-22 14:39:13 +02:00
twinaphex
8b67551799 Turn dump_to_file_desprate into static function 2016-09-20 04:08:55 +02:00
twinaphex
1e5d4198de Add HAVE_CONFNIG_H - task_save.c 2016-09-19 19:27:19 +02:00
Twinaphex
1205b12e15 remove unused variables 2016-09-19 04:23:53 +02:00
twinaphex
c133b03a63 Move task_save_files to task_save.c 2016-09-19 04:22:02 +02:00
twinaphex
8469235005 global->savefiles only accessed now from task_save.c 2016-09-19 04:18:40 +02:00
twinaphex
2277428f52 Move more global->savefiles usage to task_save.c 2016-09-19 04:09:27 +02:00