Commit graph

  • 5411f4a187
    Merge 3f987af382 into da86d20b97 linkmauve 2025-01-12 20:48:43 +0900
  • 528e8a17d9
    Merge 04df96a515 into da86d20b97 linkmauve 2025-01-11 21:27:07 +0200
  • a8762cedfa
    Merge 46d6a9e4ad into da86d20b97 linkmauve 2025-01-11 11:42:59 +0100
  • da86d20b97
    Merge pull request #34 from MrSmoer/fixhelp main Tony Wasserka 2025-01-11 05:39:10 -0500
  • 7d8accdbee
    Merge pull request #31 from vinnesc/main Tony Wasserka 2025-01-11 05:37:13 -0500
  • 6fb5029f7d Frontend: Fix help cli-option. Your Name 2025-01-11 00:27:22 +0100
  • 3a65927adc Add profiling info and update gitignore Vinicius 2025-01-03 17:19:19 +0000
  • c2e483deab Fix macOS support Tony Wasserka 2025-01-05 21:42:08 +0100
  • 5c77c861ef Conan: Recommend building with CMakeToolchain Tony Wasserka 2025-01-05 15:49:54 +0100
  • 661a72c8f6 Frontend: Fix thread starvation caused by spamming the Vulkan mutex Tony Wasserka 2025-01-05 12:07:15 +0100
  • c06c249eeb Bootstrap: Flush pending writes before copying content files Tony Wasserka 2025-01-02 23:12:16 +0100
  • 1c136b9fa2 CMake: Add install step for placeholder NAND archives Tony Wasserka 2025-01-01 22:23:09 +0100
  • 74242ff1ec Frontend: Ensure immutable data directory exists on startup Tony Wasserka 2025-01-01 22:11:18 +0100
  • c9481d214d
    Merge pull request #25 from eltociear/patch-1 Tony Wasserka 2024-12-31 06:07:03 -0500
  • 53c0092207
    chore: update resource_manager.hpp Ikko Eltociear Ashimine 2024-12-31 15:58:44 +0900
  • 04df96a515 Build: Bump fmt dependency to 11.1.1, and spdlog to 1.15.0 Emmanuel Gil Peyrot 2024-12-29 19:15:18 +0100
  • 85db617797 GDB Stub: Use HLE::OS::ProcessPrinter for formatting Emmanuel Gil Peyrot 2024-12-29 19:13:26 +0100
  • d0550d56cb Use fmt/std.h for std::filesystem::path formatting Emmanuel Gil Peyrot 2024-12-29 19:09:05 +0100
  • a3d56a4d0b Use fmt/ranges.h for fmt::join() Emmanuel Gil Peyrot 2024-12-29 19:08:44 +0100
  • 278db8d1f8 Use fmt/ostream.h’s implementation to generate formatter against ostream Emmanuel Gil Peyrot 2024-12-29 19:07:48 +0100
  • f27ab78177 Use .Value() everywhere needed in format arguments Emmanuel Gil Peyrot 2024-12-29 19:06:14 +0100
  • 3f181d63b9 Framework: Make fmt::formatter::format const Emmanuel Gil Peyrot 2024-12-29 19:04:32 +0100
  • 68644fe6d5 PXI: Switch from boost::filesystem to std::filesystem Emmanuel Gil Peyrot 2024-12-29 19:03:27 +0100
  • a2e39d48bc
    Merge pull request #14 from linkmauve/add-missing-include Tony Wasserka 2024-12-29 05:47:53 -0500
  • 87f53be262 Create FUNDING.yml Tony Wasserka 2024-12-29 11:36:49 +0100
  • 46d6a9e4ad Vulkan: Use the DynamicLoader from the right namespace Emmanuel Gil Peyrot 2024-12-28 21:57:51 +0100
  • 26dfdefb45 Pica: Add missing memory header Emmanuel Gil Peyrot 2024-12-28 21:53:27 +0100
  • 3f987af382 Build: Also find xxHash using pkg-config Emmanuel Gil Peyrot 2024-12-28 21:47:53 +0100
  • c65c3c7192 FS: Fix directory listing Tony Wasserka 2024-12-10 11:50:42 +0100
  • c62e9c16f0 PXI: Fix media type parsing for system save data archives Tony Wasserka 2024-12-08 20:16:52 +0100
  • 78f1fdf70e Vulkan: Skip updating light LUTs if lighting is disabled entirely Tony Wasserka 2024-10-22 22:17:11 +0200
  • 4d538257b1 Vulkan: Fix validation errors Tony Wasserka 2024-10-22 22:14:56 +0200
  • 4ec7cb4a2d Build: Add option to enable profiling Tony Wasserka 2024-11-23 10:36:36 +0100
  • 2b7ac71ab4 PXI: Migrate pxi:ps9 to ServiceHelper Tony Wasserka 2024-10-22 22:10:45 +0200
  • ab198bcd61 Vulkan: Implement StencilTest::CompareFunc::GreaterThan Tony Wasserka 2024-10-22 22:02:09 +0200
  • 34f134741a Enforce nodiscard Tony Wasserka 2024-10-20 18:57:45 +0200
  • 2100cfe3ee Pica: Migrate some register definitions to BitField::v3 Tony Wasserka 2024-10-20 00:19:21 +0200
  • 14a19c29ae Interpreter: Drop CPS implementation Tony Wasserka 2024-10-26 23:11:43 +0200
  • 89ea258347 Shader/GLSL: Fix CALLC not actually being conditional Tony Wasserka 2024-10-17 03:57:34 +0200
  • 3cb55e40d2 CMake: Selectively enable -Werror for common sources of errors Tony Wasserka 2024-09-15 10:33:28 +0200
  • c600e2d4c0 FS: Put files in standard locations Tony Wasserka 2024-03-24 10:53:38 +0100
  • f15d7c53a4 macOS: Various build fixes Tony Wasserka 2024-09-12 19:25:33 +0200
  • 124b385032 Update Boost to 1.84.0 Tony Wasserka 2024-09-12 19:25:33 +0200
  • 808736f34c Add various formatting changes that ease maintenance Tony Wasserka 2024-12-08 19:16:34 +0100
  • 0f284da7b5 Drop unused audio code Tony Wasserka 2024-09-29 20:27:29 +0200
  • d66316c917 Add new audio interfaces Tony Wasserka 2024-09-29 19:29:28 +0200
  • 8dadaf304c ACT: Add act:a service Tony Wasserka 2024-09-14 18:28:01 +0200
  • 7d96d8a3dd NS: Drop unused function Tony Wasserka 2024-09-29 18:43:36 +0200
  • df1c1a9103 Drop unused Android code paths Tony Wasserka 2024-09-29 18:42:54 +0200
  • 31e8c433f2 CommandProcessor: Add better guards against invalid command lists Tony Wasserka 2024-09-12 19:25:33 +0200
  • 29c3ffabb1 OS: Fix edge cases around buffer mapping Tony Wasserka 2024-09-29 18:09:59 +0200
  • b262167f58 Support reading data from read-only host locations Tony Wasserka 2024-03-23 17:05:55 +0100
  • fb67cbc947 FS: Add stub for BOSS ExtSaveData archive Tony Wasserka 2024-05-12 14:59:12 +0200
  • eeeb945174 Fix descriptor pool size setup Tony Wasserka 2024-05-22 23:17:44 +0200
  • 1bf27b6fd9 ShaderGen: Fix accidental locale-dependence in output Tony Wasserka 2024-09-19 21:52:08 +0200
  • f859b5e94f Thumb: Fix missing upper register bits in CMP Tony Wasserka 2024-04-01 22:42:26 +0200
  • d76b0dd8ff Properly handle VK_SUBOPTIMAL_KHR Tony Wasserka 2024-09-29 16:08:39 +0200
  • dd160374ea CMake: Bundle Teakra via FetchContent Tony Wasserka 2024-09-12 19:25:33 +0200
  • bdbbfb21f7 Clean up GLSL helper Tony Wasserka 2024-09-29 15:11:48 +0200
  • 82fdeee209 CMake: Update to glslang 1.3.268.0 to fix resource limits build issues Tony Wasserka 2024-09-12 19:25:33 +0200
  • 08ef130ff0 Add GitLab CI Tony Wasserka 2024-09-20 14:29:11 +0200
  • 284feff915 OS: Add check for expired weak_ptr Tony Wasserka 2024-03-31 22:08:29 +0200
  • e9961ad89a OS: Add exception for pm to hold dangling process handles Tony Wasserka 2024-03-31 22:05:07 +0200
  • a9873ad620 Interpreter: Add support for VS/VC condition codes Tony Wasserka 2024-03-31 15:51:28 +0200
  • f1ac92ab66 Interpreter: Implement UMAAL Tony Wasserka 2024-03-30 17:00:56 +0100
  • c2b79585ac OS: Make ServerPort acquisition idempotent Tony Wasserka 2024-03-20 22:31:11 +0100
  • 51df05c7d1 CMake: Allow compiling against system libraries for cryptopp and libunwind Tony Wasserka 2024-03-23 16:59:35 +0100
  • e659f69635 CMake: Swap out shaderc dependency for glslang Tony Wasserka 2024-03-23 17:13:07 +0100
  • 2c80b243a9 Gamecard/3DSX: Fix file size reporting with RomFS Tony Wasserka 2024-03-24 16:14:29 +0100
  • 79a9221eaf Gamecard/3DSX: Support reading IFVC magic Tony Wasserka 2024-03-24 16:08:49 +0100
  • b4df51b519 CMake: Prefer Conan-provided packages over system ones Tony Wasserka 2024-03-12 15:53:32 +0100
  • d541fad7b7 CMake: Don't hardcode use of mold for linking Tony Wasserka 2024-03-12 15:40:24 +0100
  • a4f6eac9a0 Frontend: Don't include keys in log files Tony Wasserka 2024-03-12 15:29:56 +0100
  • 47f69cf3c4 Make naming more consistent Tony Wasserka 2024-03-12 17:31:12 +0100
  • 7d2c663901 OS: Optimize thread timeout checking Tony Wasserka 2024-03-10 11:37:26 +0100
  • b094815ecb Make DSP emulation opt-in Tony Wasserka 2024-03-09 20:02:29 +0100
  • efa3272b67 Bootstrap: Use Download Play as the placeholder title for the Camera App instead Tony Wasserka 2024-03-10 11:27:13 +0100
  • 3a9af165ee OS/HPV: Add CFG Tony Wasserka 2024-03-09 15:56:11 +0100
  • 6dc6de3422 CommandProcessor: Reduce extra_data_length field size to 8 bits Tony Wasserka 2024-03-08 21:44:46 +0100
  • 236326fbac Document how to prefer system packages over Conan Tony Wasserka 2024-03-08 21:16:08 +0100
  • 4e2834b77c Readme: Fix formatting Tony Wasserka 2024-03-08 15:59:14 +0100
  • ddbce2861e CMake: Force CONFIG lookup for Boost discovery Tony Wasserka 2024-03-08 15:56:47 +0100
  • 28f5973e85 Add fs_common.cpp Tony Wasserka 2024-03-08 15:46:08 +0100
  • c7a6ea0846 Hello Mikage Tony Wasserka 2024-03-07 22:05:16 +0100
  • 6bb1b12a02 Initial commit Tony Wasserka 2024-03-07 22:03:58 +0100