1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-nightly/src
zhaowenlan1779 75927ee462 Port "client_port: Make all data members private" from yuzu (#4064)
* client_port: Make all data members private

These members don't need to be entirely exposed, we can instead expose
an API to operate on them without directly needing to mutate them

We can also guard against overflow/API misuse this way as well, given
active_sessions is an unsigned value.

* make the condition an assert
2018-08-24 19:31:20 +02:00
..
audio_core Merge pull request #3985 from BreadFish64/fix-warnings 2018-08-02 11:14:57 -06:00
citra input_common/udp: allow changing pad index 2018-08-11 13:23:10 +08:00
citra_qt Revert "Set DiscordRPC OFF by default (#4109)" 2018-08-20 10:34:58 -06:00
common Merge pull request #4073 from zhaowenlan1779/port-yuzu-988 2018-08-10 21:18:01 +01:00
core Port "client_port: Make all data members private" from yuzu (#4064) 2018-08-24 19:31:20 +02: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 Change level of invalid UDP packet log message from Error to Debug. 2018-08-12 22:17:34 -04:00
network network: fix 3 typos 2018-08-12 17:55:15 -05:00
tests Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
video_core video_core: Allow changing background color while emulation is running 2018-08-04 15:11:51 +08:00
web_service reformat all files with clang-format 2018-06-29 16:56:12 +03: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