citra/src
James Rowe d35693bbbc More minor issue fixes
* Move Joining state change sooner in the code to prevent an issue where
failing to connect multiple times in a row doesn't change the state (as
it goes from CouldNotConnect -> CouldNotConnect which doesn't trigger a
state changed callback)
* Prevent double clicking too fast on a room in the lobby from causing
issues
* Lobby no longer closes when joining a room
2018-04-19 10:28:19 -06:00
..
audio_core Replace format specifiers for all usages of ASSERT_MSG 2018-03-27 23:28:42 +08:00
citra SDL2: Implement fullscreen 2018-04-17 23:22:23 +05:30
citra_qt More minor issue fixes 2018-04-19 10:28:19 -06:00
common [quick-fix]file-util: fmtlib errors on FILE* type parameter. Explicitly cast it to void* 2018-04-06 13:35:37 +03:00
core Merge pull request #3656 from lioncash/relocate 2018-04-15 10:34:14 +01:00
dedicated_room citra-room: Use the default OpenGL loader instead of SDL_GL_GetProcAddress 2018-04-06 20:27:47 +01:00
input_common input_common: Migrate logging macros 2018-03-25 17:46:02 +08:00
network More minor issue fixes 2018-04-19 10:28:19 -06:00
tests Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
video_core shader: avoid recomputing hash for the same program 2018-04-17 09:47:59 +03: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