suyu/src
Lioncash ef5639bfbb key_manager: Don't assume file seeks and reads will always succeed
Given the filesystem should always be assumed to be volatile, we should
check and bail out if a seek operation isn't successful. This'll prevent
potentially writing/returning garbage data from the function in rare
cases.

This also allows removing a check to see if an offset is within the
bounds of a file before perfoming a seek operation. If a seek is
attempted beyond the end of a file, it will fail, so this essentially
combines two checks into one in one place.
2018-10-13 08:24:18 -04:00
..
audio_core EffectOutStatus padding is now in hex 2018-10-09 11:20:54 +11:00
common Merge pull request #1424 from DarkLordZach/ips-witch 2018-10-08 12:30:33 -04:00
core key_manager: Don't assume file seeks and reads will always succeed 2018-10-13 08:24:18 -04:00
input_common Port #4141 from citra: Joystick hotplug support (#1275) 2018-09-10 21:29:59 -04:00
tests kernel/thread: Use a regular pointer for the owner/current process 2018-10-10 02:04:55 -04:00
video_core Implemented helper function to correctly calculate a texture's size 2018-10-12 14:21:53 -04:00
web_service Review comments - part 5 2018-10-02 16:04:10 +02:00
yuzu Merge pull request #1409 from DarkLordZach/key-derivation 2018-10-12 22:55:49 -04:00
yuzu_cmd implemented touch in Qt and SDL 2018-10-09 20:26:57 +02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Port web_service from Citra 2018-10-02 15:30:48 +02:00