dolphin-emu / dolphin Public
master
Commits on Apr 8, 2022
-
Merge pull request #7675 from TryTwo/Debugger_Code_Features
Debugger: Get target memory in load/store instructions
-
Merge pull request #10565 from AdmiralCurtiss/wgi-win7
Core/WGInput: Dynamically load winrt function addresses.
-
Commits on Apr 7, 2022
-
Merge pull request #10567 from sepalani/fix-float-preview
MemoryWidget: Fix preview of zero as float/double
-
Merge pull request #10528 from TryTwo/PR_Debugger_Memory_Input_Types
Debugger: MemoryWidget: add float and integer input types. Add input preview.
Commits on Apr 6, 2022
-
Merge pull request #10555 from Dentomologist/fix_manual_update_check_…
…when_autoupdate_disabled Updater: Fix manual update check when autoupdate is disabled
Commits on Apr 4, 2022
-
Merge pull request #7614 from jordan-woyak/windows-gaming-input
InputCommon: Add Windows.Gaming.Input to ControllerInterface.
Commits on Apr 2, 2022
-
Merge pull request #10557 from shuffle2/msvc-secure-scl
msbuild: don't explicitly set _SECURE_SCL
-
Merge pull request #10534 from AdmiralCurtiss/more-cheat-search-qol
DolphinQt: More Cheat Search QoL
-
Merge pull request #10550 from shuffle2/cpp-conform
msvc: enable conformant __cplusplus macro
-
Merge pull request #8732 from dreamsyntax/debugger-function-differencing
Qt/Debugger CodeWidget: Record and find specific functions by differencing
Commits on Mar 31, 2022
-
DolphinQt/CheatSearchWidget: Drop whitespace when parsing integers an…
…d floats from the user.
-
-
Merge pull request #10530 from shuffle2/win-ffmpeg
windows: move ffmpeg bins to submodule
Commits on Mar 30, 2022
-
Merge pull request #10542 from TryTwo/PR_MemoryViewWidget_Spacing
Debugger MemoryViewWidget: fixed, tighter spacing
Commits on Mar 27, 2022
-
Merge pull request #10497 from martinD2014/master
Change the highlighted button on each window
Commits on Mar 26, 2022
-
Merge pull request #10375 from Pokechu22/imgui-assert
Externals: Use Common ASSERT for IM_ASSERT
-
Merge pull request #10514 from JosJuice/datel-no-gametdb
DiscIO: Don't return GameTDB ID for any Datel disc
Commits on Mar 25, 2022
-
Merge pull request #10079 from sepalani/neg-offset
MemoryWidget: Add negative offset search support
Commits on Mar 23, 2022
-
Merge pull request #10507 from JosJuice/convertcommand-non-gc-wii
DolphinTool: Allow converting non-GC/Wii files
Commits on Mar 22, 2022
-
Merge pull request #10527 from AdmiralCurtiss/speedlimit-combobox-fix
DolphinQt: Set emulation speed setting only when the combobox is actually touched.
-
Merge pull request #10464 from Zarklord/override-wii-boot-ios
Add Override for Boot IOS for Wii Titles
Commits on Mar 21, 2022
-
Merge pull request #10523 from JMC47/initypo
Rename GYRE41.ini to GRYE41.ini
Commits on Mar 20, 2022
-
Merge pull request #10491 from Minty-Meeo/dolphin-tool-more-stuff
More dolphin-tool features and options
-
Merge pull request #10016 from JMC47/ubisoftcodinground11
GameINI: Rayman Arena - Add Disable Culling Patch that fixes "Rise and Shrine" Hang
Commits on Mar 19, 2022
-
Merge pull request #10492 from teconmoon/patch-1
Create REX.ini file for Excite Truck visual issues
-
Merge pull request #10515 from JosJuice/android-user-data-clarification
Android: Clarify what we mean by "user data"
-
Merge pull request #10174 from dreamsyntax/panic-handles-restore-mess…
…ages DolphinQt: Add "Reset Ignore Panic Handler" MenuBar Option
-
Merge pull request #10522 from AdmiralCurtiss/autoupdate-vs
Re-enable Auto-Update when building with VS project files.
-
Commits on Mar 6, 2022
-
Merge pull request #10494 from JosJuice/dynamiclibrary-rule-of-five
Common: Make DynamicLibrary non-copyable