Commit Graph

  • a2d74972d4
    Prevent changing of console language while a game is running (#1114) goeiecool9999 2024-03-11 00:55:31 +01:00
  • 2a5ad4e105 edit comment #1112 goeiecool9999 2024-03-11 00:53:18 +01:00
  • bf3bfe7ec0 gray out console language menu when game is started #1114 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 #1113 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 #1107 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 #1106 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 #1101 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 #1096 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 #1093 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 #1089 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 #1088 Stilky 2024-02-10 09:07:02 +01:00
  • c2d340ae28
    handle cmd-q for macos as well #1035 Squall Leonhart 2024-01-26 07:16:36 +11:00
  • 7899d2e285 More comments in Cmake Build file #1082 Luiz Henrique Amaral Soares 2024-01-24 14:27:17 -03:00
  • 23a89dfa3c
    Update CMake to 3.28.1 #1080 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
  • ca01e923bf Update issue templates Exzap 2024-01-20 00:33:36 +01:00
  • 4e4ac0de51 CI: For the Windows build use as many cores as available Exzap 2024-01-19 23:32:24 +01:00
  • 18679af4ec Ignore Wii U pro controller capitalistspz 2024-01-19 14:07:17 +00:00
  • a59a77feb1 Ignore Wii U pro controller #1077 capitalistspz 2024-01-19 14:07:17 +00:00
  • 72aacbdcec Vulkan: Don't use glslang internal headers Mike Lothian 2024-01-19 01:03:57 +00:00
  • 9e50207d1c Vulkan: Don't use glslang internal headers #1076 Mike Lothian 2024-01-19 01:03:57 +00:00
  • f501fa99a1 Add support for portable directory without build flag. #1071 Steveice10 2024-01-17 23:17:40 -08:00
  • c404e4b750 Revert "Revert "Vulkan Headers: Update from 1.3.245 to 1.3.275"" #1072 Jim-dll 2024-01-17 21:09:13 +01:00
  • 307da5f8b4 Revert "Vulkan Headers: Update from 1.3.245 to 1.3.275" Jim-dll 2024-01-17 21:06:19 +01:00
  • 7db74f8edc Vulkan Headers: Update from 1.3.245 to 1.3.275 Jim-dll 2024-01-17 18:40:58 +01:00
  • 08b68d01c2 Vulkan Headers: Update from 1.3.245 to 1.3.275 Jim-dll 2024-01-17 17:33:33 +01:00
  • e53c63b828 Flatpak: Create shortcuts that launch flatpak Colin Kinloch 2024-01-17 01:18:07 +00:00
  • f899ab7c34 Vulkan: Check for 0 size before wayland resize Colin Kinloch 2024-01-17 01:09:56 +00:00
  • 0180632487 Flatpak: Create shortcuts that launch flatpak #1068 Colin Kinloch 2024-01-17 01:18:07 +00:00
  • bbecc7b266 Vulkan: Check for 0 size before wayland resize #1067 Colin Kinloch 2024-01-17 01:09:56 +00:00
  • 7e778042ee Fix macos missing dylib file v2.0-65 Live session user 2024-01-15 17:46:56 -08:00
  • 6b75e9be7c Fix macos missing dylib file #1066 Live session user 2024-01-15 17:46:56 -08:00
  • f58b260cbd Fix macos missing dylib file v2.0-64 Exzap 2024-01-15 16:31:59 +01:00
  • f39a5e757b Add "Open MLC folder" option Exzap 2024-01-15 15:14:42 +01:00
  • a143556d89 name the magic values goeiecool9999 2024-01-15 12:00:15 +01:00
  • a5aba28673 disable by default goeiecool9999 2024-01-15 11:11:04 +01:00
  • 2cd6dbd9b7 Merge branch 'main' into loadaudio goeiecool9999 2024-01-15 11:10:46 +01:00
  • 9b0a1d53dc Latte: Fix syntax error in generated GLSL v2.0-63 Exzap 2024-01-14 23:40:29 +01:00
  • 223833cac4 Update libraries v2.0-62 Exzap 2024-01-13 20:37:10 +01:00
  • 7703ec4a96 Update libraries #1064 Exzap 2024-01-13 20:37:10 +01:00
  • 8e666d32d0 Added libucontext for android & replaced x86 intrinsics with sse2neon implementations SSimco 2023-12-27 16:13:45 +02:00
  • d3f18ac492 windows-build-error-fix #1051 fuhongcui 2023-12-24 07:32:25 +08:00
  • 4405116324
    GDBStub: Support watchpoints on linux (#1030) GaryOderNichts 2023-12-24 00:25:01 +01:00
  • 2223860829 fix encoding error present since the repo was opened goeiecool9999 2023-12-23 23:22:36 +01:00
  • da9c3c84e8 Fix no audio on zero latency bug. make Xaudio consistent with other APIs goeiecool9999 2023-12-23 23:13:01 +01:00
  • 47091d836b Fixed build SSimco 2023-12-23 22:44:10 +02:00
  • fda05a5a00 Merge branch 'android' into android-2 SSimco 2023-12-23 18:00:09 +02:00
  • 5e51ea949d
    Update vcpkg.json #1048 Jim-dll 2023-12-18 14:16:02 +01:00
  • 4468e7a7f2 substitute jthread for thread goeiecool9999 2023-12-17 19:38:34 +01:00
  • adc988eb1b fix macOS build (?) goeiecool9999 2023-12-17 18:18:41 +01:00
  • 91c5a01dbc stuttering observed, move to jthread goeiecool9999 2023-12-17 18:03:17 +01:00
  • 4ac7cb9f62 make globals static goeiecool9999 2023-12-17 17:23:46 +01:00
  • 9c2b8a0621 fix sm3dw loop point goeiecool9999 2023-12-17 13:44:21 +01:00
  • 49b28c16a8 adjust assert goeiecool9999 2023-12-17 12:36:51 +01:00
  • c8b4e48120 fix loop goeiecool9999 2023-12-17 12:28:27 +01:00
  • 57ee2413e7 fix indentation mistake goeiecool9999 2023-12-17 11:53:54 +01:00
  • 5033318daa move audio playback code to a more reasonable place goeiecool9999 2023-12-17 11:49:27 +01:00
  • cab8a1f3c5 add config option to enable/disable boot sound, don't play during OSScreen section goeiecool9999 2023-12-17 11:40:19 +01:00
  • dc127e5e61 fix mistake while refactoring Settings code goeiecool9999 2023-12-17 11:17:38 +01:00
  • 363fe5901a add some more error handling, whitespace in cmake file goeiecool9999 2023-12-17 04:45:54 +01:00
  • 04ed1c4ed9 simplify deinit goeiecool9999 2023-12-17 04:33:01 +01:00
  • 312ecbccde attempt to implement looping goeiecool9999 2023-12-17 04:24:11 +01:00
  • 9354db6a16 fix bugs and clean up goeiecool9999 2023-12-17 03:38:37 +01:00
  • a7a116a6f1 proof of concept goeiecool9999 2023-12-17 02:50:00 +01:00