Commit graph

  • 69e1bc4c56
    Delete unused files Reg Tiangha 2024-04-03 12:28:34 -0600
  • e36cfd5411 Reduce log levels for some FS functions and stub cache svcs PabloMK7 2024-04-03 14:39:46 +0200
  • af82841622 Remove memory ref from tests GPUCode 2024-04-03 01:03:13 +0300
  • e00a49e1e5 core: Remove usage of MemoryRef GPUCode 2024-04-02 22:39:06 +0300
  • 8e35df1a6c
    Remove the telemetry (#45) Miguel 2024-04-02 20:25:36 +0200
  • d2fb085d3f
    fix-formatting Miguel 2024-03-31 17:44:54 +0200
  • df58cc6aab
    clang-format vk_instance.h Miguel 2024-03-30 19:21:13 +0100
  • e48d8b502c
    bring back vulkan gpu logging Miguel 2024-03-30 14:17:05 +0100
  • f29d12bfcc update the README.md with link to contributing guide Miguel-hrvs 2024-03-30 11:03:19 +0100
  • a0087ead42
    clean up renderer_vulkan Reg Tiangha 2024-03-29 16:13:08 -0600
  • e70301d48c
    rebase renderer_vulkan Reg Tiangha 2024-03-29 16:06:08 -0600
  • a7a73e0f23
    Remove remainder of non-functional Telemetry and Citra Web Services Reg Tiangha 2024-03-29 14:30:19 -0600
  • bd14afd9a0
    remove the telemetry except from the renderers as I'm not being capable to remove it from there Miguel 2024-03-27 16:17:58 +0100
  • 0789b45307
    remove the telemetry except from the renderers as I'm not being capable to remove it from there Miguel 2024-03-27 16:17:58 +0100
  • ac792f7b98
    code: Nuke savestate support (#42) GPUCode 2024-03-25 10:31:32 +0200
  • 8d0db9f2ab code: Nuke savestate support GPUCode 2024-03-24 11:54:55 +0200
  • a442389a60
    Merge pull request #41 from rtiangha/build-fixes GPUCode 2024-03-24 13:43:48 +0200
  • 12b30be45e
    apply clang-format Reg Tiangha 2024-03-23 09:53:04 -0600
  • b90569700c
    fix build error with modern openal-soft Reg Tiangha 2024-03-21 14:27:37 -0600
  • 0500b993e0
    Copilot AI suggestions to comply with LLVM 19 Reg Tiangha 2024-03-21 07:55:24 -0600
  • 69eba0d295
    fix build issue with gcc 13.2.0 Reg Tiangha 2024-03-21 18:49:55 -0600
  • a0ae5e738d
    Merge 8b205f9535 into 8433057909 shinra-electric 2024-03-19 11:08:23 +0000
  • 8b205f9535 Update macOS icon to fit style OS guide Séamus 2024-03-19 12:03:41 +0100
  • f745b7763c
    Use local copy of gamedb Reg Tiangha 2024-03-09 09:53:35 -0700
  • d40caf39c5
    Merge remote-tracking branch 'GPUCode/vk-dynamic' into canary2798 Reg Tiangha 2024-03-08 13:23:04 -0700
  • aed2b73763
    Merge remote-tracking branch 'vitor-k/holy_clipping_batman' into canary2798 Reg Tiangha 2024-03-08 13:16:16 -0700
  • 543442eeeb
    Merge remote-tracking branch 'GPUCode/fmv-delay' into canary2798 Reg Tiangha 2024-03-08 13:14:51 -0700
  • 2fe780132d
    Merge remote-tracking branch 'GPUCode/vk-fixes' into canary2798 Reg Tiangha 2024-03-08 13:14:11 -0700
  • 627bb24552
    Merge remote-tracking branch 'GPUCode/3dsx-args' into canary2798 Reg Tiangha 2024-03-08 13:10:05 -0700
  • 924d4b6a72
    Use archived version of gamedb (Nov 11 2023) Reg Tiangha 2024-03-08 12:58:56 -0700
  • 6f97d15c35 Update release action to run on every commit PabloMK7 2024-03-08 14:22:37 +0100
  • 8433057909
    renderer_vulkan: Disable dynamic index conditionally (#20) r8433057 GPUCode 2024-03-07 13:12:21 +0200
  • bd09e796f8 renderer_vulkan: Disable dynamic index conditionally GPUCode 2024-03-06 17:38:04 +0200
  • c4c90f0190
    Remove dependencies to old docker containers (#21) PabloMK7 2024-03-06 18:38:51 +0100
  • b41c75eb09 Change missing yml PabloMK7 2024-03-06 18:06:19 +0100
  • 23aa472f19 Fix CI PabloMK7 2024-03-06 18:03:53 +0100
  • d8c8d90980
    host_shaders: Remove dependency on shaderSampledImageArrayDynamicIndexing Reg Tiangha 2024-03-05 16:41:37 -0700
  • 830c450a82
    3dsx: Minor cleanups and add argument support Reg Tiangha 2024-03-05 16:29:01 -0700
  • 99d24a703a
    y2r: Delay completion event Reg Tiangha 2024-03-05 16:27:26 -0700
  • af8bcb9aa8
    renderer_vulkan: Rewrite descriptor set management and various small fixes Reg Tiangha 2024-03-05 16:24:56 -0700
  • d2d9a8fc0b
    pica_types: Correctly restrict Float<M, E> precision Reg Tiangha 2024-03-05 16:21:54 -0700
  • 813d0c2a30
    Add console unique data (SecureInfo, LocalFriendCodeSeed, CTCert) (#6) v2.2 PabloMK7 2024-03-05 14:52:17 +0100
  • f112d975b9
    Add log regex filter (#9) PabloMK7 2024-03-05 14:51:58 +0100
  • ea1d63f0ba Add log regex filter PabloMK7 2024-01-30 14:07:01 +0100
  • bf0127d0ae
    Add HOST_TICK and BUILD_PLATFORM to svcGetSystemInfo CITRA_INFORMATION type (#8) PabloMK7 2024-03-05 14:07:04 +0100
  • c710c0009f
    Implement plugin loader Mode3 mem strategy (#7) PabloMK7 2024-03-05 14:06:50 +0100
  • f40014eb94 Add BUILD_PLATFORM PabloMK7 2024-01-31 10:09:18 +0100
  • a07c11cec3 Add HOST_TICK to svcGetSystemInfo CITRA_INFORMATION type PabloMK7 2024-01-25 23:50:17 +0100
  • c52926fbaa Implement plugin loader Mode3 mem strategy PabloMK7 2024-02-26 23:48:43 +0100
  • f5316532e6
    Revert "Implement some missing/wrong AC functionality." (#5) PabloMK7 2024-03-05 13:26:48 +0100
  • 6a0c5092ae Remove setting wifi level from nwm PabloMK7 2024-03-05 12:59:16 +0100
  • 749a0a2808 Revert "Implement some missing/wrong AC functionality." PabloMK7 2024-03-05 12:30:21 +0100
  • 103f06e7ae Update to latest master changes. PabloMK7 2024-01-11 21:58:58 +0100
  • 701eabb978 Fix AM_U::GetDeviceID PabloMK7 2023-12-19 17:39:36 +0100
  • 0ea13d9ca2 Add CTCert and DeviceID support PabloMK7 2023-11-16 17:59:45 +0100
  • 4209030657 Add console unique secure data PabloMK7 2023-10-07 20:04:19 +0200
  • cb75e1d637 Update README.md PabloMK7 2024-03-05 12:23:00 +0100
  • 0943b4bf9f
    Update README.md Kreijstal 2024-03-05 10:21:03 +0100
  • 06b3bed49a Update .gitmodules PabloMK7 2024-03-04 22:35:41 +0100
  • 8289814877 Switch to mirror for dynarmic Zero 2024-03-04 21:16:20 -0500
  • bff1018a34 Update .gitmodules PabloMK7 2024-03-04 22:35:41 +0100
  • 2855c5414c y2r: Remove goto GPUCode 2024-03-03 02:32:37 +0200
  • 0ff3440232
    tools: Add reset submodules script (#7465) Tobias 2024-03-03 12:39:55 +0100
  • a17ada2b2a y2r: Delay completion event GPUCode 2024-03-03 01:43:28 +0200
  • 69e758d738
    dedicated_room: properly initialize logging (#7468) liushuyu 2024-02-27 08:06:28 -0700
  • f4768cd26c
    video_core: Remove pre-compilation of Vulkan host-shaders. (#7461) Steveice10 2024-02-26 10:26:44 -0800
  • e0d2c1308e
    log: fix SOC_U::Accept LOG_DEBUG call, and ensure such mistakes get picked up at compile time (#7463) Théo B 2024-02-26 06:43:29 +0100
  • 2fe2dd1482
    Merge branch 'master' into vk-fixes Steveice10 2024-02-23 17:11:16 -0800
  • 4f9fc88bb3
    apt: Improve accuracy of applet slot states on system applet launch. (#7456) Steveice10 2024-02-23 16:18:16 -0800
  • d857743075
    Downgrade blend factor crash to warning (#7459) GPUCode 2024-02-23 01:43:44 +0200
  • b5042a5257
    Core: update kernel config memory to latest 11.17 (#7460) kylon 2024-02-23 00:43:33 +0100
  • e524542a40
    vk_texture_runtime: Use boost-static_vector (#7455) Wunk 2024-02-21 16:35:57 -0800
  • 3a4ebb1413
    file_util: Make sure portable user path is absolute. (#7448) Steveice10 2024-02-18 15:21:53 -0800
  • cbe8987036
    ci: Update action versions. (#7449) Steveice10 2024-02-18 08:23:15 -0800
  • da5aa70fc9
    android: Port yuzu system info logging (#7431) Charles Lombardo 2024-02-17 23:10:10 -0500
  • 749a721aa2
    externals: disable system cpp-httplib if it is a shared object (#7446) Castor215 2024-02-17 14:39:38 +0000
  • bb003c2bd4
    audio_core\hle\source.cpp: Improve accuracy of SourceStatus (#7432) SachinVin 2024-02-17 06:42:54 +0530
  • 7638f87f74
    Port several small multiplayer PRs from yuzu (#7419) Tobias 2024-02-16 13:34:10 +0100
  • aa6809e2a8
    renderer_vulkan: Use no more than target supported version. (#7439) Steveice10 2024-02-15 19:38:32 -0800
  • 5e02be75a3
    renderer_vulkan: Use getToolPropertiesEXT instead of getToolProperties (#7434) Steveice10 2024-02-13 21:43:09 -0800
  • 0c9037f075 renderer_vulkan: Rewrite descriptor management GPUCode 2024-02-09 01:56:20 +0200
  • 4a63fc2ca2 renderer_vulkan: Rename renderpass cache to render manager GPUCode 2024-02-06 20:00:36 +0200
  • 9f5c8d0e2f renderer_vulkan: Remove vulkan prefix in SetObjectName GPUCode 2024-01-29 22:00:25 +0200
  • 2bcbfeb861 vk_master_semaphore: Remove waitable atomic GPUCode 2024-01-28 23:25:56 +0200
  • b9c9beeee5
    android: add basic support for google game dashboard (#7430) Tobias 2024-02-11 02:24:10 +0100
  • de993dcfbd
    service: Stub mcu::HWC (#7428) GPUCode 2024-02-10 00:09:05 +0200
  • 3c9157b1ec
    fix ASAN error in sdl_impl.cpp (#7427) oltolm 2024-02-09 23:08:15 +0100
  • 0c40c10022
    Update Android Deps (#7383) Ishan09811 2024-02-09 17:54:55 +0530
  • 2766118e33
    http: Implement various missing commands (#7415) Daniel López Guimaraes 2024-02-08 20:01:46 +0100
  • 06b26691ba
    soc: Pass accurate sockaddr length to socket functions. (#7426) Steveice10 2024-02-08 11:01:38 -0800
  • d41ce64f7b
    Add ipv6 socket support (#7418) PabloMK7 2024-02-08 04:22:44 +0100
  • 1165a708d5
    .tx/config: Use language mappings for android "tx pull" (#7422) Tobias 2024-02-07 14:41:29 +0100
  • 1d2f9bc7c6 3dsx: Minor cleanups and add argument support GPUCode 2024-02-06 02:08:51 +0200
  • 265ed7ec14 sw_rasterizer: don't include the bias in the barycentric coords Vitor Kiguchi 2024-02-05 17:13:56 -0300
  • 19784355f9
    build: Improve support for Windows cross-compilation. (#7389) Steveice10 2024-02-05 10:09:50 -0800
  • aa6a29d7e1
    AudioCore/HLE/source: Partially implement last_buffer_id (#7397) SachinVin 2024-02-05 23:24:13 +0530
  • 106364e01e
    video_core: Use source3 when GPU_PREVIOUS is used in first stage (#7411) GPUCode 2024-02-05 19:53:54 +0200
  • d5a1bd07f3
    glsl_shader_gen: Increase z=0 epsillon (#7408) GPUCode 2024-02-05 19:53:41 +0200
  • 8afa27718c
    dumpkeys: Add seeddb.bin to output files. (#7417) Steveice10 2024-02-05 09:14:14 -0800
  • 63e4e1dc43 Update to latest master changes. v2.1 PabloMK7 2024-01-11 21:58:58 +0100