Commit graph

  • 8d40eb9819 Add missing return capitalistspz 2024-03-19 04:36:35 +00:00
  • d24eacae86 Reduce nesting capitalistspz 2024-03-19 04:24:41 +00:00
  • 300c24f035 Set AppImage executable path on init capitalistspz 2024-03-19 02:18:42 +00:00
  • 04c64e7fbf
    Updated the DXGI version to 1.6 Jim-dll 2024-03-18 16:34:49 +01:00
  • 42d14eec96
    Minor code improvements (#1124) goeiecool9999 2024-03-18 09:18:02 +01:00
  • f633113864 Merge branch 'main' into loadaudio goeiecool9999 2024-03-18 01:46:06 +01:00
  • 57504ec8ef Add PositionVisibility capitalistspz 2024-03-17 05:50:13 +00:00
  • 0e700eeaa0 Change dpd_valid_fg values capitalistspz 2024-03-17 04:51:17 +00:00
  • 3e88f761db don't use perm storage, correct variable name capitalistspz 2024-03-17 04:27:19 +00:00
  • 061061faca Replace newlines with spaces capitalistspz 2024-03-17 04:07:24 +00:00
  • bad4fc0cc6 Formatting capitalistspz 2024-03-17 04:06:45 +00:00
  • 50b90feee7 Use QueryIconForTitle() capitalistspz 2024-03-17 02:32:07 +00:00
  • 253ecd9ab6 Use long name for title name capitalistspz 2024-03-17 02:17:48 +00:00
  • 8f3b1147be Separate Windows and Linux implementation capitalistspz 2024-03-17 01:25:10 +00:00
  • e1203881d4 Add icons to Windows shortcuts capitalistspz 2024-03-16 23:10:23 +00:00
  • 11ae385896 Fix non-Windows building 2 (💀) Rambo6Glaz 2024-03-16 20:21:10 +01:00
  • 3ace6eb832 Fix non-Windows building Rambo6Glaz 2024-03-16 20:03:28 +01:00
  • 5252a2f96b Shutdown the game if the crash doesn't stop the game immediately and add Win32 clipboard copy Rambo6Glaz 2024-03-16 19:40:11 +01:00
  • c05b4c0afb Add a Exception Handler message box Rambo6Glaz 2024-03-16 17:37:38 +01:00
  • e3851e0763 MotionSample.h: convert to UTF-8 goeiecool9999 2024-03-16 16:56:39 +01:00
  • 6c9fd07d9f Vulkan: replace semaphore for pad close with atomic_flag goeiecool9999 2024-03-16 16:53:02 +01:00
  • 69f2f825dd OpenGLRenderer: delete unused function declaration goeiecool9999 2024-03-16 16:39:51 +01:00
  • f24bd37f70 Wayland: use physical units on subsurface resize goeiecool9999 2024-03-16 16:29:53 +01:00
  • b71eb0527f fix fmt format string goeiecool9999 2024-03-16 16:21:06 +01:00
  • eaa82817dd
    Update thread names (#1120) goeiecool9999 2024-03-15 23:06:48 +01:00
  • cb73831a21 update thread names on linux names have to be less than 16 characters, so I tried finding a reasonable compromise between descriptiveness and brevity. goeiecool9999 2024-03-15 21:39:46 +01:00
  • 731713de3a OpenGL: Remove "-legacy" flag v2.0-72 Exzap 2024-03-14 03:10:10 +01:00
  • 193767e6cc Latte+Vulkan: Code cleanup Exzap 2024-03-14 01:04:05 +01:00
  • bc04662525 Latte+GL+VK: Improve handling of gfx pack texture overwrite format Exzap 2024-03-13 02:41:42 +01:00
  • 8bc444bb97 Latte: Derive framebuffer size from correct mip of depth buffer Exzap 2024-03-12 16:16:52 +01:00
  • 6fa77feba3 Latte: Fix regression in dd7cb74 v2.0-71 Exzap 2024-03-12 05:52:53 +01:00
  • 224866c3d2 CI: Work around a vcpkg issue by checking out an earlier commit v2.0-70 Exzap 2024-03-12 01:37:07 +01:00
  • a50e25300d Vulkan: Remove unused code path for texture copies Exzap 2024-03-11 23:01:37 +01:00
  • 1f9b89116f Vulkan: Fix crash during shutdown if shaders are still compiling Exzap 2024-03-11 21:55:58 +01:00
  • 40d1eaeb72 nn_ac: Refactor and implement more API Exzap 2024-03-11 21:37:44 +01:00
  • dd7cb74cd2 Latte: Small refactor and clean up for texture size code Exzap 2024-03-10 23:36:47 +01:00
  • 0993658c82 GX2: Rework GX2Set*UniformReg Exzap 2024-03-10 01:21:04 +01:00
  • 3d0d987d89 Logging: Introduce logOnce helper Exzap 2024-03-10 01:10:19 +01:00
  • bc11adfc3b Initialise all pages when input settings is first opened so current page can count controllers goeiecool9999 2024-03-11 15:32:02 +01:00
  • 27f7cecb51 InputSettings: Fix controller type counter to restore WPAD limit goeiecool9999 2024-03-11 14:37:14 +01:00
  • bb88b5c36d
    Fix crash introduced by #1115 (#1117) goeiecool9999 2024-03-11 02:40:47 +01:00
  • 6cb0ae761c move gameprofile load call instead goeiecool9999 2024-03-11 02:30:51 +01:00
  • f5862a0ada Revert "CafeSystem: Init recompiler after game profile has been loaded (#1115)" goeiecool9999 2024-03-11 02:28:35 +01:00
  • ccabd93159
    Linux: Exit on SIGTERM (#1116) goeiecool9999 2024-03-11 02:13:53 +01:00
  • e927167f88 Linux: Exit on SIGTERM goeiecool9999 2024-03-11 01:56:07 +01:00
  • 788da3cdf7
    CafeSystem: Init recompiler after game profile has been loaded (#1115) goeiecool9999 2024-03-11 01:47:31 +01:00
  • 8618b7f2a0 fixed the order in another spot goeiecool9999 2024-03-11 01:34:14 +01:00
  • 6e71ef8bf2 CafeSystem: call PPCRecompiler_init after SetupExecutable this makes sure that the gameprofile is loaded when the recompiler initialises and uses the selected mode goeiecool9999 2024-03-11 01:24:02 +01:00
  • e1435066ee
    OpenGL: Fix crash related to wxWidgets handling of vsync (#1112) goeiecool9999 2024-03-11 00:57:31 +01:00
  • a2d74972d4
    Prevent changing of console language while a game is running (#1114) goeiecool9999 2024-03-11 00:55:31 +01:00
  • 2a5ad4e105 edit comment goeiecool9999 2024-03-11 00:53:18 +01:00
  • bf3bfe7ec0 gray out console language menu when game is started goeiecool9999 2024-03-11 00:52:14 +01:00
  • 30ae76d07c
    null-check instead of IsGameLaunched goeiecool9999 2024-03-11 00:23:55 +01:00
  • 6f1ea7b23b fix crash when setting console language while game is running goeiecool9999 2024-03-11 00:18:01 +01:00
  • f69fddc6e5
    TitleManager: Fix crash when sorting by format (#1113) goeiecool9999 2024-03-10 23:25:16 +01:00
  • 08d7301db2 fix crash in title manager when sorting by format also fix typo and simplify one line goeiecool9999 2024-03-10 21:58:53 +01:00
  • 267361bddc use namespace instead of renaming one symbol goeiecool9999 2024-03-10 21:48:08 +01:00
  • d90d3e5b05 fix dummy goeiecool9999 2024-03-10 21:03:15 +01:00
  • 494c27edd2 missed an undefine goeiecool9999 2024-03-10 20:30:07 +01:00
  • 832ea37028 fix linux OpenGL vsync crash goeiecool9999 2024-03-10 20:09:12 +01:00
  • d9e8ca2c83 Revert "Vulkan: Update some code to use VK_KHR_synchronization2" v2.0-68 Exzap 2024-03-09 02:25:40 +01:00
  • b390023bc5 README.md: Fix minor ambiguity v2.0-67 Exzap 2024-03-08 14:48:59 +01:00
  • ea68f787eb Vulkan: For MSAA surface copies make the target MSAA too Exzap 2024-03-08 14:41:01 +01:00
  • 9f9bc9865f Vulkan: Avoid calling vkCmdClearColorImage() on compressed textures Exzap 2024-03-08 03:12:26 +01:00
  • b8d81283e8 Vulkan: Remove unnecessary index buffer for backbuffer drawcall Exzap 2024-02-27 00:15:43 +01:00
  • 8f1cd4f925 Vulkan: Update some code to use VK_KHR_synchronization2 Exzap 2024-02-26 23:52:33 +01:00
  • a9a272ce65
    Update coreinit_Synchronization.cpp Ikko Eltociear Ashimine 2024-03-07 00:48:13 +09:00
  • 49c55a3f56
    nsyshid: remove stray print statements (#1106) Simon 2024-03-06 14:37:36 +01:00
  • 4a9ad2d10d
    nsyshid: remove stray print statements Simon Sievert 2024-03-06 11:43:49 +01:00
  • 8b37e316d0
    BUILD.md: Add llvm package for Fedora (#1101) Leif Liddy 2024-02-24 20:47:06 +01:00
  • d6a2d7ee0f
    add llvm package for Fedora Leif Liddy 2024-02-24 19:09:37 +01:00
  • 275a46f97f Replace x86 intrinsics with sse2neon on arm64 & refactor code SSimco 2024-02-21 20:31:10 +02:00
  • a63678c1f4 Update SDL2 vcpkg port to 2.30.0 v2.0-66 Exzap 2024-02-20 11:10:35 +01:00
  • 72ce4838ea Latte: Optimize uniform register array size for known shaders Exzap 2024-02-19 12:07:03 +01:00
  • 96bbd3bd25 Latte: Avoid assert in texture view check Exzap 2024-02-19 12:03:16 +01:00
  • 3a02490a1f
    BUILD.md: Mention Debian in the build-instructions for Ubuntu (#1096) MoonlightWave-12 2024-02-18 17:12:09 +01:00
  • 3ee59b5467
    BUILD.md: Mention Debian in the build-instructions for Ubuntu MoonlightWave-12 2024-02-18 11:19:37 +01:00
  • 8d7fc98275
    Improve BUILD.md (#1093) rawdatafeel 2024-02-17 23:59:00 -05:00
  • ed01eaf5f9
    Gamelist: Add right-click actions for copying title ID, name, and icon (#1089) capitalistspz 2024-02-18 04:56:36 +00:00
  • 9bbb7c8b97
    Add support for portable directory without build flag (#1071) Steveice10 2024-02-17 20:54:41 -08:00
  • 6a08d04af9
    UI: Make Alt+F4/Ctrl+Q more reliable (#1035) Squall Leonhart 2024-02-18 15:52:11 +11:00
  • 81acd80a97
    Cubeb: Add a default device to the selection (#1017) Squall Leonhart 2024-02-18 15:51:00 +11:00
  • 77b338b3e4 Update BUILD.md * Added Table of Contents * Cleaned up Linux section * Added libtool as a Ubuntu dependency * Added additional troubleshooting steps for Linux relating to vcpkg * Added debug build steps to Linux section rawdatafeel 2024-02-17 00:44:51 -05:00
  • 610cced493 Recompiler fix SSimco 2024-02-16 22:50:07 +02:00
  • 36157ae5e7 Fix crash in input fragments SSimco 2024-02-16 22:49:11 +02:00
  • 00a5c44464 Merge branch 'android-2' into android-jit SSimco 2024-02-16 22:40:30 +02:00
  • f928eee5f3 add log message to indicate file open failed goeiecool9999 2024-02-12 12:30:04 +01:00
  • f1d4c399a2 more explicit and sensible error handling goeiecool9999 2024-02-12 12:24:32 +01:00
  • 5b85584245 Add icon copying capitalistspz 2024-02-11 04:15:53 +00:00
  • 9cf25d34c4 Use base title id for copy action and list column capitalistspz 2024-02-11 03:32:46 +00:00
  • 5eeb13cd4f Add copy title ID and copy title name capitalistspz 2024-02-11 03:20:51 +00:00
  • 1453375ac4 Deleting some spaces Stilky 2024-02-10 09:07:02 +01:00
  • c2d340ae28
    handle cmd-q for macos as well Squall Leonhart 2024-01-26 07:16:36 +11:00
  • 7899d2e285 More comments in Cmake Build file Luiz Henrique Amaral Soares 2024-01-24 14:27:17 -03:00
  • 23a89dfa3c
    Update CMake to 3.28.1 Jim-dll 2024-01-22 14:38:21 +01:00
  • e0f5a9f98e Merge branch 'main' into loadaudio goeiecool9999 2024-01-22 12:02:24 +01:00
  • f5cf6b7ca6 Updated ndkVersion & build without HIDAPI on android SSimco 2024-01-20 22:59:52 +02:00
  • 47f4c6b79e Added debug build type appIdsuffix SSimco 2024-01-20 21:47:42 +02:00
  • 748070bc12 Revert "Added libucontext for android & replaced x86 intrinsics with sse2neon implementations" SSimco 2024-01-20 21:44:37 +02:00
  • 179bf2c145 Merge branch 'main' into android-2 SSimco 2024-01-20 21:41:24 +02:00