Commit Graph

  • 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
  • 7a7e0ab2f5 Fixed Leaderboard Scored message format LillyJadeKatrin 2023-06-17 15:27:23 -04:00
  • eba5291ec7 Skylanders: Update J command documentation I initially thought the 0x01 side was both sides (equavalent to just C. However, this turned out to be something I forgot I implemented in my personal interface. 0x01 does not seem to change any colors. Mandar1jn 2023-07-19 22:16:13 +02:00
  • f7e78742cf VideoCommon: skip the texture dump if the texture is using a custom texture, regardless of whether or not it is loaded yet iwubcode 2023-07-19 23:44:41 -05:00
  • 2764978beb Merge pull request #12054 from noahpistilli/forecast-patch JMC47 2023-07-19 19:28:54 -04:00
  • 84e8516341 Add Forecast Channel buffer patch Sketch 2023-07-19 18:30:40 -04:00
  • d1ce2e51ff Merge pull request #12050 from iwubcode/custom_asset_compiler_warning_fixes Admiral H. Curtiss 2023-07-20 00:26:54 +02:00
  • 70b3db93e0 Announce RSCRATCH clobbering in Jit64 when profiling is enabled mitaclaw 2023-07-19 14:15:42 -07:00
  • 79f202ea5c VideoCommon: fix some compiler warnings for CustomAsset. FreeBSD compiler complained about a defaulted move constructor due to the mutex being implicitly deleted. Additionally, the const owning library deleted the copy constructor. iwubcode 2023-07-16 19:44:15 -05:00
  • 9ebfcebdde Merge pull request #12049 from iwubcode/initialize_asset_load_info Admiral H. Curtiss 2023-07-16 23:32:13 +02:00
  • 2814e4e283 Merge pull request #12033 from mbc07/ColorCorrectionGUI_fixes Admiral H. Curtiss 2023-07-16 23:31:59 +02:00
  • dfdaeb18d7 Merge pull request #11747 from Mystro256/heads/zlib-shared Admiral H. Curtiss 2023-07-16 23:31:19 +02:00
  • d7e79683cc Qt: Color Correction window fixes Mateus B. Cassiano 2023-07-16 16:48:08 -04:00
  • 5740be15f9 VideoCommon: initialize load info variables iwubcode 2023-07-16 12:56:03 -05:00
  • d867e2baeb Merge pull request #12043 from sepalani/strerror Admiral H. Curtiss 2023-07-16 19:46:00 +02:00
  • 6dad8f8372 Allow shared zlib-ng Jeremy Newton 2023-04-10 17:49:38 -04:00
  • cd5aebe5ac Qt: Add file size stats to NAND Check. Admiral H. Curtiss 2023-07-14 05:10:18 +02:00
  • efae5827f2 IOS/FS: Implement GetExtendedDirectoryStats(). Admiral H. Curtiss 2023-07-14 04:16:56 +02:00
  • 0d9e027a0b IOS/FS: Move NAND size related constants to FileSystem.h. Admiral H. Curtiss 2023-07-14 04:13:31 +02:00
  • 17f2072e1c UnitTests: Enable cluster check in FileSystemTest.GetDirectoryStats. Admiral H. Curtiss 2023-07-14 04:20:42 +02:00
  • c4978edaf6 Fixed a bug where in the extremely unlikely change that HostIDs collide, a new HostID is generated. Upfoldian 2023-07-13 21:33:36 +10:00