Commit Graph

  • 165fa4df01 Pass value by constant reference Dr. Dystopia 2024-07-22 13:25:38 +02:00
  • c11a42766a Make methods constant Dr. Dystopia 2024-07-17 08:18:56 +02:00
  • d77f823f3f Update gitignore Dr. Dystopia 2024-07-22 09:45:50 +02:00
  • 6e2dfcd318 Replace redundant dereferencing Dr. Dystopia 2024-07-22 09:44:07 +02:00
  • 48edcbcdbb Make parameters constant Dr. Dystopia 2024-07-16 15:39:58 +02:00
  • 539c55386b Remove redundant qualifiers Dr. Dystopia 2024-07-22 09:21:25 +02:00
  • 5d5f1693b5
    Merge pull request #12985 from mitaclaw/qpushbutton-clicked Tilka 2024-08-09 07:01:18 +01:00
  • 8fac6061ac Display Achievements Message for Old Version LillyJadeKatrin 2024-07-24 20:24:30 -04:00
  • 9c5cd817e3 CMakeLists: Fix LLVM Usage In UICommon mitaclaw 2024-08-08 09:42:14 -07:00
  • 8e546e79aa DolphinQT: Listen For clicked Signal Rather Than pressed mitaclaw 2024-08-08 08:01:50 -07:00
  • feb2b287e8 AutoUpdate: Remove the old updater app on macOS if it exists OatmealDome 2024-08-08 02:51:18 -04:00
  • 644508cfd7
    Merge pull request #12968 from OatmealDome/mac-updater-embed-3 OatmealDome 2024-08-08 02:07:58 -04:00
  • 8b1046595b
    Merge pull request #12980 from mitaclaw/is-debugging-enabled-getter Tilka 2024-08-07 15:07:42 +01:00
  • e0e0c074ef JITs: Consistently Use Trivial IsDebuggingEnabled Getter mitaclaw 2024-08-07 04:44:45 -07:00
  • 9ae560d8a0
    Merge pull request #12947 from Dentomologist/qtutils_clearlayoutrecursively_fix_potential_crash Tilka 2024-08-07 03:29:52 +01:00
  • 603c8fad85
    Merge pull request #12961 from JosJuice/expression-parser-translation Tilka 2024-08-07 03:28:48 +01:00
  • e736d611fc
    Merge pull request #12963 from JosJuice/i18n-2024-07-28 Tilka 2024-08-07 03:28:01 +01:00
  • 56e7e37d4f
    Merge pull request #12957 from Dentomologist/adjust_include_order_and_spacing Tilka 2024-08-07 03:27:23 +01:00
  • 513405b0ae
    Merge pull request #12978 from Dentomologist/generalpane_fix_building_with_analytics_disabled Tilka 2024-08-06 23:04:09 +01:00
  • 316f7bfcbf GeneralPane: Fix building with analytics disabled Dentomologist 2024-08-06 14:25:12 -07:00
  • 0fe2abf53c
    Merge pull request #12973 from Tilka/debugger Tilka 2024-08-06 19:58:24 +01:00
  • 547b753709
    Merge 85a09bab93ddd6a4b7093120f30765cc9220cbd3 into 68fe6779eb8c9a1594cb8975b3e9edbbd428c405 Alex 2024-08-06 17:36:49 +01:00
  • c1904108bf
    Merge 3fbdcc5053e90b9f239cb303ee9286c0e60e2238 into 68fe6779eb8c9a1594cb8975b3e9edbbd428c405 Dentomologist 2024-08-06 07:11:30 -07:00
  • f8d8293ea4
    Merge branch 'dolphin-emu:master' into balloon-tooltip-improvements rainbain 2024-08-05 21:43:16 +00:00
  • 04d503b2b0 Use mapToGlobal to get window geometry reliably. rainbain 2024-08-05 21:39:31 +00:00
  • ec95a46792 Fixed tool tips staying in window on 2nd monitors. rainbain 2024-08-05 17:48:54 +00:00
  • 68fe6779eb
    Merge pull request #12959 from SuperSamus/sysconf-dirty-fix JMC47 2024-08-05 11:42:56 -04:00
  • 97af0e983a
    Merge pull request #12958 from SuperSamus/ssf-remove-ini JMC47 2024-08-05 11:42:05 -04:00
  • 836f3c4217 Remove the Offset for the Pixel Center + Rename Patrick Ferry 2024-08-03 13:27:56 +01:00
  • 9f5ada1b0d TextureCacheBase: Improve Rounding Patrick Ferry 2024-08-05 11:37:05 +01:00
  • bc72226668
    Merge pull request #12891 from Sintendo/jitarm64-subfic Tilka 2024-08-04 23:27:40 +01:00
  • f1366a4546 Debugger: keep breakpoints ordered by address Tillmann Karras 2024-08-03 19:09:58 +01:00
  • c824ee9758
    Merge pull request #12829 from Dentomologist/generalpane_add_balloontips JosJuice 2024-08-04 15:22:18 +02:00
  • 7645cbff9a
    Merge pull request #12967 from noahpistilli/taiwan-discord-rpc JMC47 2024-08-03 12:52:05 -04:00
  • 34db4f94ce Remove the Offset for the Pixel Center + Rename Patrick Ferry 2024-08-03 13:27:56 +01:00
  • c6d99ad87e
    Add Qt's standard "About Qt" dialog, remove the Qt version from "About Dolphin" Silent 2024-08-02 18:41:12 +02:00
  • cde64b6a3d CachedInterpreter: Software JIT Profiling Support mitaclaw 2024-04-20 02:01:07 -07:00
  • 352bf09ef7 BuildMacOSUniversalBinary: Switch to mac-codesign tool and codesign embedded updater OatmealDome 2024-08-01 14:55:34 -04:00
  • 058000851b AutoUpdate: Use the embedded Updater on macOS OatmealDome 2024-08-01 12:38:16 -04:00
  • 7c94edb02c CMakeLists: Embed macOS Updater app inside DolphinQt I accomplish this by adding a new step where a copy of the DolphinQt bundle is created, and then the Updater is inserted into it. OatmealDome 2024-08-01 12:31:11 -04:00
  • 16acdb630b MacUpdater: Post-process the bundle OatmealDome 2024-08-01 12:02:43 -04:00
  • 4fa78be3ad DolphinPostprocessBundle: Separate "-D" from DOLPHIN_BUNDLE_PATH definition For whatever reason, the previous way would inject backslashes into any path that has spaces. OatmealDome 2024-08-01 12:02:21 -04:00
  • b0ca5f2666 DolphinPostprocessBundle: Use TARGET_BUNDLE_DIR to avoid having to make a relative path absolute OatmealDome 2024-08-01 11:59:15 -04:00
  • 37a7b1e5c9 DolphinQt: Switch to mac-codesign script for code signing OatmealDome 2024-07-31 13:32:52 -04:00
  • 22dda0b0c4 DolphinQt: Disable Xcode code signing to avoid double code signing OatmealDome 2024-07-31 13:32:25 -04:00
  • cbbffce79a MacUpdater: Switch to mac-codesign script for code signing OatmealDome 2024-07-31 13:31:41 -04:00
  • 4883889e23 Tools: Add script to codesign a macOS bundle or executable With our current setup, we use the --deep option, which should be avoided. This tool signs bundles in the "correct" way as recommended by Apple (each Mach-O individually, from the inside-out). OatmealDome 2024-07-31 13:31:23 -04:00
  • ebb6255441 Display Taiwanese covers for Taiwanese games Sketch 2024-08-01 13:58:15 -04:00
  • f74f748ff6 MacUpdater: Change bundle ID to org.dolphin-emu.updater The domain "dolphinteam.com" is not under our control, so we shouldn't be using it. OatmealDome 2024-07-30 21:53:17 -04:00
  • 5c401bd5da MacUpdater: Change CFBundleName to match the bundle's output name OatmealDome 2024-07-30 21:51:39 -04:00
  • 8499b43501 MacUpdater: Always use the same signing identity as the DolphinQt bundle OatmealDome 2024-07-30 21:46:06 -04:00
  • 8a50676b83
    Merge pull request #12952 from LillyJadeKatrin/retroachievements-change-discs-bug JMC47 2024-07-31 19:58:21 -04:00
  • bb5326adf4 DolphinQt: Rename output bundle on macOS to DolphinQt OatmealDome 2024-07-30 21:44:46 -04:00
  • e47ee53b56 release: v4.0.0-mainline-beta.6 Jas Laferriere 2024-07-30 14:03:53 -04:00
  • c3866f7e77 fix: prevent loading savestates when connected Jas Laferriere 2024-07-30 13:59:29 -04:00
  • fb3ab25e57 chore: update codeset Jas Laferriere 2024-07-30 13:58:56 -04:00
  • 0c18393691
    Merge pull request #12965 from JosJuice/android-ndk-27 OatmealDome 2024-07-30 13:09:53 -04:00
  • 91a323df96 Android: Update to NDK 27.0.12077973 JosJuice 2024-07-30 18:24:48 +02:00
  • 6a735f3758 GeneralPane: Add BalloonTip to generate new identity checkbox Dentomologist 2024-04-25 23:10:38 -07:00
  • 5512b68020 GeneralPane: Add BalloonTip to enable analytics checkbox Dentomologist 2024-04-25 23:08:51 -07:00
  • bfbc4c8cc7 GeneralPane: Add BalloonTip to fallback region combobox Dentomologist 2024-04-25 20:52:07 -07:00
  • fa4803f38a GeneralPane: Add BalloonTip to auto update combobox Dentomologist 2024-04-25 20:32:16 -07:00
  • 427b85f2a1 GeneralPane: Add BalloonTip to speed limit combobox Dentomologist 2024-04-22 20:38:04 -07:00
  • 809b8a683f GeneralPane: Add BalloonTip to discord presence checkbox Dentomologist 2024-05-18 12:47:22 -07:00
  • ce0ab58dc9 GeneralPane: Add BalloonTip to auto disc change checkbox Dentomologist 2023-11-28 11:19:09 -08:00
  • 755866b771 GeneralPane: Add BalloonTip to override region settings checkbox Dentomologist 2023-11-27 23:17:46 -08:00
  • d9336a5de0 GeneralPane: Add BalloonTip to cheats checkbox Dentomologist 2023-11-27 22:47:28 -08:00
  • b2107023ba GeneralPane: Add BalloonTip to dualcore checkbox Dentomologist 2023-11-27 22:06:08 -08:00
  • 75d49842c4
    Merge pull request #12964 from mitaclaw/jit-profiling-android-correctness OatmealDome 2024-07-29 16:05:47 -04:00
  • 4883483d09 MacUpdater: Don't set bundle name via a CMake variable OatmealDome 2024-07-29 12:17:08 -04:00
  • d4e6bd9d18 MacUpdater: Remove unused variables in CMakeLists OatmealDome 2024-07-29 12:16:13 -04:00
  • 0d42a4e69b
    Merge 42d4482ce80b836bb8f675884737342c810ddc46 into 53d2311163ae3deee54f6088d3dc257e495b4bf5 Sophilautia 2024-07-29 16:21:13 +10:00
  • 4f0954dd44 MainAndroid: Thread Correctness In WriteJitBlockLogDump mitaclaw 2024-07-28 15:45:52 -07:00
  • 53d2311163
    Merge pull request #12960 from mitaclaw/jni-false OatmealDome 2024-07-28 17:16:32 -04:00
  • de50309209
    Merge pull request #12962 from MayImilae/tellitlikeitis OatmealDome 2024-07-28 16:16:05 -04:00
  • 9d2f5245f4 i18n: Add comments and improve source strings JosJuice 2024-07-28 14:24:38 +02:00
  • 9a730bacce Change Dual Core (speedup) to Dual Core (speedhack) MayImilae 2024-07-28 03:30:08 -07:00
  • defc38b258 InputCommon: Translate ExpressionParser error messages JosJuice 2024-07-28 12:09:15 +02:00
  • 9193045989 Revert "Android: Disable input device sensor input due to crash" JosJuice 2024-06-15 14:09:22 +02:00
  • 59cbe5a843 Android: Add workaround for AOSP input device sensor suspend bug JosJuice 2024-07-20 21:41:38 +02:00
  • 7b0a7f15b0 Android: Use structural equality for sensorDetails JosJuice 2024-07-20 21:06:07 +02:00
  • 2849606518
    Merge pull request #12956 from SuperSamus/nfs-nitro-defs JosJuice 2024-07-28 11:12:34 +02:00
  • 7cafd78ffc MainAndroid: Use JNI_FALSE instead of static_cast<jboolean>(false) mitaclaw 2024-07-27 20:22:25 -07:00
  • 7215610dfe Add Bloom definitions for Need for Speed: Nitro Martino Fontana 2024-07-25 14:36:35 +02:00
  • 991bce2d68 Config: Don't depend on is_dirty to save SYSCONF during restore Layer::Save only does its thing if the layer has is_dirty == true. But SYSCONF could have been modified by other layers, so if the base layer wasn't made dirty by anything else, then it wouldn't be restored. Fixes https://bugs.dolphin-emu.org/issues/13580 Martino Fontana 2024-07-27 16:33:47 +02:00
  • f9450f1460 GameINI: SVX.ini: Replace EFBToTextureEnable=False with ImmediateXFBEnable=False To fix flickering pre-rendered cutscenes, the former doesn't do anything anymore, while the latter does. Martino Fontana 2024-07-27 15:42:12 +02:00
  • d627b78c46 Adjust order and spacing of various #includes Dentomologist 2024-07-26 14:24:16 -07:00
  • 347aab7ab3 Fixed achievements not working after a disc change. LillyJadeKatrin 2024-07-24 19:04:26 -04:00
  • 7e9a49746a PowerPC: Raise alignment exceptions in more situations JosJuice 2021-07-04 20:47:04 +02:00
  • 1211a6b62e Add AlignmentExceptions setting JosJuice 2021-07-04 20:47:04 +02:00
  • ef512e83c4 PowerPC: Pass current instruction to Read/Write functions JosJuice 2021-07-04 20:47:04 +02:00
  • 1102a8bcea PowerPC: Use broader mask for checking loadstore exceptions JosJuice 2021-07-04 14:49:10 +02:00
  • 3a3be209a8 PowerPC: Don't overwrite argument in ReadFromHardware/WriteToHardware JosJuice 2022-06-25 16:06:06 +02:00
  • 1864c6e6ea
    Add files via upload sctech-tr 2024-07-24 16:36:31 +03:00
  • 87b7009c12
    Merge pull request #12723 from mitaclaw/cached-interpreter-2.0 OatmealDome 2024-07-24 01:36:39 -04:00
  • 6c3024c3b1 CachedInterpreter: Combine Interpret, CheckDSI, CheckProgram, and WritePC mitaclaw 2024-05-05 21:34:52 -07:00
  • ae43b10eff CachedInterpreter: Use CodeOp::canEndBlock mitaclaw 2024-05-05 00:48:40 -07:00
  • 818647d694 CachedInterpreter: WritePC optimizations mitaclaw 2024-05-04 18:10:57 -07:00
  • 0282fa7adb CachedInterpreter: Exception Check Callback Micro-Optimization mitaclaw 2024-04-20 05:16:05 -07:00
  • f79520a906 Cached Interpreter 2.0 mitaclaw 2024-04-23 09:28:49 -07:00