- 31 Jan, 2024 5 commits
-
-
liamwhite authored
Small time fixes
-
liamwhite authored
settings: Allow audio sink, input, and output to be set per game
-
liamwhite authored
-
t895 authored
-
Kelebek1 authored
Remove a few hacks for clock setups, which seem to no longer be needed, but fix network clock to local clock on every boot. Also fix some logging strings.
-
- 30 Jan, 2024 11 commits
-
-
liamwhite authored
cmif_serialization: fix LargeData types
-
liamwhite authored
service: hid: Implement GetPlayerLedPattern accurately
-
Liam authored
-
liamwhite authored
cmif_serialization: fix out layout calculation
-
liamwhite authored
Add support for the CONNREFUSED socket error
-
liamwhite authored
cmake: prefer system oaknut library
-
Narr the Reg authored
-
LotP1 authored
forgot to realign the enum
-
LotP1 authored
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
-
Liam authored
-
Alexandre Bouvier authored
-
- 29 Jan, 2024 16 commits
-
-
LotP1 authored
Align the error case with it's index in the Errno enum
-
LotP1 authored
Add the CONNREFUSED error to the Service::Sockets::Errno enum
-
LotP1 authored
Add support for the CONNREFUSED Errno. Without this Connect() will return SUCCESS when a connection is refused, instead of an error code. This causes code, that relies on the result of Connect() being SUCCESS, to execute when it shouldn't.
-
liamwhite authored
service: mii: Set arguments as const
-
liamwhite authored
externals/dynarmic: Update to 6.6.1
-
Narr the Reg authored
-
liamwhite authored
android: Don't show delete button for system driver
-
liamwhite authored
service: am: Focus state changed goes last
-
liamwhite authored
service: hid: Implement home, capture and sleep buttons
-
liamwhite authored
Move time services to new IPC and add debug printing
-
liamwhite authored
Simplify VkResult lookup
-
t895 authored
-
Narr the Reg authored
fix build for gcc 11
-
amazingfate authored
-
german77 authored
-
german77 authored
-
- 28 Jan, 2024 8 commits
-
-
liamwhite authored
Save gamemode configuration and add per-game config
-
liamwhite authored
atomic_ops: Reduce code duplication with templates
-
liamwhite authored
Use the input process handle to get the correct application's memory
-
liamwhite authored
configure_graphics: Avoid crash when vsync_mode_combobox is empty
-
Merry authored
configure_graphics: Avoid crash when vsync_mode_combobox is empty (occurs when renderer backend is Null)
-
Kelebek1 authored
-
Merry authored
-
liamwhite authored
android: Show system driver information
-