summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2026-04-05Merge pull request #14542 from jordan-woyak/gbacore-thingsJordan Woyak
2026-04-05Merge pull request #14555 from jordan-woyak/gbplayer-gba-detectionJordan Woyak
2026-04-05Merge pull request #14552 from JosJuice/gbplayer-pwmJordan Woyak
2026-04-05Improve Game Boy Player audio conversion to PWMJosJuice
2026-04-04BreakpointWidget: Fix drawing of icon when breakpoints are disabledDentomologist
2026-04-04Improve NAND import progress dialogTillmann Karras
2026-04-04Merge pull request #14554 from akechi-haruka/silence-ra-leaderboardsJordan Woyak
2026-04-04HW/GBPlayer: Fix GBA cart detection in GBI.Jordan Woyak
2026-04-04Merge pull request #14553 from JosJuice/gbi-piJMC47
2026-04-04Core: Raise PI interrupt when accessing unmapped memoryJosJuice
2026-04-04Merge pull request #14548 from Dentomologist/tasinput_let_stickwidget_and_irw...JosJuice
2026-04-03Merge pull request #14520 from cristian64/breakpoints_widget_font_fixesDentomologist
2026-04-03TASInput: Let StickWidget and IRWidget shrinkDentomologist
2026-04-03Merge pull request #14544 from jordan-woyak/gba-always-on-threadJMC47
2026-04-03Merge pull request #14140 from iwubcode/blurry_bloomJMC47
2026-04-03Retroachievements: Hide leaderboard OSD messages if the leaderboard tracker i...kyoubate-haruka
2026-04-03DolphinQt: Custom style for QGroupBox in Fusion.cristian64
2026-04-03DolphinQt: Size adjustments in **Breakpoints** widget based on selected debug...cristian64
2026-04-02Merge pull request #14298 from SuperSamus/achivements-hash-qolDentomologist
2026-04-02Merge pull request #14492 from OatmealDome/apple-discard-bug-fixed-3OatmealDome
2026-04-02HW/GBACore: Remove the GBA "Threads" setting. Make GBAs always run on dedicat...Jordan Woyak
2026-04-02Merge pull request #14428 from StavrosKosmas0/masterDentomologist
2026-04-02Merge pull request #14541 from JosJuice/jit64-dcbz-dcacheJMC47
2026-04-02Merge pull request #14540 from jordan-woyak/hsp-cleanupsJMC47
2026-04-02HW/GBACore: Clean up includes and whitespace.Jordan Woyak
2026-04-02HW/GBACore: Use mCoreSync to make runLoop exit sooner than what setting early...Jordan Woyak
2026-04-02HW/GBACore: Flush audio buffer on sample rate change and don't dynamically al...Jordan Woyak
2026-04-02Merge pull request #14534 from Dentomologist/generalpane_rename_updater_varia...Jordan Woyak
2026-04-02Jit: Move dcbx ENABLE_IFJosJuice
2026-04-02Jit64: Use dcbz slow path with accurate dcacheJosJuice
2026-04-01GeneralPane: Change BETA to RELEASE in updater variable namesDentomologist
2026-04-01HW/HSP: Change Read/Write interface to use `span<u8, 32>` instead of four cal...Jordan Woyak
2026-04-01HW/HSP: Ensure an IHSPDevice object always exists to remove null checks as a ...Jordan Woyak
2026-04-01HW/HSP: Make IHSPDevice::GetDeviceType a virtual function to eliminate `m_dev...Jordan Woyak
2026-04-01Merge pull request #14536 from JosJuice/gbacore-android-contentJMC47
2026-04-01HW/GBACore: Fix integrated game boy clock speeds and enable colors.Jordan Woyak
2026-04-01Don't call OpenModeToAndroid in GBACoreJosJuice
2026-03-31Android: Add SAF support for GBA ROM and BIOS filesJosJuice
2026-03-31DolphinQt: Expose Game Boy Player ROM path on the GameCube config tab.Jordan Woyak
2026-03-31State: Increase STATE_VERSION for Game Boy Player.Jordan Woyak
2026-03-31AutoUpdate: Only set triggered flag if process creation succeedsDentomologist
2026-03-31AutoUpdate: Don't start redundant update checksDentomologist
2026-03-30HW/HSP: Add Game Boy Player device.Vicki Pfau
2026-03-30ChunkFile: Add void* version of DoPointer.Jordan Woyak
2026-03-30HW/GBACore: Add some special handling for GBPlayer.Jordan Woyak
2026-03-30MainSettings: Add a fifth GBA ROM config path for GBPlayer.Jordan Woyak
2026-03-30Merge pull request #14519 from cristian64/registers_widget_font_fixesJMC47
2026-03-30Merge pull request #14530 from JosJuice/create-logs-folderDentomologist
2026-03-30UICommon: Create User/Logs/ at startupJosJuice
2026-03-30Merge pull request #14528 from jordan-woyak/gba-mixer-fixJMC47