citra/src
Lioncash 38b9d1780f verify_login: Make VerifyLogin exceptionless
This function can be simplified by attempting to find the username
within the JSON object and then only accessing it if it does. There's no
need to blindly access the data itself.

This also eliminates the need to copy the string to a local as well,
since we already have the element itself, we can just compare against
it. For the failure case, it's the same if we were checking that the
provided username string is empty.
2018-03-28 21:34:21 -04:00
..
audio_core Undo changes to unrelated files and fix formatting 2018-03-25 00:54:40 +08:00
citra Merge pull request #3533 from daniellimws/fmtlib-macros 2018-03-24 08:04:20 +00:00
citra_qt QT: Implement themed icons (#3554) 2018-03-27 12:11:04 +01:00
common Move WebServices to use LibreSSL + cpp-httplib (#3501) 2018-03-24 13:19:35 -06:00
core NWM_UDS:: Check flags in SendTo (#3481) 2018-03-27 15:01:29 +03:00
dedicated_room fixe typos 2018-03-11 12:58:00 +01:00
input_common input_common: Migrate logging macros 2018-03-25 17:46:02 +08:00
network NWM_UDS:: Check flags in SendTo (#3481) 2018-03-27 15:01:29 +03:00
tests Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
video_core Merge pull request #3484 from wwylele/highlight-fix 2018-03-18 23:41:27 +02:00
web_service verify_login: Make VerifyLogin exceptionless 2018-03-28 21:34:21 -04: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