Commit Graph

  • fb88a4e14c Merge pull request #11022 from merryhime/ambiguous-reversed-operator Admiral H. Curtiss 2022-08-30 02:25:00 +02:00
  • 362167fde5 MTLObjectCache: Correct signature of equality operator Merry 2022-08-29 21:23:23 +01:00
  • b0717607b2 TextureInfo: Reorder members in constructor Merry 2022-08-29 21:16:21 +01:00
  • 3323375efb GraphicsModManager: Reorder DecoratedAction members to initialization order Merry 2022-08-29 21:15:49 +01:00
  • 698def66ff Fifo analyzer: Fix various XF mistakes Pokechu22 2022-02-08 21:10:31 -08:00
  • 3fb09e3297 Fifo analyzer: Improve some BP descriptions Pokechu22 2021-12-26 20:52:07 -08:00
  • 546f9952a2 UberShaderPixel: Fix typo Pokechu22 2021-12-26 19:31:13 -08:00
  • 5ef8a7973e BPMemory: Make TevKSel more clear Pokechu22 2021-12-26 19:21:15 -08:00
  • f21798b9b6 BPMemory: Use even/odd in TwoTevStageOrders instead of 0/1 Pokechu22 2021-12-26 16:25:56 -08:00
  • e43f02c752 BPMemory: Improve consistency of hex offset comments Pokechu22 2021-12-26 15:20:20 -08:00
  • 4206ac243b SW/Rasterizer: Use RAS1_IREF::getTexCoord and getTexMap Pokechu22 2021-12-26 16:16:13 -08:00
  • ae0fcd9a9f SW/Tev: Replace Tev::SetRegColor with Tev::SetKonstColors Pokechu22 2021-12-26 13:24:47 -08:00
  • 3b9a048291 SW/Tev: Use std::clamp for Clamp255 and Clamp1024 Pokechu22 2021-12-21 18:23:39 -08:00
  • bae0f21f74 SW/Tev: Remove Tev::Init Pokechu22 2021-12-21 18:22:47 -08:00
  • c9936f8c1c SW/Tev: Use EnumMap for scale/bias tables Pokechu22 2021-12-21 18:15:25 -08:00
  • b02992548e SW/Tev: Use EnumMap for Reg Pokechu22 2021-12-21 18:03:47 -08:00
  • 2db7569463 SW/Tev: Use TevColorRef/TevAlphaRef instead of raw s16 pointers Pokechu22 2021-12-21 16:43:38 -08:00
  • 40d6d615e2 Android: Fix reading custom covers with SAF JosJuice 2022-08-28 23:44:01 +02:00
  • ec1ed64832 EnumMap: Fix typo Pokechu22 2021-12-21 18:03:18 -08:00
  • 6d61e6a601 Merge pull request #11016 from Pokechu22/software-indirect-texture-bug JMC47 2022-08-29 01:37:36 -04:00
  • c0a7ee2d83 Update Readme links PEmu2 2022-08-28 21:18:15 -07:00
  • 681bbf7696 Merge pull request #10985 from sepalani/bba-upnp JMC47 2022-08-28 16:50:08 -04:00
  • e04d23e086 SW/Rasterizer: Fix indirect stage using texture coordinates/maps >= 4 Pokechu22 2022-08-28 12:16:08 -07:00
  • 7dc647fd4c BBA/BuiltIn: Add UPnP HTTP listener Sepalani 2022-08-04 21:36:23 +04:00
  • e65d56a957 Merge pull request #10920 from sepalani/bba-multicast JMC47 2022-08-28 15:06:01 -04:00
  • 59f3be8c54 Qt: Make custom dialog for NAND Repair. Admiral H. Curtiss 2022-08-28 03:03:32 +02:00
  • 32ea725a10 Merge pull request #11010 from OatmealDome/mvk-mojave-patch JosJuice 2022-08-27 19:34:43 +02:00
  • cd407abe34 WGInput: implement error handling Shawn Hoffman 2022-08-27 02:11:27 -07:00
  • 6bc8ab7001 WGInput: use c++/winrt Shawn Hoffman 2022-08-08 02:17:48 -07:00
  • 76d2e47444 ciface/win32: use CM_Register_Notification instead of wnd msgs Shawn Hoffman 2022-08-07 17:28:41 -07:00
  • 7202cf2650 BBA/BuiltIn: Add SSDP multicast support Sepalani 2022-07-29 18:36:01 +04:00
  • f992f8f38c BBA/BuiltIn: Make network interface consistent Sepalani 2022-07-25 20:17:51 +04:00
  • e783a7f409 Common/Network: Add StrNetworkError helper function Sepalani 2022-08-24 20:34:49 +04:00
  • b6ac63dc47 Merge pull request #11000 from t895/monochrome JosJuice 2022-08-24 17:38:59 +02:00
  • 9c9962083d Merge pull request #10956 from Dentomologist/address_cpp20_todo_comments Admiral H. Curtiss 2022-08-24 17:18:56 +02:00
  • e5cfa286bd Merge pull request #10960 from shuffle2/mz Admiral H. Curtiss 2022-08-24 17:11:21 +02:00
  • a7d358a97b Merge pull request #11003 from sepalani/decode-error Admiral H. Curtiss 2022-08-24 17:01:07 +02:00
  • dae3bf9a7d MoltenVK: Add patch to resolve a crash on macOS Mojave OatmealDome 2022-08-23 18:57:31 -04:00
  • f18d787d4a Merge pull request #11008 from Pokechu22/va_opt Pokechu22 2022-08-23 14:12:55 -07:00
  • da0a89e6e6 msbuild: Add property for disabling auto updates This will be used for our Steam builds. OatmealDome 2022-07-04 00:24:15 -04:00
  • f2fad4df47 msbuild: Add property for creating Steam builds on Windows OatmealDome 2022-07-04 00:21:07 -04:00
  • 0cced44142 Use __VA_OPT__(, ) __VA_ARGS__ instead of ##__VA_ARGS__ Pokechu22 2022-08-23 11:14:47 -07:00
  • 0fcff9f5ea cmake: Use C++20 for ImGui Pokechu22 2022-08-23 12:09:51 -07:00
  • 299aef945b Merge pull request #11005 from t895/cover-only JosJuice 2022-08-23 18:24:51 +02:00
  • aa8364a327 Merge pull request #10996 from JosJuice/gpu-texture-uint Admiral H. Curtiss 2022-08-23 10:48:51 +02:00
  • b516ae12ca Edit error message PEmu2 2022-08-22 19:52:13 -07:00
  • 7659753924 Android: Update target SDK version Charles Lombardo 2022-08-22 18:42:42 -04:00
  • 48fdbcde23 Merge pull request #10809 from TryTwo/PR_CodeWidget_Filters JMC47 2022-08-22 15:47:20 -04:00
  • 2caa1f3b43 Android: Add option to disable game cover text Charles Lombardo 2022-08-22 08:19:43 -04:00
  • 1845a13cbe Merge pull request #10905 from shuffle2/netplay-hash Admiral H. Curtiss 2022-08-22 15:57:49 +02:00
  • 8b7e6f1863 Merge pull request #10933 from shuffle2/vs Admiral H. Curtiss 2022-08-22 15:19:13 +02:00
  • aba87ba1e3 Merge pull request #10997 from JosJuice/nfs-check Admiral H. Curtiss 2022-08-22 15:14:15 +02:00
  • 3814fab9ec Android: Use vector icon and enable monochrome icon Charles Lombardo 2022-08-21 15:51:21 -04:00
  • 597fb9ff6d Move SocketManager's DecodeError to Common Sepalani 2022-08-22 12:39:02 +04:00
  • cc3e6a11ac Merge pull request #10999 from t895/dependencies JosJuice 2022-08-21 21:22:27 +02:00
  • 903c94f7be Android: Update SDK and dependencies Charles Lombardo 2022-08-21 14:40:44 -04:00
  • 46a11bc6b0 Translation resources sync with Transifex JosJuice 2022-08-21 20:15:41 +02:00
  • 052fdfa00d DiscIO: Fix an incorrect error check in NFSBlob JosJuice 2022-08-14 16:04:12 +02:00
  • fef8325ff7 Merge pull request #10995 from JosJuice/nfs-size-out Mai 2022-08-20 17:57:46 -04:00
  • 724bd3e597 VideoCommon: Fix OpenGL ES GPU texture decoding JosJuice 2022-08-20 23:21:23 +02:00
  • aca624ef9c DiscIO: Fix calculation of NFS raw size JosJuice 2022-08-20 21:18:36 +02:00
  • 924a4ee0be Merge pull request #10993 from shuffle2/gamelist-cache JosJuice 2022-08-20 10:02:12 +02:00
  • 7c3cdeda2b qt: defer writing gamelist cache until EndRefresh large speedup Shawn Hoffman 2022-08-19 19:51:31 -07:00
  • 1bc133f3ae CMake: Properly include lzma include directories TellowKrinkle 2022-08-01 17:35:34 -05:00
  • 048f6fac52 CMake: Properly include zstd include directories TellowKrinkle 2022-08-01 17:35:22 -05:00
  • 498c06b85a Merge pull request #10989 from CasualPokePlayer/fifo_reset_dual_core JMC47 2022-08-18 17:32:29 -04:00
  • 588c4bd635 InputCommon:QuarzKB&M: Use view position instead of window position TellowKrinkle 2022-08-12 03:06:33 -05:00
  • 798b241832 InputCommon:QuarzKB&M: Use KVO to watch window position TellowKrinkle 2022-08-12 03:02:47 -05:00
  • ab8a8e6f84 Fix crashes in dual core mode on a PI_FIFO_RESET CasualPokePlayer 2022-08-18 13:38:37 -07:00
  • fea552a4de Merge pull request #10981 from JosJuice/android-string-single-choice-naming Mai 2022-08-18 10:37:56 -04:00
  • 63638d4021 Merge pull request #10983 from OatmealDome/mvk-1.1.11 Mai 2022-08-18 10:37:11 -04:00
  • 39aa5f29a6 Merge pull request #10991 from Pokechu22/dsp-hle-ax-ucode-switch-state Mai 2022-08-18 10:34:57 -04:00
  • 7a23b45aa1 Merge pull request #10992 from Pokechu22/swapchain-unused-functions Mai 2022-08-18 10:32:51 -04:00
  • 3c38f5c1d2 D3DCommon: Remove unused swap chain functions Pokechu22 2022-08-17 18:16:50 -07:00
  • da7aded00d Vulkan: Remove unused swap chain functions Pokechu22 2022-08-17 18:06:25 -07:00
  • f9e1933111 DSPHLE/AX: Set state to WaitingForCmdListSize when switching uCodes Pokechu22 2022-08-17 12:03:06 -07:00
  • 86d760b814 Merge pull request #10984 from shuffle2/verifydev JosJuice 2022-08-17 17:41:46 +02:00
  • 4ae475b6a1 fix verifying wii dev signatures allows verifying dev-signed discs and wads Shawn Hoffman 2022-08-14 18:21:25 -07:00
  • 650f172637 DolphinQt: Only show raw memory card path if it's not the default. Admiral H. Curtiss 2022-07-11 22:33:57 +02:00
  • d11839fd64 DolphinQt: Show raw memory card path and AGP cartridge path in config window. Admiral H. Curtiss 2022-01-19 01:32:32 +01:00
  • 43d4923e78 Config: Allow passing std::nullopt for the region in GetMemcardPath() to use the region as configured in the path itself. Falls back to the fallback region if no region is in the path. Admiral H. Curtiss 2022-06-16 01:07:28 +02:00
  • a25c835d00 lint: Don't check for WSL2 host path on non-Linux OSes OatmealDome 2022-08-15 16:13:18 -04:00
  • df19588032 MoltenVK: Update to v1.1.11 OatmealDome 2022-08-14 17:37:59 -04:00
  • b6a18b0da5 Merge pull request #10980 from JosJuice/android-no-dir-init-fail JosJuice 2022-08-14 15:47:50 +02:00
  • 46cb106124 Android: Clean up StringSingleChoiceSetting naming JosJuice 2022-08-14 10:50:38 +02:00
  • 1646197902 Android: Force quit app if external storage isn't mounted JosJuice 2022-08-12 21:29:54 +02:00
  • 92c6407c45 Merge pull request #10970 from AdmiralCurtiss/directoryblob-encrypted Admiral H. Curtiss 2022-08-12 22:35:40 +02:00
  • b96bc4267e InputCommon: Enable ARC for obj-c++ TellowKrinkle 2022-08-12 02:09:53 -05:00
  • 235b67707f Common:X64ABI: Work around clang-format being dumb TellowKrinkle 2022-08-11 23:57:28 -05:00
  • d29b349a0c Merge pull request #10975 from Pokechu22/android-docs-command-line JosJuice 2022-08-11 23:07:18 +02:00
  • ce08de8cc6 Merge pull request #10948 from t895/splash JosJuice 2022-08-11 20:05:46 +02:00
  • be33e1079d Merge pull request #10972 from AdmiralCurtiss/ios-fs-metadata-nop Léo Lam 2022-08-11 16:16:45 +01:00
  • f2a074f4f8 Common:X64ABI: Make proper stack frames TellowKrinkle 2022-06-24 23:08:18 -05:00
  • b5da4e9d48 CMake: Don't omit frame pointer on RelWithDebInfo builds TellowKrinkle 2022-06-24 23:01:25 -05:00
  • 0c89e5ea8d Add AndroidTV splash screen Charles Lombardo 2022-08-10 15:53:45 -04:00
  • 1dff1c3fe8 Android: Add Androidx splash screen to wait for directory initialization Charles Lombardo 2022-07-19 00:23:57 -04:00
  • f7e4144e55 Android: Improve documentation on command-line build Pokechu22 2022-08-10 11:55:52 -07:00
  • 7ac042d00b DirectoryBlob: Fix partition size mixup for encrypted Wii discs. Admiral H. Curtiss 2022-08-10 05:21:12 +02:00
  • 3f794bf87e Merge pull request #10974 from t895/permissions-fix JosJuice 2022-08-10 20:27:30 +02:00
  • 6fbc1cbcce Merge pull request #10938 from Pokechu22/android-signing-config JosJuice 2022-08-10 20:26:59 +02:00