twinaphex
e57963a394
coreaudio_set_nonblock_state - check if pointer is non-NULL
2014-10-03 17:00:35 +02:00
twinaphex
e306553cea
Fixup BIND_PRESSED
2014-10-03 16:55:01 +02:00
twinaphex
32446917d5
Fix BIND_PRESSED to silence warnings with PS3 compiler
2014-10-03 16:49:58 +02:00
twinaphex
cfaa59e67a
Cleanup BIT64_GET macro
2014-10-03 16:41:48 +02:00
twinaphex
71fd3aa6b4
(Android) Build fix
2014-10-03 16:34:15 +02:00
twinaphex
51b8fac72e
Move endianness helper functions from hash.c over to endianness.h
2014-10-03 16:22:41 +02:00
twinaphex
7c2251a1ba
Update retroarch.cfg
2014-10-03 16:19:22 +02:00
twinaphex
0983689b60
(Apple) Remove apple_keycode_hidusage_to_name - seems to be unused right now
2014-10-03 16:03:44 +02:00
twinaphex
f4733cf1d0
(Apple) apple_input.c - cleanups
2014-10-03 16:01:43 +02:00
Twinaphex
bdbd8842d3
Merge pull request #1082 from lakkatv/lakka
...
(Lakka) Fix subitem icon x coordinate
2014-10-03 15:38:03 +02:00
Twinaphex
eb09aa526c
(Apple) include "apple_keycode.h" for Apple
2014-10-03 15:33:24 +02:00
twinaphex
de2392be89
Move apple_key_map_hidusage over to input_common.c
2014-10-03 15:31:34 +02:00
Jean-André Santoni
14b2396fd8
(Lakka) Fix subitem icon x coordinate
2014-10-03 15:31:08 +02:00
twinaphex
5c09e6be84
Add RARCH_CMD_DISK_EJECT_TOGGLE/RARCH_CMD_DISK_NEXT
2014-10-03 15:13:37 +02:00
twinaphex
cc277fcf76
Move more init/deinit code to rarch_main_command
2014-10-03 15:04:00 +02:00
twinaphex
ade2f71662
Cleanup do_state_checks
2014-10-03 14:53:04 +02:00
Twinaphex
aa990f427f
Merge pull request #1081 from lakkatv/lakka
...
(Lakka) Fix trigger menu animation flickering
2014-10-03 14:20:37 +02:00
Jean-André Santoni
95b22058fe
(Lakka) Fix trigger menu animation flickering
2014-10-03 14:20:32 +02:00
twinaphex
3f900424ca
(GL) Minor tweaks
2014-10-03 14:16:34 +02:00
twinaphex
db47e069c2
Get rid of unused negative_return macro
2014-10-03 14:08:42 +02:00
twinaphex
d6d6895f31
Cleanups
2014-10-03 13:54:06 +02:00
twinaphex
45b61457e2
Rewrite rarch_check_fullscreen
2014-10-03 13:45:41 +02:00
twinaphex
550bc81722
settings.c - turn more functions static
2014-10-03 13:39:19 +02:00
twinaphex
622bc64df8
Add AUDIO_RESAMPLER_NEAREST define
2014-10-03 13:34:55 +02:00
twinaphex
cf22277871
Only call RARCH_CMD_HISTORY_INIT from menu_load_content - it
...
already deinits and inits behind the scenes
2014-10-03 13:19:55 +02:00
twinaphex
e99a6f99d4
Move RARCH_CMD_HISTORY_DEINIT right above RARCH_CMD_HISTORY_INIT
2014-10-03 13:08:24 +02:00
twinaphex
4a623684c2
Init history file right before we attempt to push something to it
...
in rarch_main
2014-10-03 13:07:33 +02:00
twinaphex
4f30e1a3d7
A lot of functions could be made static in driver.c
2014-10-03 12:51:02 +02:00
twinaphex
e7fed15250
Add RARCH_CMD_DRIVERS_DEINIT/RARCH_CMD_DRIVERS_INIT
2014-10-03 12:40:41 +02:00
twinaphex
2897e2f1fd
Add RARCH_CMD_CORE_INFO_DEINIT
2014-10-03 12:37:55 +02:00
twinaphex
1762f70d9b
RARCH_CMD_RECORD_INIT - call rarch_main_command(RARCH_CMD_RECORD_DEINIT)
...
for safety precautions
2014-10-03 12:36:29 +02:00
twinaphex
e9a10c6295
Add more commands to rarch_main_command
2014-10-03 12:35:38 +02:00
twinaphex
de3dbfb439
Have more initing/deiniting go through rarch_main_command
2014-10-03 12:26:29 +02:00
twinaphex
330dd1822c
Cleanups
2014-10-03 12:07:15 +02:00
twinaphex
e996e3df45
Move more stuff to rarch_main_command
2014-10-03 11:59:24 +02:00
twinaphex
4f0953f3e3
Add RARCH_CMD_REWIND_DEINIT/RARCH_CMD_REWIND_INIT/RARCH_CMD_REWIND_TOGGLE
2014-10-03 11:44:54 +02:00
twinaphex
16fd8b227e
Expand rarch_main_command
2014-10-03 11:33:58 +02:00
twinaphex
154e7caf17
menu_environment_get - only set libretro core if g_extern.has_set_libretro
...
is false
2014-10-03 11:27:19 +02:00
Twinaphex
7027f974eb
Merge pull request #1080 from mprobinson/joypad-driver
...
Fix joypad driver setting
2014-10-03 09:53:47 +02:00
Mike Robinson
6203c3162e
Fallback to first working joypad driver if init failed
...
Fallback to the old behavior on init failure so there's no
regression if the user did not select a working joypad driver.
2014-10-03 03:05:35 +01:00
Mike Robinson
b165b8fa82
Fix joypad driver setting
...
input_common.c was loading the first available joypad driver no
matter what input driver was selected, and the joypad driver menu
was non-functional. Allow choice of joypad driver from the menu.
2014-10-03 01:40:47 +01:00
twinaphex
75271b7d10
Turn more functions into static
2014-10-03 01:07:35 +02:00
twinaphex
532938c5fa
Refactor meta_input_keys_pressed
2014-10-03 00:55:44 +02:00
twinaphex
8a1f15c460
Move rarch_check_block_hotkey to input/input_common.c and make
...
the function static
2014-10-03 00:46:14 +02:00
twinaphex
c25bc493ab
Add RARCH_CMD_SHADER_DIR_INIT/RARCH_CMD_SHADER_DIR_DEINIT
2014-10-03 00:13:50 +02:00
twinaphex
a8d8e9d13b
(rarch_main_command) Inline set_fullscreen function into RARCH_CMD_REINIT
2014-10-03 00:08:42 +02:00
twinaphex
9de94c6298
Move flush_audio to libretro_version_1.c as static function
2014-10-02 23:43:28 +02:00
twinaphex
e1b139da84
(RARCH_CONSOLE) Prevent exit_spawn from being set to true whenever
...
we start new content
2014-10-02 22:57:31 +02:00
Twinaphex
4620d07ac8
Merge pull request #1079 from aliaspider/master
...
fix PSP build.
2014-10-02 22:06:16 +02:00
aliaspider
6f15383b2c
initialize frame_cache and texture_frame to a dummy frame in
...
init_video_input() to avoid undefined behavior in the init phase in case
they are used before being set.
2014-10-02 21:02:27 +01:00