summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-31Remove a few hacks for clock setups, which seem to no longer be needed, but ↵Kelebek1
fix network clock to local clock on every boot. Also fix some logging strings.
2024-01-30am: push storage from error applet with non-zero sizeLiam
2024-01-30Merge pull request #12860 from liamwhite/serialization2liamwhite
cmif_serialization: fix LargeData types
2024-01-30Merge pull request #12859 from german77/ledliamwhite
service: hid: Implement GetPlayerLedPattern accurately
2024-01-30cmif_serialization: fix LargeData typesLiam
2024-01-30Merge pull request #12856 from liamwhite/serializationliamwhite
cmif_serialization: fix out layout calculation
2024-01-30Merge pull request #12849 from LotP1/patch-1liamwhite
Add support for the CONNREFUSED socket error
2024-01-30Merge pull request #12847 from abouvier/cmake-oaknutliamwhite
cmake: prefer system oaknut library
2024-01-30service: hid: Implement GetPlayerLedPattern accuratelyNarr the Reg
2024-01-30Persist filters in multiplayer public lobby listHugo Locurcio
After connecting to a room, the chosen filter text, "Games I Own", "Hide Empty Rooms" and "Hide Full Rooms" values are persisted to configuration so they are preserved across restarts. This makes it easier to rejoin a room if you regularly play the same game, or after a crash.
2024-01-30Color player counts in the multiplayer public lobby listHugo Locurcio
- Full lobbies have their player count displayed in red. - Lobbies with one slot left have their player count displayed in orange. - Empty lobbies have their player count grayed out.
2024-01-30internal_network: only poll for accept on blocking socketsLiam
2024-01-30Update sockets.hLotP1
forgot to realign the enum
2024-01-30Update src/core/hle/service/sockets/sockets.hLotP1
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
2024-01-30cmif_serialization: fix out layout calculationLiam
2024-01-29service: capsrv: Migrate to new IPCNarr the Reg
2024-01-30cmake: prefer system oaknut libraryAlexandre Bouvier
2024-01-29am: stop emulation when all applets are closedLiam
2024-01-29core: support offline web appletLiam
2024-01-29am: return AppletDataBroker and use for frontend appletsLiam
2024-01-29am: rework IStorage for transfer storageLiam
2024-01-29am: migrate global state to per-applet state structureLiam
2024-01-29am: retrieve main applet creation info from frontendLiam
2024-01-30Add hotkeys for multiplayer actionsHugo Locurcio
Default shortcuts were chosen as to be intuitive (use the first letter of the action, or the second word's first letter) and work on all types of keyboards. The hotkeys can be used while playing a game too, as they are application-wide.
2024-01-29am: re-namespace frontend applets to frontend directoryLiam
2024-01-29am: add new datatypes for per-applet stateLiam
2024-01-29service: split am into componentsLiam
2024-01-30Update sockets_translate.cppLotP1
Align the error case with it's index in the Errno enum
2024-01-30Update sockets.hLotP1
Add the CONNREFUSED error to the Service::Sockets::Errno enum
2024-01-30Update sockets_translate.cppLotP1
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.
2024-01-29Merge pull request #12846 from german77/mii_constliamwhite
service: mii: Set arguments as const
2024-01-29Merge pull request #12830 from merryhime/dynamic-dual_code_blockliamwhite
externals/dynarmic: Update to 6.6.1
2024-01-29service: mii: Set arguments as constNarr the Reg
2024-01-29notif: rewrite for new IPCLiam
2024-01-29Merge pull request #12843 from t895/system-driver-whoopsliamwhite
android: Don't show delete button for system driver
2024-01-29Merge pull request #12837 from german77/catliamwhite
service: am: Focus state changed goes last
2024-01-29Merge pull request #12836 from german77/im_homeliamwhite
service: hid: Implement home, capture and sleep buttons
2024-01-29Merge pull request #12814 from Kelebek1/time_new_ipcliamwhite
Move time services to new IPC and add debug printing
2024-01-29Merge pull request #12439 from FireBurn/vkresultliamwhite
Simplify VkResult lookup
2024-01-29android: Don't show delete button for system drivert895
2024-01-29Merge pull request #12840 from amazingfate/fix-gcc11Narr the Reg
fix build for gcc 11
2024-01-29fix build for gcc 11amazingfate
2024-01-28service: am: Focus state changed goes lastgerman77
2024-01-28service: hid: Implement home, capture and sleep buttonsgerman77
2024-01-28service: hid: Restore active aruidgerman77
2024-01-28service: hid: Fully implement touch resourceNarr the Reg
2024-01-28Merge pull request #12555 from flodavid/fix-gamemode-settingliamwhite
Save gamemode configuration and add per-game config
2024-01-28Merge pull request #12821 from merryhime/atomic_opsliamwhite
atomic_ops: Reduce code duplication with templates
2024-01-28Merge pull request #12831 from Kelebek1/audren_multiliamwhite
Use the input process handle to get the correct application's memory
2024-01-28Merge pull request #12833 from merryhime/vsync-crashliamwhite
configure_graphics: Avoid crash when vsync_mode_combobox is empty