Commit Graph

  • 69d6be09f7 IOS/FS: GetDirectoryStats() should return an error if the given path is not a directory. Admiral H. Curtiss 2023-03-31 19:50:00 +02:00
  • 4c80c992eb Merge pull request #11741 from AdmiralCurtiss/ppc-class JosJuice 2023-04-10 15:38:19 +02:00
  • 23843583bf PowerPC: Refactor to class, move to System. Admiral H. Curtiss 2023-03-28 20:26:52 +02:00
  • ebbbdc49ab Merge pull request #11745 from JosJuice/transifex-url Pierre Bourdon 2023-04-09 11:45:56 +02:00
  • 424d136740 Readme: Update Transifex URL JosJuice 2023-04-09 09:04:58 +02:00
  • 6b73a4772b Merge pull request #11744 from AdmiralCurtiss/ios-di-registers JosJuice 2023-04-09 08:55:07 +02:00
  • b9595a2230 CMake: Use find_package and imported targets for Iconv TellowKrinkle 2023-03-30 13:12:48 -05:00
  • eb6bf08170 CMake: Add custom FindIconv TellowKrinkle 2023-04-08 21:42:49 -05:00
  • fe4aadc575 IOS/DI: Remove RegisterWrapper. Admiral H. Curtiss 2023-04-09 04:12:31 +02:00
  • d11c8075e7 Reload DLList on call to KDDownload Sketch 2023-04-03 11:02:06 -04:00
  • 8b0bd31e72 OGL: Use GL_OES_texture_storage_multisample_2d_array when supported Pokechu22 2023-03-05 22:03:26 -08:00
  • 3f143d1bc9 OGL: Only specify precision for sampler2DMSArray when it is defined Pokechu22 2023-03-05 22:02:42 -08:00
  • 53beda526b OGL: Remove bSupports2DTextureStorageMultisample and bSupports3DTextureStorageMultisample Pokechu22 2023-03-05 21:41:52 -08:00
  • c68d484a65 OGL: Convert SupportedESPointSize to an enum class Pokechu22 2023-03-05 21:50:00 -08:00
  • 79b8e136b7 Merge pull request #11740 from Pokechu22/interface-pane-mouse-lock-visibility Admiral H. Curtiss 2023-04-08 22:59:31 +02:00
  • 1596b13743 Android: Give Debug and Benchmark builds unique names Robin Kertels 2023-04-08 14:54:49 +02:00
  • d5b811dd7f Merge pull request #11738 from malleoz/malleo/tas_input_latency Admiral H. Curtiss 2023-04-08 13:46:56 +02:00
  • 7519941433 Merge pull request #11661 from iwubcode/rework_texture_cache Admiral H. Curtiss 2023-04-08 13:43:52 +02:00
  • e101f7f6ae VideoCommon: refactor GetTexture into a separate function for creation, separating the custom texture data path from the game's texture data path iwubcode 2023-03-14 00:10:40 -05:00
  • 02cd8b6363 DolphinQt: Fix mouse lock checkbox appearing when it shouldn't Pokechu22 2023-04-07 22:33:40 -07:00
  • ed177bdbd7 VideoBackends:Metal: Use max pixel samplers constant TellowKrinkle 2023-03-30 15:23:22 -05:00
  • 72d08f6c80 InputCommon: Remove OSX (IOKit) input backend OatmealDome 2023-04-07 15:40:14 -04:00
  • 44e3993f2f DolphinQt: Prevent MemoryViewWidget updates when hidden sowens99 2023-04-07 11:20:05 -04:00
  • aaedc2827d Merge pull request #11735 from Pokechu22/cmake-no-spirv-cross-on-linux Mai 2023-04-06 23:11:14 -04:00
  • 5686c614ec Merge pull request #11717 from AdmiralCurtiss/ppcstate-rest Mai 2023-04-06 22:35:32 -04:00
  • 74da38916e Merge pull request #11729 from AdmiralCurtiss/redundant-mov Mai 2023-04-06 21:42:28 -04:00
  • 8b9c1bff0b Merge pull request #11731 from Pokechu22/typeutils-cc0 Mai 2023-04-06 21:41:56 -04:00
  • 969d5e0fbe CMake: Don't include SPIRV-Cross except on Windows and macOS Pokechu22 2023-04-06 16:30:34 -07:00
  • 56fcc97f6d CMake: Check WIN32 instead of CMAKE_SYSTEM_NAME STREQUAL Windows Pokechu22 2023-04-06 18:37:45 -07:00
  • 1312624e05 Resolve [-Wshadow] Minty-Meeo 2023-03-23 11:18:20 -05:00
  • d32e47cfde Merge pull request #11732 from malleoz/malleo/limit_stick_emits Admiral H. Curtiss 2023-04-07 00:42:49 +02:00
  • cd79207853 DolphinQt: StickWidget and IRWidget check for changed x/y before signaling change sowens99 2023-04-06 01:47:42 -04:00
  • b08d259d5c Common: Relicense TypeUtils to CC0 Pokechu22 2023-04-05 19:01:11 -07:00
  • 62de9c593b UnitTests: Avoid ppcState global. Admiral H. Curtiss 2023-03-29 00:42:27 +02:00
  • 2d1f661118 DolphinQt: Avoid ppcState global. Admiral H. Curtiss 2023-03-28 23:52:36 +02:00
  • 192d8b6e40 VideoCommon/CommandProcessor: Pass System to HandleUnknownOpcode(). Admiral H. Curtiss 2023-03-28 22:07:50 +02:00
  • e5941428d1 PowerPC/PPCTables: Pass instruction address to GetOpInfo(). Admiral H. Curtiss 2023-03-28 21:59:39 +02:00
  • 6018daa3fa PowerPC/PPCCache: Access PowerPCState through System. Admiral H. Curtiss 2023-03-28 21:48:22 +02:00
  • aec3a882d7 PowerPC/JitInterface: Access PowerPCState through System. Admiral H. Curtiss 2023-03-28 21:47:38 +02:00
  • 18f8ae37ab PowerPC/Expression: Pass System to EvaluateCondition(). Admiral H. Curtiss 2023-03-28 20:39:02 +02:00
  • 0a88c2329a Merge pull request #11715 from JosJuice/dcbx-order Admiral H. Curtiss 2023-04-05 20:06:26 +02:00
  • 2ac7b5a523 Jit64: Fix possibly redundant MOV in ABI_CallFunctionPR(). Admiral H. Curtiss 2023-04-05 20:00:37 +02:00
  • 25fba7247e Merge pull request #11726 from mackal/dolphinqt-memory-leaks Mai 2023-04-05 04:18:32 -04:00
  • c55e08ff73 Jit64: Attempt to fix updating stores with an immediate value Pokechu22 2023-01-09 18:47:02 -08:00
  • 497e938c8c Jit_LoadStoreFloating: Minor tidying Pokechu22 2023-01-09 18:46:25 -08:00
  • 2995b5e061 Merge pull request #11667 from TellowKrinkle/DontSucceedOnLinkFail OatmealDome 2023-04-05 05:35:58 +02:00
  • f424e7815a DolphinQt: Fix memory leaks in MemoryWidget Michael Cook (mackal) 2023-04-04 16:10:31 -04:00
  • 7dde0c3c31 DolphinQt: non-Windows builds leak in InterfacePane Michael Cook (mackal) 2023-04-04 16:07:06 -04:00
  • e511718fbc DolphinQt: Fix leak in LogConfigWidget Michael Cook (mackal) 2023-04-04 16:05:23 -04:00
  • d8fabd37fb Merge pull request #11417 from K0bin/vk-submit-thread-cleanup Pierre Bourdon 2023-04-04 22:02:39 +02:00
  • c71a4c2751 Merge pull request #11719 from AdmiralCurtiss/enet-update Pierre Bourdon 2023-04-04 22:00:45 +02:00
  • 2dca24229b DolphinQt: Fix memory lkea in FilesystemWidget Michael Cook (mackal) 2023-04-04 15:59:45 -04:00
  • b63b574a3f Merge pull request #11669 from LillyJadeKatrin/retroachievements-rcheevos-integration Pierre Bourdon 2023-04-04 12:34:20 +02:00
  • 84b3df0af2 Added Achievement Manager with Login LillyJadeKatrin 2023-03-18 12:38:53 -04:00
  • 07d2f3d305 Added Initial Achievement Settings LillyJadeKatrin 2023-03-16 09:06:24 -04:00
  • 7be5fc551d Merge pull request #11721 from mackal/dolphinqt-renderwidget-heap-use-after-free Admiral H. Curtiss 2023-04-03 22:21:09 +02:00
  • 241a739dc2 DolphinQt: RenderWidget fix heap-use-after-free Michael Cook (mackal) 2023-04-03 10:43:49 -04:00
  • 655fca3efe Merge pull request #11712 from AdmiralCurtiss/nand-import-bounds Mai 2023-04-03 08:29:57 -04:00
  • 5cecac5816 Merge pull request #11718 from JosJuice/fi Mai 2023-04-03 08:16:55 -04:00
  • 9e0755a598 HookableEvent: Use std::recursive_mutex instead of std::mutex Pokechu22 2023-04-02 15:51:06 -07:00
  • 1e1041f299 NetPlay: Limit ENet's MTU to 1392 as a workaround for dropped packets over VPN via WireGuard, see https://github.com/lsalzman/enet/issues/132 Admiral H. Curtiss 2023-04-02 17:21:26 +02:00
  • 324777406c Update ENet to 8ae0e85298 Admiral H. Curtiss 2023-04-02 16:43:06 +02:00
  • 0cd70c2aa5 Merge pull request #11706 from Minty-Meeo/update-soundtouch Admiral H. Curtiss 2023-04-02 15:04:37 +02:00
  • f3114b59f4 Added USE_RETRO_ACHIEVEMENTS compiler flag LillyJadeKatrin 2023-03-18 12:22:17 -04:00
  • 2836feac71 Added rcheevos to Externals LillyJadeKatrin 2023-03-11 00:24:20 -05:00
  • 4513238213 Added rcheevos submodule LillyJadeKatrin 2023-02-28 04:18:43 -05:00
  • 6089310c80 Add Finnish translation JosJuice 2023-04-02 11:33:42 +02:00
  • c97c80d1cb NANDImporter: Check data bounds. Admiral H. Curtiss 2023-04-01 04:19:15 +02:00
  • aaeaa9c6b6 Merge pull request #11714 from sepalani/check-wii-save-path Admiral H. Curtiss 2023-04-02 02:44:29 +02:00
  • 450ca0b69e Merge pull request #11700 from AdmiralCurtiss/mmu-class JosJuice 2023-04-01 18:02:04 +02:00
  • e24e52af3c Jit64: Use utility function for function calls in dcbx. Admiral H. Curtiss 2023-03-28 03:57:56 +02:00
  • 1bf593f65a Jit: Change argument order for InvalidateICacheLine(s)FromJIT JosJuice 2023-04-01 14:34:30 +02:00
  • 9ee564dde3 GameList: Check Wii save path Sepalani 2023-04-01 16:23:37 +04:00
  • 0e7e8d26f0 Restore Dolphin-Specific SoundTouch modifications get 2023-03-31 20:11:13 -05:00
  • 4e3a366b2d Update SoundTouch to 2.3.2 commit 1eda9c0b01039f29d230a46cda9f2290bbd1f62b get 2023-03-24 16:20:21 -05:00
  • 0d4a5274f1 CMake: Remove custom SDL2 find script TellowKrinkle 2023-03-30 21:05:14 -05:00
  • 38b8547055 CMake: Enable CMP0099 TellowKrinkle 2023-03-30 21:03:16 -05:00
  • 7e9a63b987 Merge pull request #11704 from AdmiralCurtiss/more-log Pierre Bourdon 2023-03-30 19:26:49 +02:00
  • 0ccf24b0c5 Netplay: More logging for server and client thread main loops. Admiral H. Curtiss 2023-03-30 16:56:04 +02:00
  • 50a45bd614 Merge pull request #11673 from K0bin/vertex-loader-micro-opt Markus Wick 2023-03-30 11:05:02 +02:00
  • 806ea59d77 Merge pull request #11703 from degasus/asciiart Mai 2023-03-29 23:34:30 -04:00
  • bfe0940bbd Netplay: More logging before game start. Admiral H. Curtiss 2023-03-30 00:02:25 +02:00
  • 57088ebb82 Shaders: Add error message for asciiart shader if shader_subgroup is missing. degasus 2023-03-29 23:00:08 +02:00
  • 4780953172 Shaders: Clang-format degasus 2023-03-29 23:02:17 +02:00
  • 15be899580 Merge pull request #11689 from K0bin/android-open-user-folder Charles Lombardo 2023-03-29 10:53:48 -07:00
  • d62838a2f4 Merge pull request #11690 from degasus/asciiart Pierre Bourdon 2023-03-28 11:17:27 +02:00
  • 8dabd1a025 PowerPC/MMU: Refactor to class, move to System. Admiral H. Curtiss 2023-03-12 20:31:10 +01:00
  • 012044eb64 Merge pull request #11542 from linckandrea/master Admiral H. Curtiss 2023-03-28 00:55:18 +02:00
  • 98fad9004b Merge pull request #11698 from AdmiralCurtiss/mmu-comments Mai 2023-03-27 10:32:19 -04:00
  • c096ee64f2 Merge pull request #11696 from AdmiralCurtiss/jit-interface-class Mai 2023-03-27 10:31:53 -04:00
  • ee563189fd Android: Adjust user data text to match DocumentProvider Robin Kertels 2023-03-24 00:53:40 +01:00
  • 0de2890351 Merge pull request #11697 from MayImilae/oops-gci-osd Pierre Bourdon 2023-03-26 15:20:53 +02:00
  • d7fabf37d6 PowerPC/MMU: Clean up old comments. Admiral H. Curtiss 2023-03-26 14:59:08 +02:00
  • 0d74a8561a Remove GCI Folder Path from the Wrote to OSD Message MayImilae 2023-03-26 03:03:08 -07:00
  • 7f50c070b2 JitInterface: Convert m_jit to unique_ptr. Admiral H. Curtiss 2023-03-25 16:17:46 +01:00
  • 9217a9eba4 JitInterface: Refactor to class, move to System. Admiral H. Curtiss 2023-03-25 15:46:19 +01:00
  • db40348c86 Merge pull request #11695 from AdmiralCurtiss/deglobal-jitarm Pierre Bourdon 2023-03-26 10:51:05 +02:00
  • 1885ddcde2 JitArm64: Avoid System::GetInstance() and ppcState. Admiral H. Curtiss 2023-03-22 23:55:57 +01:00
  • 6b44947488 Merge pull request #11677 from AdmiralCurtiss/deglobal-jit Admiral H. Curtiss 2023-03-25 14:52:46 +01:00
  • 51f668ac4b Merge pull request #11691 from AdmiralCurtiss/deglobal-interpreter-2 Mai 2023-03-25 02:38:58 -04:00