index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
/
multiplayer
/
state.cpp
Age
Commit message (
Collapse
)
Author
2024-12-31
chore: update project branding to citron
Zephyron
2023-03-12
general: fix spelling mistakes
Liam
2022-10-22
yuzu: Resolve -Wpessimizing-move
Morph
2022-09-10
yuzu: Multiple room UI improvements
german77
2022-09-09
ldn: Initial implementation
FearlessTobi
2022-09-02
Address review comments
FearlessTobi
2022-08-27
yuzu/multiplayer: Warn when game is running or no network interface is selected
FearlessTobi
2022-08-15
yuzu: Fix crash on shutdown
FearlessTobi
Previously, accessing the room_network when it was already freed would crash the emulator on shutdown. Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2022-08-15
core, network: Add ability to proxy socket packets
FearlessTobi
2022-07-25
network: Address review comments
FearlessTobi
2022-07-25
network, yuzu: Make copyright headers SPDX-compliant
FearlessTobi
2022-07-25
network, yuzu: Improve variable naming and style consistency
FearlessTobi
2022-07-25
network: Move global state into a seperate class
FearlessTobi
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2022-07-25
Address first part of review comments
FearlessTobi
2022-07-25
Fix compilation on linux gcc
FearlessTobi
2022-07-25
yuzu: Add ui files for multiplayer rooms
FearlessTobi