37791 Commits

Author SHA1 Message Date
twinaphex
9605c01c49 Rename command_event_quit to retroarch_main_quit 2017-05-08 03:54:51 +02:00
twinaphex
0815055906 Pressing hotkey should invoke same operation as manually selecting
'Quit' from the menu - should hopefully fix issues with flushing
SRAM to disk/saving autostate
2017-05-08 03:41:23 +02:00
twinaphex
fb78a3a017 (movie.c) Cleanups 2017-05-08 02:39:43 +02:00
twinaphex
b73575bf79 Remove header include 2017-05-08 02:29:35 +02:00
twinaphex
988647f92a Move defines to configuration.c 2017-05-08 02:25:55 +02:00
twinaphex
4595ba8e1f (config.def.h) Refactor some of the defines 2017-05-08 02:20:02 +02:00
twinaphex
77a56f5114 Dehardcode recording driver enums 2017-05-07 22:54:03 +02:00
twinaphex
9bb5430956 Try to silence some more Coverity warnings 2017-05-07 22:52:34 +02:00
twinaphex
191c4f5299 Directly initialize some variables 2017-05-07 22:47:00 +02:00
twinaphex
308ff366de Fix missing break in switch 2017-05-07 22:44:07 +02:00
Twinaphex
601a260d47 Merge pull request #4890 from leiradel/master
Don't use more than 32 MB of the content data to compute the hash
2017-05-07 22:16:29 +02:00
Andre Leiradella
78efeb6ae2 Fix griffin and HTTP server builds 2017-05-07 19:52:22 +01:00
Andre Leiradella
7404abf938 Don't use more than 32 MB of the content data to compute the hash 2017-05-07 19:46:22 +01:00
Twinaphex
12027bf1a8 Merge pull request #4889 from leiradel/master
Reverted cheevos changes in preparation for conversion to task; fixed 4884
2017-05-07 20:28:32 +02:00
Andre Leiradella
844d1475e6 Reverted cheevos changes in preparation for conversion to task; fixed 4884 2017-05-07 19:06:03 +01:00
twinaphex
43956f07fa Add function prototype 2017-05-07 19:46:27 +02:00
twinaphex
f97d084290 Create camera_driver_poll 2017-05-07 19:24:03 +02:00
twinaphex
a2fe3dcaaf Revert "Refactor BSV movie code"
This reverts commit 7dca09d6f87beb1d06f2ad99f117b2ee2a3f00b9.
2017-05-07 18:28:07 +02:00
twinaphex
a43289684d Revert "Get rid of log message"
This reverts commit 2670d22d61bf106364c42558b224e264ae9d7df3.
2017-05-07 18:27:59 +02:00
twinaphex
2670d22d61 Get rid of log message 2017-05-07 18:22:23 +02:00
twinaphex
7dca09d6f8 Refactor BSV movie code 2017-05-07 18:21:58 +02:00
twinaphex
e09358c712 Refactor bsv_movie_init code 2017-05-07 18:15:30 +02:00
twinaphex
ce8083fd2e Create runloop_{set|unset} - only do autosave lock/unlock if
autosaves are actually active
2017-05-07 18:05:37 +02:00
twinaphex
924296c680 task_save.c - remove runloop.h header include 2017-05-07 17:53:53 +02:00
twinaphex
4d20460e6b Cleanup task_save.c 2017-05-07 17:52:48 +02:00
twinaphex
750d404e23 Rewrite autosave_init 2017-05-07 17:45:53 +02:00
Twinaphex
958fd82f24 Merge pull request #4887 from Avton1/patch-3
Update msg_hash_ru.h
2017-05-07 04:33:57 +02:00
twinaphex
e0082c1a9f This still segfaults 2017-05-07 04:33:09 +02:00
Avton1
0b4e690f4d Update msg_hash_ru.h 2017-05-07 10:09:05 +08:00
twinaphex
03db246f88 Refactor cheevos_is_nes_game 2017-05-06 18:47:16 +02:00
twinaphex
637e8d76ab Create cheevos_is_nes_game 2017-05-06 18:43:45 +02:00
twinaphex
24ac625179 Update libretro-common 2017-05-06 18:23:26 +02:00
twinaphex
96718b281e Get rid of some bsv_movie_ctl actions 2017-05-06 18:14:16 +02:00
twinaphex
d349ea61cf Create bsv_movie_end_of_file 2017-05-06 18:11:18 +02:00
twinaphex
7c9736bae8 Add to CHANGES.md 2017-05-06 18:07:11 +02:00
twinaphex
9e25597943 Prevent coverity warning 2017-05-06 18:00:44 +02:00
twinaphex
ed86a2ed10 Add threading error notes 2017-05-06 17:35:12 +02:00
Twinaphex
0e2318998e Merge pull request #4886 from Avton1/patch-2
Update msg_hash_ru.h
2017-05-06 17:28:28 +02:00
Twinaphex
346a05b5fb Merge pull request #4885 from Avton1/patch-1
Update msg_hash_ru.h
2017-05-06 17:28:17 +02:00
twinaphex
881b18a965 Cleanups 2017-05-06 17:23:19 +02:00
twinaphex
75c45c4f2b Try to avoid warning 2017-05-06 17:15:35 +02:00
twinaphex
88ca3e993c (task_cheevos.c) Use retro_miscellaneous' next_pow2 function 2017-05-06 17:03:53 +02:00
twinaphex
0ba93887bf Optimize retro_endianness when MSB_FIRST is known 2017-05-06 16:52:30 +02:00
twinaphex
593334747b Define MSB_FIRST for RetroArch PPC 2017-05-06 16:45:02 +02:00
twinaphex
15a5083b8c (360) Define MSB_FIRST for RetroArch Salamander 2017-05-06 16:43:53 +02:00
twinaphex
de80671658 Simplify content_get_crc 2017-05-06 16:41:22 +02:00
Avton1
3a17f41dc8 Update msg_hash_ru.h 2017-05-06 19:23:08 +08:00
Avton1
9517eff012 Update msg_hash_ru.h 2017-05-06 19:07:48 +08:00
twinaphex
46b1b113e0 Cheevos - buildfix 2017-05-06 06:48:32 +02:00
twinaphex
d9c5013d42 Pass settings struct around 2017-05-06 06:46:48 +02:00