summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-18Merge pull request #12447 from lioncash/ppcAdmiral H. Curtiss
2023-12-18Core/Debugger/PPCDebugInterface: Remove global system accessorLioncache
2023-12-18Core/PatchEngine: Get rid of global system accessorsLioncache
2023-12-18Core/GeckoCode: unsigned int -> u32Lioncache
2023-12-18Core/GeckoCode: Avoid signed conversion in RunCodeHandler()Lioncache
2023-12-18Core/GeckoCode: Remove global system accessorLioncache
2023-12-18Merge pull request #12444 from lioncash/mapTilka
2023-12-18Core/Debugger_SymbolMap: Make GetCallstack() less verboseLioncache
2023-12-18Core/Debugger_SymbolMap: Remove redundant system parameters from interfaceLioncache
2023-12-18Core/Debugger_SymbolMap: Remove AddAutoBreakpoints()Lioncache
2023-12-18Merge pull request #12430 from Tilka/cnk_c4Tilka
2023-12-18Input: Improve Controller Interface devices threadingFiloppi
2023-12-18Core/HLE/HLE_OS: Mark helpers as static where applicableLioncache
2023-12-18HLE_OS: Get rid of global system accessorsLioncache
2023-12-18HLE_Misc: Get rid of global system accessorsLioncache
2023-12-18Merge pull request #12440 from lioncash/memcardTilka
2023-12-18Common/TraversalServer: Make use of fmt moreLioncache
2023-12-18Common/TraversalServer: Make use of fmt over sprintf where applicableLioncache
2023-12-18Core/DSP/DSPTables: Make pdregname() and pdregnamelong() return std::stringLioncache
2023-12-18Core/DSP/DSPTables: Make use of fmt::format in pdname()Lioncache
2023-12-18Core/NetPlayServer: Use fmt::format_to_n in GetInterfaceHost()Lioncache
2023-12-18Core/IOS/Top: Make use of fmt::format_to_n where applicableLioncache
2023-12-18Core/IOS/ES: Make use of fmt::format where applicableLioncache
2023-12-18Core/IOS/IOS: Remove global system accessor from Init()Lioncache
2023-12-18Core/IOS/IOS: Remove global system accessor from WriteReturnValue()Lioncache
2023-12-18Core/IOS/IOS: Remove global system accessor from RAMOverrideForIOSMemoryValues()Lioncache
2023-12-18Core/IOS/IOS: Remove global system accessors from internal functionsLioncache
2023-12-18Core/IOS/IOS: Remove global system accessor from destructorLioncache
2023-12-18Core/IOS/IOS: Remove system parameters from BootstrapPPC() and BootIOS()Lioncache
2023-12-18Core/EXI/EXI_DeviceMemoryCard: Remove global system accessorLioncache
2023-12-18Merge pull request #12170 from Filoppi/custom_aspect_ratioAdmiral H. Curtiss
2023-12-18Video: make the "Auto" resolution setting also follow the max res setting, to...Filoppi
2023-12-18Video: fix auto resolution scale calculationsFiloppi
2023-12-18Video: fix Auto Resolution Scale not updating when the window was resized.Filoppi
2023-12-18Video: implement custom aspect ratio support (already exposed to Qt).Filoppi
2023-12-18Fix sharp bilinear using ceil instead of floorFiloppi
2023-12-18Video: rename Presenter::SetWindowSize()Filoppi
2023-12-18Video: polish aspect ratio related code comments to make it clearerFiloppi
2023-12-17Merge pull request #12362 from CasualPokePlayer/sysconf_widescreenMai
2023-12-17Merge pull request #12431 from JosJuice/jitarm64-rlwnmx-call-rlwinmxMai
2023-12-17Merge pull request #12370 from iwubcode/more_samplersMai
2023-12-17Merge pull request #12432 from JosJuice/jitarm64-logic-i2r-optMai
2023-12-17Merge pull request #12433 from mitaclaw/windows-arm-debug-fixMai
2023-12-17Merge pull request #12409 from iwubcode/custom_material_graphics_mod_action_dataMai
2023-12-17Merge pull request #12382 from iwubcode/shader_asset_default_valueMai
2023-12-17Merge pull request #12372 from iwubcode/texture_usage_flagMai
2023-12-17Fix Windows ARM64 debug build errorsmitaclaw
2023-12-17JitArm64: Improve codegen in ANDI2R and friendsJosJuice
2023-12-17JitArm64: Optimize additional cases of ANDI2R and friendsJosJuice
2023-12-17JitArm64: Optimize ANDI2R and friends to no-ops when possibleJosJuice