Commit Graph

  • bac911aac4 Jit: Move srawx to ConstantPropagation JosJuice 2024-09-01 11:28:37 +02:00
  • c136fd9807 Jit: Move srwx to ConstantPropagation JosJuice 2024-09-01 10:54:12 +02:00
  • bb645e6cbb Jit: Move slwx to ConstantPropagation JosJuice 2024-09-01 10:49:25 +02:00
  • 45760841b2 Jit: Move divwx to ConstantPropagation JosJuice 2024-09-01 10:13:57 +02:00
  • fc6c278007 Jit: Move divwux to ConstantPropagation JosJuice 2024-09-01 09:31:34 +02:00
  • c7d8a0b276 Jit: Move subfic to ConstantPropagation JosJuice 2024-08-31 16:29:29 +02:00
  • 204a8fbd53 Jit: Move subfx to ConstantPropagation JosJuice 2024-08-31 16:03:02 +02:00
  • 2134991be8 Jit: Move multiplication by 0 optimization to ConstantPropagation JosJuice 2024-08-31 12:20:40 +02:00
  • 7456ba3d3d Jit: Move mullwx, mulhwx, mulhwux to ConstantPropagation JosJuice 2024-08-31 11:33:23 +02:00
  • b469981c72 Jit: Move mulli to ConstantPropagation JosJuice 2024-08-31 12:04:01 +02:00
  • 1eea610375 Jit: Move addicx to ConstantPropagation JosJuice 2024-08-31 10:23:14 +02:00
  • a3797778ff Jit: Move srawix to ConstantPropagation JosJuice 2024-08-31 09:55:26 +02:00
  • 1a22bda0a7 Jit: Move rlwinmx and rlwnmx to ConstantPropagation JosJuice 2024-05-24 19:49:53 +02:00
  • 4c8995fae5 Jit: Move negx to ConstantPropagation JosJuice 2023-08-24 14:45:39 +02:00
  • 92a5a46b2c Jit: Move cntlzwx to ConstantPropagation JosJuice 2023-08-24 14:31:42 +02:00
  • b506cb2ad8 Jit: Move extsXx to ConstantPropagation JosJuice 2023-08-24 14:17:36 +02:00
  • f04417eb5a Jit: Move addx to ConstantPropagation JosJuice 2023-08-24 13:16:08 +02:00
  • 77b46c30ad Jit: Move boolX to ConstantPropagation JosJuice 2023-08-23 15:22:34 +02:00
  • 3a6eea74dd Jit: Move addix to ConstantPropagation JosJuice 2023-08-22 19:50:38 +02:00
  • 20332f441b Jit: Move reg_imm to ConstantPropagation JosJuice 2023-08-22 18:40:55 +02:00
  • f9601dc38c Jit: Extract immediate handling to separate ConstantPropagation class JosJuice 2023-08-22 17:44:35 +02:00
  • e8060bd169 JitArm64: Add function for setting constant overflow JosJuice 2023-08-23 22:41:03 +02:00
  • 2dead5009b Jit64: Extract handling of immediate Rc JosJuice 2023-08-22 18:49:28 +02:00
  • 060f792560 Android: Rate limit refreshInputOverlay calls from sliders JosJuice 2025-11-09 14:25:42 +01:00
  • a026a0d5e4 Android: Treat EmulationActivity dialog dismiss the same as OK JosJuice 2025-10-17 22:38:52 +02:00
  • b74c3faa48 Merge pull request #13992 from JosJuice/android-register-for-activity-result JosJuice 2025-11-16 09:43:04 +01:00
  • 9dea0859eb Common/BitField: Silence two warnings: warning: definition of implicit copy constructor for 'BitField<2, 2, ColorChannel>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] Redundant access specifier has the same accessibility as the previous access specifier. Jordan Woyak 2025-11-15 20:30:24 -06:00
  • e630b0692e VideoCommon/FramebufferManager: Silence warning: warning: virtual method '~FramebufferManager' is inside a 'final' class and can never be overridden [-Wunnecessary-virtual-specifier] Jordan Woyak 2025-11-15 20:25:36 -06:00
  • a3b1445e04 HW/SI: Adjust logging verbosity in RunSIBuffer and minor cleanups. Jordan Woyak 2025-11-15 15:55:49 -06:00
  • cd45dcea94 HW/SI: Fix CMD_STATUS response lengths. They are supposed to be 3, not 4. Jordan Woyak 2025-11-14 23:01:46 -06:00
  • 9f66cc5c8a Flatpak: Allow access to native discord IPC socket for rich presence da pwo 2025-11-15 10:30:30 -05:00
  • 0fdf1cc386 Merge pull request #14112 from Simonx22/android/remove-unused-bimap-class JosJuice 2025-11-15 16:22:17 +01:00
  • 999e13b3b3 Merge pull request #14109 from OatmealDome/analytics-deadlock JosJuice 2025-11-15 14:44:54 +01:00
  • f823a06814 Merge pull request #14105 from cscd98/achievement-bugfix JosJuice 2025-11-15 14:44:16 +01:00
  • b7e447e212 GameINI: Add patches to limit internal framerate in Driver: San Francisco. Jordan Woyak 2025-11-11 01:08:34 -06:00
  • 5dd18246e7 Merge pull request #13919 from cristian64/revise_builtin_styles JMC47 2025-11-14 14:59:14 -05:00
  • 71e15c2875 DolphinQt: Add Fusion-based styles. cristian64 2025-09-03 20:58:33 +01:00
  • ff9b8c4b9c DolphinQt: Define tool tip padding as factor of font size. cristian64 2025-09-01 22:58:24 +01:00
  • 6d5e8b9ed8 Externals: Update mGBA to latest master. Jordan Woyak 2025-11-11 16:19:33 -06:00
  • b2a57f4391 Core/Boot: Fix ELF load address semantics techflashYT 2025-11-12 21:21:51 -07:00
  • 0c349306e3 Merge pull request #14092 from Simonx22/curl-8.15.0 OatmealDome 2025-11-12 19:36:21 -05:00
  • be95035cc4 Core: Eliminate FreeLookConfig by putting the "active config" within FreeLookCamera. Jordan Woyak 2025-11-12 17:22:41 -06:00
  • c08fda96ca Merge pull request #14100 from AndrewGDX/master Jordan Woyak 2025-11-12 16:43:21 -06:00
  • d1526157df Android: Remove unused BiMap class Simonx22 2025-11-12 17:26:05 -05:00
  • cd0e40ba97 Android: Update Gradle Wrapper Simonx22 2025-11-12 08:13:30 -05:00
  • 113c86f1b4 Improved stereoscopic 3D settings AndrewGDX 2025-11-10 15:03:38 +03:00
  • f1fb550bf1 Fix cheats always enabled without USE_RETRO_ACHIEVEMENTS Craig Carnell 2025-11-11 21:11:24 +00:00
  • df5f351add DolphinAnalytics: Only call ReloadConfig in config changed callback when analytics enabled value changes OatmealDome 2025-11-12 00:09:41 -05:00
  • bf61c890ca VideoCommon/PerformanceMetrics: Display current offset between the latest frame presentation time and the intended presentation time in the "Show Frame Times" box. Jordan Woyak 2025-10-27 23:59:31 -05:00
  • c2a1dce246 VideoCommon: Add "Smooth Early Presentation" setting to improve frame pacing with ImmediateXFB and/or RushFramePresentation. Jordan Woyak 2025-10-27 18:57:07 -05:00
  • cc331feb02 VideoCommon: Make Presenter aware of the next swap time to eliminate unsafe usage of GetTicks() with ImmediateXFB + DualCore. Jordan Woyak 2025-10-27 18:14:57 -05:00
  • d4f68cb164 HW/VideoInterface: Selectively throttle on "VBlank" based on "Immediate XFB" being enabled. Jordan Woyak 2025-10-27 05:25:25 -05:00
  • 16260040e0 CoreTiming: Add "Rush Frame Presentation" setting to throttle only once after each presentation for lower input latency. Jordan Woyak 2025-10-27 18:18:38 -05:00
  • 8495e01668 Merge pull request #14096 from jordan-woyak/state-changed-hookable-event JMC47 2025-11-11 20:58:45 -05:00
  • f63796c480 Merge pull request #14071 from iwubcode/avoid_config_framebuffer_manager JMC47 2025-11-11 20:58:35 -05:00
  • b8236d4662 Merge pull request #14070 from VampireFlower/master JMC47 2025-11-11 20:57:45 -05:00
  • c44ea1389a Merge pull request #13236 from JosJuice/jit-set-msr-on-fallback JMC47 2025-11-11 20:55:24 -05:00
  • 099ea79c43 Merge pull request #14098 from Simonx22/android/dolphin-application-kotlin JMC47 2025-11-11 16:58:27 -05:00
  • 220315737f Android: Update dependencies Simonx22 2025-11-11 16:48:12 -05:00
  • cdc21490e4 Android: Convert NetworkHelper to Kotlin Simonx22 2025-11-09 19:24:26 -05:00
  • 731849c239 Merge pull request #14103 from Simonx22/android/agp-8.11.0-to-8.13.0 Jordan Woyak 2025-11-11 14:33:05 -06:00
  • f0ed260460 Merge pull request #14099 from Simonx22/android/fix-main-toolbar-scroll Jordan Woyak 2025-11-11 14:32:19 -06:00
  • 573ad94fbe Merge pull request #14089 from Simonx22/update-android-setup-doc Jordan Woyak 2025-11-11 14:30:27 -06:00
  • 246b6fe0a7 Android: Replace deprecated startActivityForResult JosJuice 2025-10-05 19:44:51 +02:00
  • a14014d9aa Android: Remove deprecated extractNativeLibs manifest flag Simonx22 2025-11-11 11:18:48 -05:00
  • cd62125385 Android: Upgrade AGP dependency from 8.11.0 to 8.13.0 Simonx22 2025-11-11 07:12:46 -05:00
  • f51eaf3282 Merge pull request #14052 from jordan-woyak/DirectIOFile Jordan Woyak 2025-11-10 17:29:43 -06:00
  • 068947e2b6 Core: Remove IsHostThread JosJuice 2025-05-19 12:08:10 +02:00
  • 1bba42de45 RetroAchievements: Remove MemoryPeeker/MemoryPoker's copying approach JosJuice 2025-05-19 11:46:43 +02:00
  • 458bb05af9 Core: Let any thread call previously host-thread-only functions JosJuice 2025-05-19 11:35:50 +02:00
  • cd4902f0ed Merge pull request #13875 from JosJuice/jitarm64-orr-base-without-mirror JosJuice 2025-11-10 20:16:21 +01:00
  • 4a3a0228ef Android: Keep main toolbar pinned on game grid Simonx22 2025-11-10 06:47:10 -05:00
  • ac62efaf92 Merge pull request #14088 from SuperSamus/spiderman-wos-singlecore JMC47 2025-11-10 02:13:04 -05:00
  • 1804608d2f CMake: Switch from SKIP_POSTPROCESS_BUNDLE to POSTPROCESS_BUNDLE TellowKrinkle 2025-11-09 22:35:16 -06:00
  • 469782292c Android: Convert DolphinApplication to Kotlin Simonx22 2025-11-09 19:44:03 -05:00
  • 52c551226e AndroidSetup: Update documentation Simonx22 2025-11-08 22:16:50 -05:00
  • a97627e736 Core: Make AddOnStateChangedCallback use HookableEvent. Jordan Woyak 2025-11-09 16:34:50 -06:00
  • fdf822f430 Merge pull request #14093 from Simonx22/android/fix-system-update-dialog-dismissal OatmealDome 2025-11-09 17:08:43 -05:00
  • 165852023c MemTools: Clean up SIGSEGV handler. Jordan Woyak 2025-09-19 12:49:39 -05:00
  • f6563ae0b8 curl: Update to 8.15.0 Simonx22 2025-11-09 00:41:21 -05:00
  • 31ca3bca47 Merge pull request #13956 from jordan-woyak/SA_RESTART Admiral H. Curtiss 2025-11-09 15:30:27 +01:00
  • 02b4b1ece3 Merge pull request #14010 from jordan-woyak/wmreal-iolinux-reopen-on-unplug Admiral H. Curtiss 2025-11-09 15:03:12 +01:00
  • c97d2af814 Merge pull request #14022 from TryTwo/fix_balloontip_width Admiral H. Curtiss 2025-11-09 15:00:19 +01:00
  • ab2ceb10ae Merge pull request #14073 from jordan-woyak/convert-dialog-min-size Admiral H. Curtiss 2025-11-09 14:57:46 +01:00
  • 6435ee1d20 Merge pull request #14026 from jordan-woyak/move-only-function-fix Admiral H. Curtiss 2025-11-09 14:49:20 +01:00
  • 29e2b0ff01 Merge pull request #14068 from iTrooz/open_folder Admiral H. Curtiss 2025-11-09 14:29:18 +01:00
  • eae279f345 Merge pull request #14084 from TellowKrinkle/GlslangMultiVersion Admiral H. Curtiss 2025-11-09 14:13:33 +01:00
  • e197163e9e Merge pull request #14094 from OatmealDome/mac-nav-list Admiral H. Curtiss 2025-11-09 14:10:39 +01:00
  • 9e2fc7f4dd Common/IOFile: Remove the Duplicate function. The duplicate handles shared a read/write position making them effectively not thread-safe. Jordan Woyak 2025-10-28 22:45:21 -05:00
  • 239330017c DiscIO: Make all BlobReader implementations use DirectIOFile to make CopyReader functionality thread safe. Jordan Woyak 2025-10-29 20:26:47 -05:00
  • b98acb9a37 Common/BitUtils: Add overloads of AsU8Span/AsWritableU8Span that handle conversions from contiguous ranges. Jordan Woyak 2025-10-29 20:26:33 -05:00
  • 405baed805 Common: Add a DirectIOFile class that allows for copies which are entirely thread safe. Jordan Woyak 2025-10-28 22:46:56 -05:00
  • db997e9963 Merge pull request #14085 from cristian64/disable_wtrigraphs JosJuice 2025-11-09 09:51:33 +01:00
  • 448329e821 SettingsWindow: Set navigation list stylesheet in constructor OatmealDome 2025-11-09 01:55:52 -05:00
  • 2b7b9f2eb6 Merge pull request #14091 from Simonx22/ConfigChangedCallbackID-size_t-fix Jordan Woyak 2025-11-09 00:23:48 -06:00
  • b733213bcf Android: Prevent dismissing the System Update dialog by tapping outside Simonx22 2025-11-09 01:21:58 -05:00
  • bd93c09e38 CPUThreadConfigCallback: Use maximum value of size_t instead of -1 as default value ConfigChangedCallbackID Simonx22 2025-11-08 22:44:58 -05:00
  • cff0ba76c1 Init achievement manager in Android startup LillyJadeKatrin 2025-04-24 07:50:11 -04:00
  • f8cddf344d Android: Clear listener in SwitchSettingViewHolder JosJuice 2025-06-06 18:46:15 +02:00
  • 7ec6692315 CMakeLists: Disable -Wtrigraphs. cristian64 2025-11-08 11:07:00 +00:00