1
0
Fork 0
yuzu-mirror/src
Lioncash b4f63db04e nfp: Correct erroneous sizeof expression within GetTagInfo()
The previous expression would copy sizeof(size_t) amount of bytes (8 on
a 64-bit platform) rather than the full 10 bytes comprising the uuid
member.

Given the source and destination types are the same, we can just use an
assignment here instead.
2018-11-14 12:53:39 -05:00
..
audio_core microprofile: Drop ReleaseActiveBuffer scope. 2018-11-06 17:45:32 +01:00
common Merge pull request #1441 from CarlKenner/DebuggerLog 2018-11-05 00:19:59 -05:00
core nfp: Correct erroneous sizeof expression within GetTagInfo() 2018-11-14 12:53:39 -05:00
input_common Port #4141 from citra: Joystick hotplug support (#1275) 2018-09-10 21:29:59 -04:00
tests global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
video_core Merge pull request #1628 from greggameplayer/Texture2DArray 2018-11-12 21:13:47 -08:00
web_service compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
yuzu Merge pull request #1670 from DarkLordZach/deterministic-rng 2018-11-12 21:10:08 -08:00
yuzu_cmd settings: Add config option to set RNG seed 2018-11-11 23:09:46 -05: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