Commit Graph

  • 5af0ae25e6 Merge pull request #12979 from lycheefox/skylanders Tilka 2024-08-13 03:41:15 +01:00
  • 88bd81931f DSPHLE/Zelda: Add two missing filters Tillmann Karras 2024-05-12 18:29:32 +01:00
  • 7bef0188af Detect when running inside a flatpak sandbox Carles Pastor 2022-08-28 11:56:48 +02:00
  • 194a5f3996 Skylanders: Fix some skylanders and add missing ones. lycheefox 2024-08-06 19:34:33 -04:00
  • e4bd14257f Merge pull request #12783 from Tilka/zelda_square JMC47 2024-08-11 14:16:28 -04:00
  • 6cc2133f27 Merge pull request #12811 from JosJuice/ppcanalyst-refactor-mtspr JosJuice 2024-08-11 15:33:46 +02:00
  • 430416484b Merge pull request #12983 from OatmealDome/mac-updater-embed-3-cleanup OatmealDome 2024-08-11 01:38:15 -04:00
  • 4c559e7f66 Merge pull request #12988 from tygyh/Update-gitignore Tilka 2024-08-10 18:29:25 +01:00
  • b76d05e4bb Merge pull request #12991 from tygyh/Remove-dereferencing Tilka 2024-08-10 18:22:30 +01:00
  • ed62aec658 Update gitignore Dr. Dystopia 2024-07-22 09:45:50 +02:00
  • 8995975892 Replace redundant dereferencing Dr. Dystopia 2024-07-22 09:44:07 +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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 5f4f974b48 Merge pull request #12950 from AdmiralCurtiss/achievement-fix-badge-network-error Tilka 2024-07-23 20:16:54 +01:00
  • c71ccb548e AchievementManager: Fix incorrect check on network request return value in FetchBadge() Admiral H. Curtiss 2024-07-23 20:48:17 +02:00
  • 2d8f54fdd2 Merge pull request #12862 from SuperSamus/debugger-fixes Admiral H. Curtiss 2024-07-23 20:36:34 +02:00
  • 7db5caf43e Merge pull request #12943 from Tilka/list_recursively Admiral H. Curtiss 2024-07-23 19:56:07 +02:00
  • 933da0788d Merge pull request #12910 from ReillyBrogan/fix-minizip-ng Tilka 2024-07-23 18:55:51 +01:00
  • 199cc899bc Merge pull request #12948 from mitaclaw/jit-getters Tilka 2024-07-23 14:14:33 +01:00
  • ffc7bcfbf8 Emitters: Define Trivial Getters Inline mitaclaw 2024-07-21 21:35:29 -07:00
  • 384e044437 QtUtils/ClearLayoutRecursively: Fix potential crash Dentomologist 2024-07-21 17:25:43 -07:00
  • 191b36976c DolphinTool: list filesystem recursively Tillmann Karras 2024-07-21 05:29:20 +01:00
  • 7bd2a7bde3 Merge pull request #12945 from Tilka/erase_if Tilka 2024-07-21 19:06:55 +01:00
  • 652245006d Merge pull request #12946 from SimoneN64/master Tilka 2024-07-21 19:06:25 +01:00
  • 2dcb612497 Change OperandDesc variables to not be underscore-prefixed in order to comply with https://eel.is/c++draft/lex.name#3.1 (fixes compilation under newlib; e.g. devkitPro) SimoneN64 2024-07-21 17:45:32 +02:00
  • 982893b04c Use C++20 erase_if() instead of erase(remove_if()) (NFC) Tillmann Karras 2024-07-21 16:26:35 +01:00
  • 1fcb2ee5c1 Merge pull request #12936 from vabold/ios-inaccuracy Admiral H. Curtiss 2024-07-19 21:27:07 +02:00