summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2026-05-19Game digest progress dialogTom Pratt
2026-05-19Handle desync messagesTom Pratt
2026-05-19Make NetplaySession not a singletonTom Pratt
2026-05-19Use existing settings API instead of custom jni callsTom Pratt
2026-05-19Show save transfer progressTom Pratt
2026-05-19Dont try to load temporary save states when launching netplayTom Pratt
2026-05-19Release boot session data during Netplay cleanupTom Pratt
2026-05-19Implement OnConnectionLost, show a dialog on the main netplay screen forcing ...Tom Pratt
2026-05-19Implement StopGame callback and use it to finish the emulation activityTom Pratt
2026-05-19Settings refactorTom Pratt
2026-05-19Max bufferTom Pratt
2026-05-19Put players table in an OutlinedBox, makes the UI look more consistent.Tom Pratt
2026-05-19Implement more NetPlayUICallbacksTom Pratt
2026-05-19Netplay chat UITom Pratt
2026-05-19Implement player listTom Pratt
2026-05-19Reorder netplay classTom Pratt
2026-05-19Add mostly empty Netplay screen, equivalent of NetPlayDialog in QT.Tom Pratt
2026-05-19Move NetplaySetupScreen to its own fileTom Pratt
2026-05-19Show client connection errors and handle connection resultTom Pratt
2026-05-19Store netplay BootSessionData and use it to run the netplay gameTom Pratt
2026-05-19Pass game list to NetPlayUICallbacks and implement OnMsgChangeGame, OnMsgStar...Tom Pratt
2026-05-19Add NetPlayClient join and stub NetPlayUICallbacksTom Pratt
2026-05-19Add Netplay settings JNI layer and wire up NetplaySetupViewModelTom Pratt
2026-05-19Netplay setup UITom Pratt
2026-05-19Add compose dependencies for Android and empty NetplaySetupActivityTom Pratt
2026-05-15IOS/Network: reduce log verbosity of SO_EAGAIN to info levelTillmann Karras
2026-05-14AudioCommon: Add individual Wiimote audio mixerWeston Heard
2026-05-13fixes: make dolreader validate section addresses and sizesDacoTaco
2026-05-12Merge pull request #14635 from JosJuice/android-panic-log-crashDentomologist
2026-05-12PPCAnalyst: Split "in use" analysis into reads and writesJosJuice
2026-05-11Merge pull request #14592 from jordan-woyak/memcard-manager-scrollingAdmiral H. Curtiss
2026-05-11Merge pull request #14613 from JosJuice/wad-tmd-checksAdmiral H. Curtiss
2026-05-08Android: Move alert message log from Kotlin to C++JosJuice
2026-05-07Merge pull request #14634 from JosJuice/jitarm64-msr-dr-bitDentomologist
2026-05-07Merge pull request #14629 from Simonx22/android/convert-tvutil-to-kotlinDentomologist
2026-05-07Merge pull request #14645 from Dentomologist/msghandler_use_more_suitable_log...JosJuice
2026-05-07Core: Implement automatic symbol demanglingAmber Brault
2026-05-06Merge pull request #14644 from tom-pratt/fix_do_all_players_have_gameDentomologist
2026-05-06Merge pull request #14632 from vladfi1/upstream-pipe-inputs-fixDentomologist
2026-05-06Unconditionally lock in ControllerInterface::UpdateInput.Vlad Firoiu
2026-05-06MsgHandler: Use log level matching MsgType for alertsDentomologist
2026-05-06DoAllPlayersHaveSameGame returns correct result instead of always trueTom Pratt
2026-05-05Merge pull request #14532 from Dentomologist/autoupdatechecker_fix_edge_casesDentomologist
2026-05-05Merge pull request #14642 from SuperSamus/cpp-move-fixup-nocubebJordan Woyak
2026-05-05Fixup #14565 (compilation with `-DENABLE_CUBEB=OFF`)Martino Fontana
2026-05-03Replace some [[maybe_unused]] annotations with commented namesDentomologist
2026-05-01Merge pull request #14628 from JosJuice/android-remove-hostthreadlockJordan Woyak
2026-05-01JitArm64: Fix DR check in MSRUpdatedJosJuice
2026-04-30Merge pull request #14384 from ethanuppal/editdsuserversJordan Woyak
2026-04-30Android: Convert DirectoryInitialization to KotlinSimonx22