summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Collapse)Author
2022-04-22Vulkan: Close the output stream on shader compile error before showing the ↵Pokechu22
panic alert This fixes the file showing up as 0 bytes in Windows Explorer (although the file would still display properly when opened).
2022-04-18Common/PointerWrap: Prevent reads/writes past the end of the buffer.Admiral H. Curtiss
2022-04-18Common/PointerWrap: Hide internals.Admiral H. Curtiss
2022-04-16Merge pull request #10563 from TryTwo/PR_MemoryWidget_Display_TypesAdmiral H. Curtiss
Debugger MemoryWidget: More display types, use combo box for options
2022-04-15Debugger MemoryWidget: More display types, use combo box for display ↵TryTwo
options. Add alignment and riw length options.
2022-04-16Merge pull request #10582 from AdmiralCurtiss/fmt-floatAdmiral H. Curtiss
Common/StringUtil: Use simpler formatting for floats and doubles.
2022-04-15Merge pull request #10255 from Pokechu22/sw-zfreezeScott Mansell
Software: Fix zfreeze with CullMode::All
2022-04-13Merge pull request #10486 from ttttcrngyblflpp/negative-axis-scalingAdmiral H. Curtiss
Make pos/neg analog axes symmetrical
2022-04-12Common/StringUtil: Use simpler formatting for floats and doubles.Admiral H. Curtiss
2022-04-12windows: buildfix if pch not usedShawn Hoffman
2022-04-11Merge pull request #10574 from EternityShack/masterAdmiral H. Curtiss
MemoryWidget: Load Files to Memory
2022-04-10MemoryWidget: Load Files to MemoryEternityShack
2022-04-10MoltenVK: Fix pixel shader typoJosJuice
2022-04-09Merge pull request #10571 from AdmiralCurtiss/ffmpeg-custom-pix-fmtMai M
VideoCommon/FrameDump: Allow user to specify a pixel format.
2022-04-08Software: Fix zfreeze with CullMode::AllPokechu22
2022-04-08Software: Store offset in SlopePokechu22
This is needed since we need a separate offset for zfreeze to work correctly. It also makes the code a bit less jank.
2022-04-08Software: Remove config to disable ZComploc and ZFreezePokechu22
These aren't particularly useful, and make the code a bit more confusing. If for some reason someone wants to test what happens when these functions are disabled, it's easier to just edit the code that implements them. They aren't exposed in the UI, so one would need to restart Dolphin to do it anyways.
2022-04-08Round viewport coordinates when vertex rounding is enabledPokechu22
This should fix https://bugs.dolphin-emu.org/issues/9105
2022-04-08VertexShaderManager: Use g_ActiveConfig.UseVertexRounding()Pokechu22
2022-04-08Fix typo (GFX_HACK_VERTEX_ROUDING -> GFX_HACK_VERTEX_ROUNDING)Pokechu22
2022-04-08Merge pull request #10573 from AdmiralCurtiss/pr10472Mai M
DolphinQt/HacksWidget: Re-enable texture accuracy slider if it was disabled because of a custom value.
2022-04-09DolphinQt/HacksWidget: Re-enable texture accuracy slider if it was disabled ↵3t13nn3
because of a custom value. Fixes https://bugs.dolphin-emu.org/issues/12771
2022-04-08Merge pull request #10558 from shuffle2/langMai M
windows: simplify handling of gettext
2022-04-09VideoCommon/FrameDump: Fix log messages with arguments.Admiral H. Curtiss
2022-04-09Common/LogManager: Add generic printf-style log function that takes a ↵Admiral H. Curtiss
va_list instead of va_args.
2022-04-09VideoCommon/FrameDump: Allow user to specify a pixel format.Admiral H. Curtiss
2022-04-08Merge pull request #10543 from Minty-Meeo/initmmio-combinePokechu22
Combine InitMMIO and InitMMIOWii
2022-04-08Merge pull request #7675 from TryTwo/Debugger_Code_FeaturesAdmiral H. Curtiss
Debugger: Get target memory in load/store instructions
2022-04-08Core/WGInput: Dynamically load winrt function addresses.Admiral H. Curtiss
2022-04-07Merge pull request #10412 from Pokechu22/sw-efb-peek-alphaJMC47
Software: Implement pixel engine alpha read mode
2022-04-07Merge pull request #10485 from JosJuice/real-ocol0-logic-opsJosJuice
Shadergen: Use real_ocol0 workaround for shader logic ops
2022-04-07Merge pull request #10544 from AdmiralCurtiss/default-font-size-workaroundJosJuice
Qt: Set font size for default debug font.
2022-04-07msbuild: Move WGInput to DolphinLib.propsPokechu22
It was accidentally put into the main DolphinLib.vcxproj in #7614.
2022-04-07MemoryWidget: Fix preview of zero as float/doubleSepalani
2022-04-07Merge pull request #10528 from TryTwo/PR_Debugger_Memory_Input_TypesAdmiral H. Curtiss
Debugger: MemoryWidget: add float and integer input types. Add input preview.
2022-04-06Debugger MemoryWidget: add float and integer inputs. Add input preview. ↵TryTwo
Change input logic. Use combobox for options.
2022-04-06Merge pull request #10555 from ↵Admiral H. Curtiss
Dentomologist/fix_manual_update_check_when_autoupdate_disabled Updater: Fix manual update check when autoupdate is disabled
2022-04-03ControllerInterface: Update sort priorities.Jordan Woyak
2022-04-03InputCommon: Add Windows.Gaming.Input to ControllerInterface.Jordan Woyak
2022-04-02windows: simplify handling of gettextShawn Hoffman
fixes binplace on first build
2022-04-02Updater: Fix manual update check when autoupdate is disabledDentomologist
2022-04-02Merge pull request #10534 from AdmiralCurtiss/more-cheat-search-qolAdmiral H. Curtiss
DolphinQt: More Cheat Search QoL
2022-04-02Merge pull request #8732 from dreamsyntax/debugger-function-differencingAdmiral H. Curtiss
Qt/Debugger CodeWidget: Record and find specific functions by differencing
2022-03-31DolphinQt/CheatSearchWidget: Drop whitespace when parsing integers and ↵Admiral H. Curtiss
floats from the user.
2022-03-31DolphinQt/CheatsManager: Don't leak closed cheat search tabs.Admiral H. Curtiss
2022-03-31DolphinQt/CheatSearchWidget: Remember state of Hex checkboxes across sessions.Admiral H. Curtiss
2022-03-31Qt: Set font size for default debug font.Admiral H. Curtiss
2022-03-31Merge pull request #10530 from shuffle2/win-ffmpegAdmiral H. Curtiss
windows: move ffmpeg bins to submodule
2022-03-30Merge pull request #10542 from TryTwo/PR_MemoryViewWidget_SpacingAdmiral H. Curtiss
Debugger MemoryViewWidget: fixed, tighter spacing
2022-03-29framedump: enable compat with utvideo codecShawn Hoffman