Commit Graph

  • 3e35255983 VideoCommon: add class to load custom texture data iwubcode 2023-02-28 19:12:35 -06:00
  • c5e00b085e
    Merge pull request #11613 from t895/import-fix JosJuice 2023-03-01 17:53:59 +01:00
  • a4730a9388 Android: Initialize TaskViewModel earlier in User Data Activity Charles Lombardo 2023-03-01 08:28:44 -05:00
  • 211be4698f
    Merge pull request #11515 from t895/user-data-kotlin Charles Lombardo 2023-02-28 23:47:00 -05:00
  • c904e068f0 Android: Use DialogFragments to direct UserData actions Charles Lombardo 2023-01-27 00:46:00 -05:00
  • 8d1cf14565 Android: Convert ThreadUtil to Kotlin Charles Lombardo 2023-02-28 22:21:18 -05:00
  • e2bd7d1d95
    Common/FatFsUtil: Close temp file before deleting it on conversion failure. Admiral H. Curtiss 2023-02-26 22:48:43 +01:00
  • fe26b54efd
    Qt/WiiPane: Add progress window for SD card conversion. Admiral H. Curtiss 2023-02-26 20:21:11 +01:00
  • 435d8c39ee
    Common/FatFsUtil: Add callback for cancelling SD card conversion. Admiral H. Curtiss 2023-02-26 20:18:37 +01:00
  • b6256a57ef Jit: Move stack handling code to JitBase JosJuice 2023-02-28 20:28:58 +01:00
  • 86c1f6e1e7 Jit: Don't use a second stack JosJuice 2023-01-01 20:18:03 +01:00
  • 0cdae98181 Jit: Fix GUARD_OFFSET calculation JosJuice 2023-01-01 20:20:22 +01:00
  • 73aaa01648
    Merge pull request #11444 from AdmiralCurtiss/riivolution-linux-host-fs Admiral H. Curtiss 2023-02-28 01:17:05 +01:00
  • a0974c18cd
    RiivolutionPatcher: Use capitalization of file that exists in the host file system if possible. Admiral H. Curtiss 2023-01-15 05:39:03 +01:00
  • bdb19085c4
    Common: Add utility function for case-insensitive string comparison. Admiral H. Curtiss 2022-05-31 02:06:42 +02:00
  • b827b155a0 Android: Refactor handleMenuTag JosJuice 2023-02-27 21:50:39 +01:00
  • 8acc39cc3f Android: Add a button for accessing controller mappings JosJuice 2023-02-26 12:45:28 +01:00
  • 7586fc8134
    Merge pull request #11608 from Dentomologist/fix_dynamicinputtextures_directory_error_logs JosJuice 2023-02-27 18:07:57 +01:00
  • 251fb92b80
    Merge pull request #11606 from JosJuice/control-group-save-enabled Admiral H. Curtiss 2023-02-27 12:02:25 +01:00
  • c730ee2de2
    Merge pull request #11596 from AdmiralCurtiss/copyany Admiral H. Curtiss 2023-02-27 12:02:00 +01:00
  • a11b9d585f
    Common/FileUtil: Remove obsolete CopyDir() function. Admiral H. Curtiss 2023-02-24 21:48:48 +01:00
  • 4f462b4ef6
    Migrate destructive calls of File::CopyDir() to File::Move(). Admiral H. Curtiss 2023-02-24 21:48:01 +01:00
  • 5367bf394c
    Common/FileUtil: Add Move() function. Admiral H. Curtiss 2023-02-24 21:39:02 +01:00
  • e62162e486 UICommon: Create Load/DynamicInputTextures directory on startup Dentomologist 2023-02-26 13:07:48 -08:00
  • 4fb3042944
    Merge pull request #11583 from danielgarzaf/seach-results-filename Admiral H. Curtiss 2023-02-26 19:20:58 +01:00
  • 02f7c0213f
    Qt/GameList: Also filter by filename when searching. Daniel Garza 2023-02-18 19:08:51 -06:00
  • 9b3816c993 InputCommon: Fix ControlGroup::SaveConfig with DefaultValue::Disabled JosJuice 2023-02-26 17:25:45 +01:00
  • 26adf78e45
    Merge pull request #11602 from JosJuice/cpu-guard-expression Admiral H. Curtiss 2023-02-26 11:55:47 +01:00
  • 1c78604c5a
    Merge pull request #11604 from shuffle2/msvc-zelda-bug JosJuice 2023-02-26 10:09:09 +01:00
  • 28956cc6c2 workaround msvc optimizer bug Shawn Hoffman 2023-02-25 23:26:27 -08:00
  • c0d0a04b8f
    Merge pull request #11603 from Dentomologist/fix_d3d_nan_regression OatmealDome 2023-02-26 02:00:25 -05:00
  • ad6e95afb4 D3D: Restore workaround for erroneous NaN optimization Dentomologist 2023-02-25 16:11:09 -08:00
  • 19e8569634
    Merge pull request #11594 from t895/autofit-grid JosJuice 2023-02-25 17:30:40 +01:00
  • a049a0d4bc Android: Remove unused refreshScreenshotAtPosition interface method Charles Lombardo 2023-02-21 09:43:17 -05:00
  • 5957d85178 Android: Create AutofitGridLayoutManager Charles Lombardo 2023-02-21 09:41:03 -05:00
  • ae5311d6e6 PowerPC: Rework CPUThreadGuard handling in Expression.cpp JosJuice 2023-02-25 16:08:52 +01:00
  • f682225c15
    Merge pull request #11551 from iwubcode/d3d11_sampler_bitset Pierre Bourdon 2023-02-25 09:32:10 +09:00
  • d18735e82e Qt/WiimoteControllersWidget: Add bluetooth unavailable message Dentomologist 2023-02-22 20:10:23 -08:00
  • 1ed0e014cd
    Migrate non-destructive calls of File::CopyDir() to File::Copy(). Admiral H. Curtiss 2023-02-22 02:23:21 +01:00
  • 884917a6d5
    Common/FileUtil: Use non-throwing overload of is_directory() in CreateDir() and CreateFullPath(). Admiral H. Curtiss 2023-02-22 21:03:23 +01:00
  • e479f92418
    Common/FileUtil: Add CreateDirs() function as a wrapper around std::filesystem::create_directories(). Admiral H. Curtiss 2023-02-22 02:31:06 +01:00
  • 616d57e7fc
    Common/FileUtil: Add Copy() function as a wrapper around std::filesystem::copy(). Admiral H. Curtiss 2023-02-22 02:17:11 +01:00
  • 5d571b068f VideoBackends: rework d3d11 to specify samplers/bound textures using a bitset with a constant size, instead of hardcoding each individual enumeration value iwubcode 2023-02-10 19:10:55 -06:00
  • 88fc431dce
    Merge pull request #11598 from shuffle2/std-prng Pierre Bourdon 2023-02-24 19:47:18 +09:00
  • a306da2f80 Bump requried Clang to 12 (AppleClang 13.0.0) Scott Mansell 2023-02-23 15:27:57 +13:00
  • f34a09b39f Enforce minimum supported versions of GCC and Clang Scott Mansell 2022-08-10 14:50:29 +12:00
  • 2c2fb869a2 use std-provided randomness for JitArm64 unittests decreases runtime significantly and lessens dependency on mbedtls Shawn Hoffman 2023-02-22 12:55:12 -08:00
  • c5775c5b90
    Merge pull request #11566 from v1993/patch-2 Admiral H. Curtiss 2023-02-22 21:04:04 +01:00
  • ebd98226db
    Merge pull request #11595 from AdmiralCurtiss/rename-file-copy Admiral H. Curtiss 2023-02-22 20:28:11 +01:00
  • e52aa52a66
    Common/FileUtil: Rename Copy() to CopyRegularFile(). Admiral H. Curtiss 2023-02-22 01:54:41 +01:00
  • 3c4a21315d
    Merge pull request #11592 from Pokechu22/fix-delete-ticket Léo Lam 2023-02-21 10:53:37 +01:00
  • f2ac3aec94 IOS/ES: Fix crash when deleting tickets Pokechu22 2023-02-20 18:31:30 -08:00
  • 2aedd8f568
    Merge pull request #11590 from t895/unused-layout-class JosJuice 2023-02-20 23:33:07 +01:00
  • 0fb9105700
    Merge pull request #11408 from t895/coil JosJuice 2023-02-20 20:51:36 +01:00
  • 0638e08989 Android: Remove SettingsFrameLayout Charles Lombardo 2023-02-20 14:11:08 -05:00
  • 6f21ce7d95
    Merge pull request #11555 from CookiePLMonster/wil-todos Mai 2023-02-20 10:14:49 -05:00
  • c7f48c8f28
    Merge pull request #11587 from AdmiralCurtiss/code-view-breakpoint-logic Mai 2023-02-20 10:10:04 -05:00
  • 28faca63a6 Android: Replace Glide with Coil image loading Charles Lombardo 2023-01-06 15:15:30 -05:00
  • 4e6c89fbfd
    Qt/CodeViewWidget: Don't read PC in Update() if we don't have a CPU thread guard. Admiral H. Curtiss 2023-02-20 03:10:12 +01:00
  • ef1520c2c6
    Qt/CodeViewWidget: Don't try to pause emulator in Update() if we happen to be on a breakpoint. Admiral H. Curtiss 2023-02-20 02:56:04 +01:00
  • ae7fc074f8
    Merge pull request #11398 from SeekyCt/conditional-bp-streq Admiral H. Curtiss 2023-02-20 02:26:23 +01:00
  • 4e6e510003
    Debugger: Add string comparison to conditional breakpoints. Seeky 2023-01-01 17:42:22 +00:00
  • f2be35c7cd VideoCommon: Reword the unknown opcode error message JosJuice 2023-02-19 16:30:06 +01:00
  • 45b55f7ccd
    Merge pull request #11581 from shuffle2/sdl Admiral H. Curtiss 2023-02-19 00:41:56 +01:00
  • cea95146e0 update sdl Shawn Hoffman 2023-02-18 12:34:44 -08:00
  • 78c53bfec8 Jit64: Fix the offsetAddedToAddress correction JosJuice 2023-01-14 18:47:37 +01:00
  • e65167f9cd
    Merge pull request #11521 from t895/adjust-grid-options JosJuice 2023-02-18 15:42:46 +01:00
  • 8db35e6d04
    Merge pull request #11578 from Pokechu22/memory-leaks-feb-2023 Admiral H. Curtiss 2023-02-18 13:56:34 +01:00
  • dfc0f12483
    Merge pull request #11579 from Pokechu22/audio-stretching-label-enable Admiral H. Curtiss 2023-02-18 13:45:57 +01:00
  • c94aacc968 AudioPane: Fix inconsistent initial state of audio stretching labels Pokechu22 2023-02-17 18:51:41 -08:00
  • f1f3fd5d9d InputCommon: Fix memory leak in ExpressionParser Pokechu22 2023-02-17 18:26:23 -08:00
  • b6d476241a CodeViewWidget: Fix memory leak Pokechu22 2023-02-17 18:20:50 -08:00
  • 1c5e223532 MemoryViewWidget: Fix memory leaks Pokechu22 2023-02-17 18:17:01 -08:00
  • 74abf48234
    Merge pull request #11576 from yannhodiesne/convert-prevent-file-deletion Admiral H. Curtiss 2023-02-17 18:49:15 +01:00
  • b381df700c
    Merge pull request #11577 from JosJuice/android-armeabi-v7a Markus Wick 2023-02-17 17:57:38 +01:00
  • 90b676d368 Android: Fix armeabi-v7a build JosJuice 2023-02-17 16:49:02 +01:00
  • 49e897422f
    Use a success count instead of files count Yann Hodiesne 2023-02-17 14:36:41 +01:00
  • cb42a03299
    Check the input and destination paths before converting a game file onto itself Yann Hodiesne 2023-02-17 11:56:07 +01:00
  • 28331c5905
    Merge pull request #11574 from K0bin/val-fix Scott Mansell 2023-02-17 14:52:45 +13:00
  • 1903116d8e
    Merge pull request #11575 from AdmiralCurtiss/mtmsr-5byte-jmp Markus Wick 2023-02-16 19:38:13 +01:00
  • 0c48324c75
    Jit64: Use 5 byte jump in mtmsr for the CP interrupt check. Admiral H. Curtiss 2023-02-16 19:26:19 +01:00
  • 2695666e6d
    VideoBackends:Vulkan: Fix printing validation errors Robin Kertels 2023-02-16 17:37:33 +01:00
  • f004080382
    Merge pull request #11573 from Pokechu22/freesurround-bad-delete Mai 2023-02-16 03:44:33 -05:00
  • 6038a6e2db
    Merge pull request #11569 from Hibyehello/patch-1 Scott Mansell 2023-02-16 21:08:35 +13:00
  • a7026ca6d3 Externals/FreeSurround: Fix pointer created through new[] being freed via delete Pokechu22 2023-02-15 21:17:41 -08:00
  • 19bf13d3bb
    Merge pull request #11572 from Pokechu22/uninitialized-variables-feb-2023 Mai 2023-02-16 00:56:01 -05:00
  • 74a14c7d1f ControllerInterface: Fix uninitialized variables in DualShockUDPClient Pokechu22 2023-02-15 19:23:47 -08:00
  • 67381cdb8b VideoCommon: Remove unused ShutdownImGui function declaration Pokechu22 2023-02-15 19:20:59 -08:00
  • 8802f96b7e Fix uninitialized variable warnings (C26495) Pokechu22 2023-02-15 19:18:39 -08:00
  • 8d16aed581 Android: Convert UserDataActivity to Kotlin Charles Lombardo 2023-01-26 22:53:41 -05:00
  • cd38ed76e2
    Keep Vulkan precedence over OpenGL Josh 2023-02-15 12:22:56 -06:00
  • 546a016dc8
    VideoBackend: Make Metal Default on MacOS Josh 2023-02-15 12:05:54 -06:00
  • 301e97f7f7
    Remove WinAPI-specific type from socket request SMarioMan 2023-02-15 09:29:21 -05:00
  • a45f6d9438
    Enable broadcast permissions in socket requests SMarioMan 2023-02-15 07:59:38 -05:00
  • 089eab96d7
    Merge pull request #11567 from AdmiralCurtiss/create-full-path-behavior-change Admiral H. Curtiss 2023-02-15 03:12:24 +01:00
  • c36994a90d
    Add unit test for File::CreateFullPath(). Admiral H. Curtiss 2023-02-15 02:47:26 +01:00
  • 0758e00cfe
    Common/FileUtil: Revert behavior of CreateFullPath(). Admiral H. Curtiss 2023-02-15 02:13:47 +01:00
  • 6aafbaf66f
    Fix build when using mGBA in unorthodox location Valeri 2023-02-14 22:24:02 +03:00
  • 661b74f4a3
    Merge pull request #11564 from JosJuice/jitarm64-cmp-order Admiral H. Curtiss 2023-02-14 20:19:07 +01:00
  • e1d3237dbd
    Merge pull request #11342 from TellowKrinkle/GLLayerMac Admiral H. Curtiss 2023-02-14 20:17:22 +01:00