Commit Graph

  • 869aa9eb55 MenuBar: Add action which opens the user folder OatmealDome 2023-01-16 03:36:24 -05:00
  • cc68d5321f UICommon: Set UserConfigPath in the registry to AppData User for backwards compatibility OatmealDome 2022-05-29 19:20:41 -04:00
  • 3896934d5e UICommon: Use the old User directory in Documents if it exists OatmealDome 2022-05-29 18:31:17 -04:00
  • 75d87ff90e UICommon: Change default User directory location to AppData OatmealDome 2022-05-29 18:10:10 -04:00
  • c4f4ecbb62
    Merge pull request #11449 from phire/resetThrottle JMC47 2023-01-15 21:47:42 -05:00
  • b1e05c9125 Android: Remove pre-generated baseline profile Charles Lombardo 2023-01-09 13:37:23 -05:00
  • 19aa9247be Android: Copy baseline profile during release builds Charles Lombardo 2023-01-09 13:36:58 -05:00
  • 7c202ab411 Reset throttle on savestate load Scott Mansell 2023-01-16 13:45:13 +13:00
  • dbe03a4f76 Android: Fix navigation bar buttons appearing invisible on API 26 Charles Lombardo 2023-01-15 18:34:05 -05:00
  • 76ca57ef2e Android: Fix large strings in save/load savestate fragment Charles Lombardo 2023-01-15 17:49:48 -05:00
  • 30f0051f9c
    Merge pull request #11440 from JosJuice/jit64-negative-guard JMC47 2023-01-14 19:19:53 -05:00
  • 33c5f7a129 Android: Update benchmark module dependencies Androidx JUnit 1.1.4 -> 1.1.5 Androidx Espresso 3.5.0 -> 3.5.1 Charles Lombardo 2023-01-14 18:41:18 -05:00
  • 005d7574aa Android: Update app module dependencies Androidx Fragment 1.5.4 -> 1.5.5 Androidx AppCompat 1.5.1 -> 1.6.0 Androidx Profile Installer 1.2.1 -> 1.2.2 Core android library desugaring libraries 1.1.5 -> 2.0.0 Charles Lombardo 2023-01-14 18:39:43 -05:00
  • 45cdc7357a Android: Upgrade Java bytecode from 1.8 to 11 Charles Lombardo 2023-01-14 18:35:32 -05:00
  • 27466fd5f9 Android: Upgrade AGP from 7.3.1 to 7.4.0 Charles Lombardo 2023-01-14 18:30:07 -05:00
  • 054b2219d4 Android: Upgrade gradle from 7.5.1 to 7.6 Charles Lombardo 2023-01-14 18:29:39 -05:00
  • c510ff4ee4
    .gitmodules: change SPIRV-Cross branch to main Simonx22 2023-01-14 20:39:48 +01:00
  • 4fa9fa997e Core: Allocate 2 GiB of guard pages below fastmem area JosJuice 2023-01-14 12:26:58 +01:00
  • 5538583f1b
    Merge pull request #11439 from SuperSamus/patch-1 Pierre Bourdon 2023-01-14 13:13:26 +01:00
  • 2929742d82
    CMake: search for shared minizip-ng as minizip SuperSamus 2023-01-14 12:39:12 +01:00
  • 9c90b31e6a Memmap: Remove some remnants from the 32-bit JITs JosJuice 2023-01-14 11:46:37 +01:00
  • 9d350fd56b
    Merge pull request #11437 from t895/grid-options-fix JosJuice 2023-01-14 09:42:56 +01:00
  • 23ad07b368 Add VISkip Sam Belliveau 2023-01-14 01:56:37 -05:00
  • 8a1cac9be1
    Merge pull request #11348 from Sam-Belliveau/improved-pacing JMC47 2023-01-13 21:52:07 -05:00
  • 3910bdd68b VertexLoader: Don't write position_cache if vertex is skipped Pokechu22 2023-01-12 16:35:57 -08:00
  • 16c0593a52 VertexLoader: Fix loading tangent/binormal caches with NormalIndex3 Pokechu22 2023-01-12 15:00:51 -08:00
  • 2d53b73643 VertexLoaderTester: Add assertions for position/binormal/tangent caches Pokechu22 2023-01-12 12:54:01 -08:00
  • c681d96d46 VertexLoaderTester: Use asserts instead of logs Pokechu22 2023-01-12 12:39:20 -08:00
  • 92b6446da1 UnitTests: Add custom main that calls RegisterMsgAlertHandler Pokechu22 2023-01-12 13:28:42 -08:00
  • e849172dc9 Limit Throttling to 1200hz Sam Belliveau 2023-01-13 18:17:24 -05:00
  • 4f397edab3 Android: Fix grid options text borders Charles Lombardo 2023-01-13 17:02:53 -05:00
  • 937e08980e Android: Change slider step size based on range Charles Lombardo 2023-01-06 22:51:58 -05:00
  • e70b57fe8a Android: Adjust width of slider value text view Charles Lombardo 2023-01-06 22:52:46 -05:00
  • 27e64e6855 Android: Add Performance Sample Window slider Charles Lombardo 2023-01-06 21:33:55 -05:00
  • e95c1d55e8 Limit Sleep Calls to 8192hz at most Sam Belliveau 2023-01-13 11:59:32 -05:00
  • f2aed92fd1 cmake: update msvc conformance flags Shawn Hoffman 2023-01-13 01:55:42 -08:00
  • 2a5c699489 msvc: note some things to enable in vs 17.5 Shawn Hoffman 2023-01-13 01:36:03 -08:00
  • 9723dba780 msvc: set /Zc:enumTypes Shawn Hoffman 2023-01-13 01:35:17 -08:00
  • 07de7337eb msvc: dont explicitly set /Zc:lambda it's implied by /std Shawn Hoffman 2023-01-13 01:26:23 -08:00
  • 05ed25d482 DolphinQt: Add button to open graphics mod folder on settings Momo Cao 2023-01-12 21:47:18 -05:00
  • f4f94396e9
    Merge pull request #11433 from Pokechu22/gba-tas-window-typo Admiral H. Curtiss 2023-01-13 02:25:51 +01:00
  • 7abee1a97b DolphinQt: Fix typo in GBA TAS input window Pokechu22 2023-01-12 14:33:58 -08:00
  • 2ad92776c6
    Merge pull request #11310 from OatmealDome/steamrt-qt-fix Pierre Bourdon 2023-01-11 05:40:13 +01:00
  • 5c80a9fd87 CMakeLists: Copy LICENSE files when building for Steam Runtime OatmealDome 2023-01-10 23:21:00 -05:00
  • fff13c385f CMakeLists: Copy entire plugins folder on Steam Runtime build OatmealDome 2022-11-21 15:43:26 -05:00
  • 9d81c84db0
    Merge pull request #11427 from UltraHDR/patch-1 JosJuice 2023-01-10 19:00:26 +01:00
  • 4b6d6883f8
    Merge pull request #11428 from t895/cheats-fix-2 JosJuice 2023-01-10 18:57:14 +01:00
  • 6b97b64e93 Android: Ignore workaround view height if 0 Charles Lombardo 2023-01-10 12:01:54 -05:00
  • d51e4e5236 get rid of HAS_STD_FILESYSTEM just use std::filesystem Shawn Hoffman 2022-08-19 19:50:36 -07:00
  • 18454906cf
    Set LSApplicationCategoryType to games UltraHDR 2023-01-10 11:34:42 +00:00
  • 558e3b5b15
    Merge pull request #11425 from t895/expose-frame-time-toggle JosJuice 2023-01-10 09:56:30 +01:00
  • 7fe2faff4a Android: Expose "Log Render Time to File" toggle Charles Lombardo 2023-01-09 23:03:49 -05:00
  • acafb07707
    Merge pull request #11421 from t895/disable-header-focus JosJuice 2023-01-09 21:40:18 +01:00
  • f49f3441b3 Android: Disable focus on workaround view Charles Lombardo 2023-01-09 14:20:50 -05:00
  • 72176641ef Android: Revert "Make the header focusable" Charles Lombardo 2023-01-09 14:20:34 -05:00
  • 653e0ccf28
    Merge pull request #11365 from iwubcode/cheat_manager_freeze_value Admiral H. Curtiss 2023-01-09 18:41:28 +01:00
  • 993d2ab173
    PatchEngine: Use std::span in ApplyMemoryPatches(). Admiral H. Curtiss 2023-01-09 17:24:41 +01:00
  • 21c29bad6b
    Merge pull request #11407 from AdmiralCurtiss/globals-gpfifo Admiral H. Curtiss 2023-01-09 17:09:48 +01:00
  • eeeab3c3be
    Merge pull request #11183 from TheLordScruffy/write-back-cache Admiral H. Curtiss 2023-01-09 17:09:32 +01:00
  • 901e4c7697 Reset Throttle Variables In Init Sam Belliveau 2023-01-09 11:06:12 -05:00
  • e06c1158e9
    Merge pull request #11361 from shuffle2/osx JMC47 2023-01-08 20:08:59 -05:00
  • 1af8602530
    Merge pull request #11411 from t895/managed-device-update JosJuice 2023-01-08 13:37:41 +01:00
  • f7de0e4147 Fix issue that would disable Throttling Sam Belliveau 2023-01-08 01:20:19 -05:00
  • d85f6c8298 DolphinAnalytics: Remove ICACHE_MATTERS TheLordScruffy 2023-01-08 00:17:46 -05:00
  • 825bacde43 PPCCache: Change u32 to u8 for plru, valid, modified TheLordScruffy 2023-01-07 20:18:59 -05:00
  • dcded04719
    Merge pull request #11410 from t895/fullscreen-fix JosJuice 2023-01-07 19:27:30 +01:00
  • d32cc1e5eb Android: Fix workaround view in cheats activity Charles Lombardo 2023-01-06 16:00:56 -05:00
  • 811d942222 Improve PPCCache lookup table TheLordScruffy 2023-01-07 07:30:42 -05:00
  • 710d7e3637
    Merge pull request #11414 from Pokechu22/msvc-dsp-jit-x64-only JosJuice 2023-01-07 09:37:25 +01:00
  • d20b71c296 Move x64 DSP JIT into DolphinLib.x64.props Pokechu22 2023-01-06 22:42:21 -08:00
  • 7444f90e45
    Merge pull request #11394 from Pokechu22/exclude-libcurl.rc Admiral H. Curtiss 2023-01-07 02:00:13 +01:00
  • 6fe46fcf03 Android: Update managed device for baseline profile generation Charles Lombardo 2023-01-06 18:33:51 -05:00
  • e344eb7f00 Externals: Exclude libcurl.rc from the build Pokechu22 2022-12-31 17:11:10 -08:00
  • bc1cc9eeb4 CoreTiming: Throttle Before Every Event Using Chrono Sam Belliveau 2023-01-06 17:21:17 -05:00
  • 2da39f7e00
    Merge pull request #11409 from AdmiralCurtiss/performance-tracker-refactorings JMC47 2023-01-06 17:03:35 -05:00
  • 4d86e44c12 Android: Add hints to allow cheats activity to be previewed Charles Lombardo 2023-01-06 15:58:29 -05:00
  • 588a72a4fc
    PerformanceTracker: Add ownership of m_log_name. Sam Belliveau 2022-12-30 14:56:08 -05:00
  • bc46089ab0
    PerformanceTracker: Use shared_mutex instead of mutex so multiple threads can read at the same time. Sam Belliveau 2022-12-30 14:56:08 -05:00
  • 9143eb00fb
    PerformanceMetrics: Fix Line Width Issue on Non HiDPI Screens Sam Belliveau 2022-12-31 16:04:44 -05:00
  • d33416fc35
    HW/Memmap: Zero-initialize members by default. Admiral H. Curtiss 2023-01-06 04:28:58 +01:00
  • fbcaf83d30
    HW/GPFifo: Refactor to class, move to Core::System. Admiral H. Curtiss 2023-01-05 05:18:24 +01:00
  • cc14d60bbb
    Merge pull request #11402 from Pokechu22/too-many-indices Mai 2023-01-05 15:15:09 +00:00
  • 7cd3839fd6
    Merge pull request #10986 from OatmealDome/lint-bsd Admiral H. Curtiss 2023-01-05 04:09:33 +01:00
  • 7b04a6b958
    Merge pull request #11089 from sepalani/pcap-share Admiral H. Curtiss 2023-01-05 04:06:35 +01:00
  • cefcd9c93c IndexGenerator: Fix off-by-one in GetRemainingIndices Pokechu22 2023-01-02 19:23:31 -08:00
  • 6c58ba353c IndexGenerator: Add assertion for overflow in GetRemainingIndices Pokechu22 2023-01-02 18:56:25 -08:00
  • b6b46d8af3
    Merge pull request #11404 from AdmiralCurtiss/globals-processor-interface Mai 2023-01-04 11:46:45 +00:00
  • 2fdaf0a86e
    HW/ProcessorInterface: Rename member variables to fit naming convention. Admiral H. Curtiss 2023-01-04 03:17:26 +01:00
  • 74e1577a2c
    HW/ProcessorInterface: Refactor to class, move to Core::System. Admiral H. Curtiss 2023-01-04 02:52:40 +01:00
  • d91f340c86 VertexManagerBase: Move free space check to after the buffer is reset Pokechu22 2023-01-02 18:21:04 -08:00
  • 908cec04cb
    Merge pull request #11396 from Pokechu22/fbfetch-analytics Admiral H. Curtiss 2023-01-03 18:11:17 +01:00
  • ed9915308b
    Merge pull request #11386 from Pokechu22/manual-texture-sampling-stereoscopic-layer-bounds-check Admiral H. Curtiss 2023-01-03 18:07:06 +01:00
  • e4c007e2e1
    Merge pull request #11069 from shuffle2/installer Admiral H. Curtiss 2023-01-03 14:55:07 +01:00
  • c1b1d8d783 DolphinAnalytics: Track support of framebuffer fetch Pokechu22 2022-12-31 20:01:45 -08:00
  • c645970578 VideoBackends/OGL: Always check for fbfetch support, not just on GLES Pokechu22 2022-12-31 19:55:53 -08:00
  • 277518837a DolphinAnalytics: Track support of logic ops Pokechu22 2023-01-02 23:17:02 -08:00
  • f433da6083 DolphinAnalytics: Fix comment wrapping Pokechu22 2022-12-31 19:45:42 -08:00
  • d949aa60bb
    Merge pull request #11397 from TellowKrinkle/QuartzMousePos Admiral H. Curtiss 2023-01-02 23:04:12 +01:00
  • f13f54e3db
    Merge pull request #11363 from TheConfuZzledDude/xinput2-scroll-axis Admiral H. Curtiss 2023-01-02 23:02:12 +01:00
  • 6d95aa5c12
    Merge pull request #11377 from delroth/coc Pierre Bourdon 2023-01-02 11:15:39 +01:00