citra-mk7/src
Weiyi Wang 3d73b8d694 Common/Bitfield: store value as unsigned type
Storing signed type causes the following behaviour: extractValue can do overflow/negative left shift. Now it only relies on two implementation-defined behaviours (which are almost always defined as we want): unsigned->signed conversion and signed right shift
2018-11-10 23:42:39 -05:00
..
audio_core CoreTiming: wrap into class 2018-11-04 10:26:38 -05:00
citra Review comments - part 3 2018-10-20 10:35:55 -04:00
citra_qt Merge pull request #4371 from wwylele/kernel-global-3 2018-10-30 00:36:10 -04:00
common Common/Bitfield: store value as unsigned type 2018-11-10 23:42:39 -05:00
core ldr_ro: change std::tie to structured binding 2018-11-07 13:38:52 -05:00
dedicated_room web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
input_common Merge pull request #4193 from B3n30/controller5 2018-10-17 10:49:21 -04:00
network Merge pull request #4191 from valentinvanelslande/minor-fix 2018-09-08 10:05:33 +08:00
tests CoreTiming: wrap into class 2018-11-04 10:26:38 -05:00
video_core CoreTiming: wrap into class 2018-11-04 10:26:38 -05:00
web_service compatdb: Use a seperate endpoint for testcase submission 2018-10-27 12:20:03 +02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Network: Added an executable to host an dedicated room for local wifi 2018-03-09 19:11:32 +01:00