Commit Graph

  • c43c9101c0 CMake: use version flags if Git isn't found Martino Fontana 2023-08-14 11:27:39 +02:00
  • 89e2fc1dd3 VideoBackends: update SRVDescriptorTable size in DX12 to use pixel sampler constant iwubcode 2023-08-13 17:21:16 -05:00
  • 5635a0bdef DolphinQt/EnhancementsWidget: Use custom tooltip for Color Correction button. Admiral H. Curtiss 2023-08-13 22:46:46 +02:00
  • 2537f4db91 Merge pull request #12100 from AdmiralCurtiss/tooltip-pushbutton Admiral H. Curtiss 2023-08-13 21:44:24 +02:00
  • 4549091f56 Merge pull request #12090 from mandar1jn/figures-split JMC47 2023-08-13 14:29:46 -04:00
  • 31d6aa5117 Skylanders: expand and improve character list The previous list had some issues. A lot of variant id's were set to 0x0000. Althought this works for some figures, on a technicallity implemented into the games, they are technically wrong and don't result in exactly the same experience as the real figures. For example, the previous small fry got a "series 1" text in the summon screen. The real small fry does not have this. I also added figure types so I can add seperate generation logic later. The Kaos element only applies to 3 items. So, I decided to throw it under others since it's not listed as an element in the manual and you can easily search for Kaos Mandar1jn 2023-08-09 21:23:17 +02:00
  • 1c1d2b0873 Merge pull request #12098 from Dentomologist/gcadapter_fix_android_unused_constant_warning Admiral H. Curtiss 2023-08-13 18:58:39 +02:00
  • 5bf760fa0b Merge pull request #12069 from riidefi/silent-sd-failure Admiral H. Curtiss 2023-08-13 18:57:11 +02:00
  • d50494b88d Merge pull request #12060 from Sintendo/arm64-bool-logimm JosJuice 2023-08-13 18:51:05 +02:00
  • 0495a6af4e Merge pull request #12066 from Pokechu22/main-window-right-click-menu JMC47 2023-08-13 12:49:56 -04:00
  • 14a6076198 Merge pull request #12099 from Dentomologist/abstractframebuffer_change_member_declaration_order JosJuice 2023-08-13 10:08:33 +02:00
  • 720191d1f7 AbstractFramebuffer: Fix Android reorder-ctor warning Dentomologist 2023-08-12 20:37:01 -07:00
  • 274b11e4e9 GCAdapter: Fix Android unused constant warning Dentomologist 2023-08-12 20:18:15 -07:00
  • 77d33d61de GCAdapter: Fix spelling of constants Dentomologist 2023-08-12 20:16:37 -07:00
  • 9ef79dd2f5 IOS: Remove unused member variable from SharedContentMap and UIDSys Dentomologist 2023-08-12 14:35:24 -07:00
  • 9ad0d9ca6a NandPaths: Use initializer_list instead of unordered_set Dentomologist 2023-08-12 13:55:18 -07:00
  • 9955a06dbd NandPaths: Resolve Android tautological comparison warning Dentomologist 2023-08-12 12:53:57 -07:00
  • e6c7f4e14b DolphinQt: Add ToolTipPushButton. Admiral H. Curtiss 2023-08-12 21:33:43 +02:00
  • bc47a28653 Merge pull request #12093 from Hark64/exportWiiSaveErrorFix Admiral H. Curtiss 2023-08-12 20:34:47 +02:00
  • 783ff26edd DolphinQt: Turn of wii save options during emulation Harkaran Mann 2023-08-10 00:26:28 -07:00
  • dfbc0e33d7 Merge pull request #12080 from AdmiralCurtiss/windark Admiral H. Curtiss 2023-08-12 20:04:03 +02:00
  • 24012cfc7f DolphinQt: Adjust panel-specific colors and syntax highlighting for dark theme. Admiral H. Curtiss 2023-08-01 20:47:17 +02:00
  • c2e29153e9 DolphinQt: Set the theme before constructing the MainWindow, some panels that explicitly request palette colors get the wrong colors otherwise. Admiral H. Curtiss 2023-08-01 20:14:03 +02:00
  • d725aaa5bc DolphinQt: Set the application palette to a matching one when the Windows dark theme is in use. Admiral H. Curtiss 2023-08-01 19:52:36 +02:00
  • 250d5f55de DolphinQt: Switch dark/light theme when Windows theme changes. Admiral H. Curtiss 2023-07-31 23:22:53 +02:00
  • e2fb8fab2f DolphinQt: Set window decorations for all top-level QWidgets. Admiral H. Curtiss 2023-07-31 00:42:15 +02:00
  • e8d23af0f2 DolphinQt: Add function to set a QWidget's window decorations to dark ones on Windows. Admiral H. Curtiss 2023-07-31 00:40:15 +02:00
  • adbe56ce15 DolphinQt: Auto-load embedded dark theme on Windows if the user uses a system-wide dark theme. Admiral H. Curtiss 2023-07-31 00:35:48 +02:00
  • ea30651cd7 DolphinQt: Embed custom dark theme for Windows. Admiral H. Curtiss 2023-07-31 00:32:28 +02:00
  • 5d33f2abd1 DolphinQt: On Windows, detect whether the system is using a dark theme. Admiral H. Curtiss 2023-07-31 00:27:48 +02:00
  • f2300d89cc CMake: Turn on rcc file embedding. Admiral H. Curtiss 2023-07-31 00:22:25 +02:00
  • a202d84570 msbuild: auto generate and embed qt rcc files Shawn Hoffman 2023-03-07 18:39:26 -08:00
  • 1f8f3840ac Disable right-click menu on main window Pokechu22 2023-07-23 15:13:47 -07:00
  • 44c90aa3fc Merge pull request #12094 from iwubcode/fix_texture_order_regression Admiral H. Curtiss 2023-08-11 12:51:42 +02:00
  • 246b7c5bdb VideoCommon: fix regression with texture load order where the custom texture code was always updating the asset map for each texture with each entry, making it so the last value actually would be loaded instead of the first iwubcode 2023-08-11 00:36:41 -05:00
  • 5512d19d4b Merge pull request #12061 from iwubcode/cubemap_backends_only JMC47 2023-08-10 18:36:48 -04:00
  • 032c77b462 Merge pull request #12064 from noahpistilli/wc24-standby JMC47 2023-08-10 16:07:47 -04:00
  • b0dc067717 Merge pull request #12087 from Dentomologist/dx12_use_correct_framebuffer_descriptor Admiral H. Curtiss 2023-08-10 19:09:25 +02:00
  • 54d3a226f3 Merge pull request #12088 from JosJuice/jitarm64-zero-fpr Mai 2023-08-09 09:14:40 -04:00
  • 1ebec40e4d JitArm64: Prefer MOVI with 64-bit elements for zeroing JosJuice 2023-08-06 11:52:25 +02:00
  • 4ccac53e9f X64EmitterTest: Check bytes instead of disassembly in JMP test Dentomologist 2023-08-05 13:47:11 -07:00
  • dcd5ba6587 x64EmitterTest: add J/J_CC/CALL unit tests Dentomologist 2023-06-12 12:46:39 -07:00
  • 83f307ec7e D3D12: Only use framebuffer integer descriptor if allocated Dentomologist 2023-08-04 11:53:06 -07:00
  • f2b8baa82c Translation resources sync with Transifex JosJuice 2023-08-01 21:06:37 +02:00
  • 02b0e287cb InputConfig: Update IsControllerControlledByGamepadDevice for Android input overhaul JosJuice 2023-08-01 19:33:52 +02:00
  • 262a3be08a JitArm64: Store PC on debug exit JosJuice 2023-07-31 16:50:49 +02:00
  • a912a2c3f5 Merge pull request #12047 from AdmiralCurtiss/nand-stats-user JosJuice 2023-07-30 21:51:07 +02:00
  • d2c5d79614 JitArm64: Use farcode in WriteLinkBlock JosJuice 2022-10-22 16:30:12 +02:00
  • 1813f0fdb5 Jit: Remove checkedEntry JosJuice 2022-10-22 14:09:03 +02:00
  • f78ba9ac55 JitArm64: Never check downcount on block entry JosJuice 2022-10-22 14:04:00 +02:00
  • 9f817911fd HLE_OS: Manually handle printfs from emulated software to prevent emulated software from crashing Dolphin with an invalid printf formatting string. Admiral H. Curtiss 2023-07-17 22:33:18 +02:00
  • 30c4ac34b0 Merge pull request #12073 from AdmiralCurtiss/wiimote-win32error JosJuice 2023-07-29 18:54:10 +02:00
  • 7f29f0398c MMU: Add a HostGetU16String() function for wide strings used by emulated software. Admiral H. Curtiss 2023-07-17 22:31:22 +02:00
  • 163c97e242 Merge pull request #12078 from iwubcode/imgui_netplay_fix Admiral H. Curtiss 2023-07-29 13:54:21 +02:00
  • dca7c67105 VideoCommon: update NetplayChatUI's chat message input to use a hidden label. This avoids an error thrown by imgui iwubcode 2023-07-29 00:27:07 -05:00
  • a2a6473962 Merge pull request #12065 from iwubcode/imgui_update JMC47 2023-07-28 17:22:20 -04:00
  • ed8911b204 Merge pull request #12019 from Dentomologist/gekkodisassembler_remove_unused_member_and_parameter JosJuice 2023-07-28 20:02:19 +02:00
  • bed3874497 Merge pull request #12076 from JosJuice/android-when-or JosJuice 2023-07-28 19:13:16 +02:00
  • b5b8282ca9 Android: Fix SettingsActivity.onActivityResult JosJuice 2023-07-28 18:45:07 +02:00
  • 8bfcd2deb7 JitArm64/Jit64: Load the memory register without jumps and only when necessary. Franz-Josef Haider 2023-07-14 17:10:51 +03:00
  • fb9274c359 WiimoteReal/IOWin: Use correct error type in the default case. Admiral H. Curtiss 2023-07-28 08:10:54 +02:00
  • cd923718c3 CommonFuncs: Add GetWin32ErrorString(). Admiral H. Curtiss 2023-07-28 08:10:01 +02:00
  • f3ad246fff PPCAnalyst: Simplify gprBlockInputs calculation JosJuice 2023-07-27 23:10:59 +02:00
  • 8c2d73e8c2 PPCAnalyst: Fix gprBlockInputs calculation JosJuice 2023-07-27 23:09:46 +02:00
  • 3c6ea825c2 GekkoDisassembler: Remove unused parameter dmode from fdabc function Dentomologist 2023-07-01 18:08:22 -07:00
  • 33dc2a9e6a GekkoDisassembler: Remove unused parameter dmode from ldst function Dentomologist 2023-07-01 18:07:41 -07:00
  • b3c5021fc4 GekkoDisassembler: Remove unused parameter dmode from rrn function Dentomologist 2023-07-01 18:06:08 -07:00
  • a177c8bcb1 GekkoDisassembler: Remove unused parameter dmode from dab function Dentomologist 2023-07-01 18:04:27 -07:00
  • a732647e5a GekkoDisassembler: Remove unused parameter dmode from nooper function Dentomologist 2023-07-01 16:51:47 -07:00
  • 317bb629b9 GekkoDisassembler: Remove unread variable m_flags Dentomologist 2023-06-13 11:19:49 -07:00
  • e3453ea23d Update GameTDB files JosJuice 2023-07-27 19:45:52 +02:00
  • c2b495586d Externals: add misc/cpp/imgui_stdlib to imgui build in order to use std::string in InputText iwubcode 2023-07-27 11:59:40 -05:00
  • 350e51951b VideoCommon: update imgui to 1.89.7 (and implot to 0.15); fix issues with upgrade; keep the demo code in case someone wants to reference it but don't compile it by enabling 'IMGUI_DISABLE_DEMO_WINDOWS' in config iwubcode 2023-07-23 13:43:50 -05:00
  • 17fa9dfc4e Merge pull request #12046 from AdmiralCurtiss/nand-stats-unit-test JosJuice 2023-07-27 18:44:34 +02:00
  • 8f1b2280ae Merge pull request #12068 from SuperSamus/manual-texture-game JosJuice 2023-07-27 16:54:59 +02:00
  • ec5d2a4f41 [Core] Prevent SD data loss from silent resync failure riidefi 2023-07-26 13:01:10 -06:00
  • 44d25602a0 Translation resources sync with Transifex JosJuice 2023-07-26 15:31:51 +02:00
  • 1e5e319783 Qt/GameConfigWidget: Add Manual Texture Sampling Martino Fontana 2023-07-24 20:12:44 +02:00
  • 41f81aca69 Qt/GameConfigWidget: Rename m_enable_fast_disc to m_emulate_disc_speed Martino Fontana 2023-07-24 20:51:02 +02:00
  • 0892998af1 Qt/GameConfigWidget: Add reverse argument for {Save,Load}CheckBox Martino Fontana 2023-07-24 20:12:32 +02:00
  • 0a2afa48b7 Merge pull request #12045 from tupfold/master Admiral H. Curtiss 2023-07-24 03:55:45 +02:00
  • 553824e5aa Merge pull request #11853 from noahpistilli/update-curl Admiral H. Curtiss 2023-07-24 02:27:36 +02:00
  • 2b80605e7e Merge pull request #12067 from Pokechu22/debugging-ui-text-show-enable Admiral H. Curtiss 2023-07-24 01:15:04 +02:00
  • c468ca2107 Merge pull request #12057 from iwubcode/config_core_timing_refresh_only Admiral H. Curtiss 2023-07-24 01:14:18 +02:00
  • 7e38ff496c Rename "Show Debugging UI" to "Enable Debugging UI" Pokechu22 2023-07-23 15:17:04 -07:00
  • e54b7ac356 Core: save core timing parameters into variables updated during refresh iwubcode 2023-07-20 19:23:34 -05:00
  • eb79bf37e2 Merge pull request #12052 from mitaclaw/profiling-is-something JosJuice 2023-07-23 20:12:43 +02:00
  • a76cc146e1 Merge pull request #12055 from iwubcode/skip_dump_async Admiral H. Curtiss 2023-07-23 19:53:25 +02:00
  • c1a4b3f350 Merge pull request #12051 from mandar1jn/J-documentation-improvements Admiral H. Curtiss 2023-07-23 19:23:29 +02:00
  • dd3caa48b2 Merge pull request #12063 from SuperSamus/audio-name Admiral H. Curtiss 2023-07-23 19:15:24 +02:00
  • a486168448 JitArm64: Use LogicalImm in boolX Bram Speeckaert 2023-07-21 14:50:13 +02:00
  • 8c2a1c191e Remove force disable WC24 Standby Sketch 2023-07-22 22:24:09 -04:00
  • e3ef3cb752 Merge pull request #12062 from iwubcode/custom_textures_debug Admiral H. Curtiss 2023-07-23 03:45:22 +02:00
  • b5be399fd4 cubeb: Change name to "Dolphin Emulator" To avoid conflicts with KDE's file manager. Martino Fontana 2023-07-22 23:12:34 +02:00
  • 3d9bc85912 Merge pull request #12058 from noahpistilli/android-wiilink JosJuice 2023-07-22 08:14:18 +02:00
  • 6f55e44365 Update libcurl to 8.1.2 Sketch 2023-05-27 21:37:33 -04:00
  • fb2b3753b5 Merge pull request #12015 from nyanpasu64/gc-adapter-sleep-detach Admiral H. Curtiss 2023-07-22 03:38:45 +02:00
  • fd74244339 VideoCommon: add custom texture message to provide a dirty means of debugging whether custom textures are installed correctly iwubcode 2023-07-21 20:13:27 -05:00
  • e892b7f1ac VideoBackends: add support for cube maps for OGL, Vulkan, and D3D iwubcode 2023-07-21 19:09:40 -05:00
  • 2569d10b3d Add Enable WiiLink checkbox to Android GUI SketchMaster2001 2023-07-20 20:58:58 -04:00