Commit Graph

  • 228f26d1e4
    tests: Port merry's audio tests (#7354) SachinVin 2024-01-21 09:46:00 +05:30
  • 789654d7da
    core: Do not update framebuffer layout on android (#7330) GPUCode 2024-01-20 22:16:43 +02:00
  • ca3b2306d5
    shader_unit: Intialize temporaries on shader invocation (#7366) GPUCode 2024-01-20 22:13:31 +02:00
  • 8e87bd606c
    glsl_shader_gen: Use epsilon for both ends of NDC range (#7355) GPUCode 2024-01-20 22:13:16 +02:00
  • f26044bb88
    frontend: Add setting for whether to use LLE applets. (#7345) Steveice10 2024-01-20 12:13:06 -08:00
  • c59ef7d793
    cecd: Fixup GetCecInfoBuffer params order (#7361) Daniel López Guimaraes 2024-01-17 07:48:42 +01:00
  • 6a7841d4b0
    fs: Update comment in Get[This]SaveDataSecureValue (#7359) PabloMK7 2024-01-15 20:42:28 +01:00
  • a2d1c4a94c
    kernel: Move serialization code out of headers. (#7312) Steveice10 2024-01-14 16:18:31 -08:00
  • 9c84721d84
    audio_core/hle/source.cpp: clear config.play_position_dirty regardless of config.play_position value. (#7349) SachinVin 2024-01-15 01:57:28 +05:30
  • cca8c08a9a
    build: Fix non-PCH build on Linux and add non-PCH verification to CI. (#7351) Steveice10 2024-01-13 19:58:09 -08:00
  • 72c1075402
    Reorder error handling in extdata FS::CreateFile (#7346) PabloMK7 2024-01-13 21:37:06 +01:00
  • 30c53c9509
    build: Disable _FORTIFY_SOURCE on Debug builds. (#7348) Steveice10 2024-01-12 20:24:23 -08:00
  • da9f382d2c
    web_service: avoid undefined behavior assert of std::string::back (#7347) xperia64 2024-01-12 23:24:01 -05:00
  • a177769c3b
    Add random sleep to game main thread on first boot when using LLE modules (#7199) PabloMK7 2024-01-12 21:48:00 +01:00
  • f346949989
    fix(android): Fix issue where motion controls were being locked incorrectly due to mismatch of initialised swap screen code. (#7344) James Forward 2024-01-12 18:28:10 +00:00
  • 37f0a7484f
    renderer_vulkan: Revert vkGetInstanceProcAddr symbol change for MoltenVK. (#7341) Steveice10 2024-01-12 09:16:04 -08:00
  • 19d5695aa3
    Implement some missing/wrong AC functionality. (#7171) PabloMK7 2024-01-12 18:15:47 +01:00
  • 6cbdc73f53
    boss: Fix debug assert when session is not initialized. (#7337) Steveice10 2024-01-10 13:00:03 -08:00
  • 81ee7ad893
    boss: Add some missing result codes. (#7334) Steveice10 2024-01-09 19:32:52 -08:00
  • 2ce0a9e899
    renderer_vulkan: Update to support MoltenVK 1.2.7 (#7335) Steveice10 2024-01-09 11:33:47 -08:00
  • 015e42be05
    Port yuzu-emu/yuzu#7506 & yuzu-emu/yuzu#7861: "Fix yuzu-emu/yuzu#7502" & "yuzu: Mute audio when in background" (#7321) Steveice10 2024-01-09 09:56:39 -08:00
  • 57696b2c11
    core: Persist plg:ldr state across resets without static state. (#7327) Steveice10 2024-01-08 09:20:14 -08:00
  • c8c2beaeff
    misc: fix issues pointed out by msvc (#7316) Vitor K 2024-01-07 17:37:42 -03:00
  • 6069fac76d
    video_core: Fix crash when no debug context is provided. (#7324) Steveice10 2024-01-07 10:29:43 -08:00
  • 7bacb78ce3
    boss: Add some missing property IDs and fix file enumeration. (#7322) Steveice10 2024-01-07 09:38:41 -08:00
  • 0165012ba4
    core_timing: Allow configuring a fixed or random initial system tick value. (#7309) Steveice10 2024-01-07 09:38:02 -08:00
  • 96aa1b3a08
    memory: Fix order of checks in PhysicalToVirtualAddressForRasterizer. (#7328) Steveice10 2024-01-06 22:49:32 -08:00
  • b2c740ee0e
    plg_ldr: Revert state back to static for now. (#7326) Steveice10 2024-01-06 15:21:42 -08:00
  • bc352e8168
    applet_manager: Fix checking if HLE applet exists. (#7325) Steveice10 2024-01-06 15:21:35 -08:00
  • 4f00eb20db
    add volume quicksetting with volume slider (#7307) Steveice10 2024-01-06 10:30:22 -08:00
  • 8b6a9b0dd8
    dsp: Fix mask sizes in LoadComponent. (#7319) Steveice10 2024-01-06 08:46:19 -08:00
  • 62409f8139
    kernel: Release thread resource limit in Thread::Stop (#7318) GPUCode 2024-01-06 02:12:00 +02:00
  • 0df72f3873
    ir: Set ir:rst max sessions to 2. (#7317) Steveice10 2024-01-05 14:21:30 -08:00
  • f2ee9baec7
    core: Eliminate more uses of Core::System::GetInstance(). (#7313) Steveice10 2024-01-05 12:07:28 -08:00
  • 8e2037b3ff
    audio_core: Clean up AAC decoder infrastructure. (#7310) Steveice10 2024-01-04 11:00:03 -08:00
  • c6bcbc02de
    frontend: Fix missing persistence for texture sampling setting. (#7305) Steveice10 2024-01-02 12:05:22 -08:00
  • 36db566428
    qt: Add support for opening files directly on macOS. (#7304) Steveice10 2024-01-02 12:05:12 -08:00
  • 9b147d3f9c
    framebuffer_layout.cpp mini refactor (#7300) SachinVin 2024-01-02 14:22:03 +05:30
  • 7dd9174d31
    cheats: Use global cheat engine (#7291) Steveice10 2024-01-01 12:49:08 -08:00
  • 5a7f615da1
    kernel: Update to use atmosphere macros and correct Result (#7242) GPUCode 2023-12-31 19:01:40 +02:00
  • 811303ea54
    kernel: Fix freeing shared memory with wrong region. (#7301) Steveice10 2023-12-30 15:36:12 -08:00
  • 5bcdcffd96
    kernel: Add some missing state to process serialization. (#7295) Steveice10 2023-12-28 08:25:46 -08:00
  • 2bb7f89c30
    video_core: Refactor GPU interface (#7272) GPUCode 2023-12-28 12:46:57 +02:00
  • 602f4f60d8
    boss: Implement some NsData header and read commands. (#7283) Steveice10 2023-12-26 09:01:32 -08:00
  • 3113ae6616
    cfg: Only select preferred region once per instance. (#7284) Steveice10 2023-12-26 09:01:16 -08:00
  • bd4ec251cd
    gsp_gpu: Implement TryAcquireRight and stub SetInternalPriorities. (#7285) Steveice10 2023-12-25 08:29:17 -08:00
  • b6b98af105
    cecd: Stub GetCecInfoEventHandleSys (#7278) Daniel López Guimaraes 2023-12-23 04:52:27 +01:00
  • 60a280af24
    feat(android-hotkeys): Introduce hotkey support for Android app and add missing hybrid layout (#7241) James Forward 2023-12-23 03:52:12 +00:00
  • 178e602589
    misc: Improve defaults for macOS and handling of missing audio backends. (#7273) Steveice10 2023-12-22 11:38:06 -08:00
  • dccb8f6b17
    gamemode: Fix compile issues (#7276) Daniel López Guimaraes 2023-12-22 14:59:44 +01:00
  • f177433d41
    cfg: Set sound mode to stereo by default. (#7268) Steveice10 2023-12-21 02:34:22 -08:00
  • 71b88c4c1f
    android: Disable focus color on input overlay (#7271) Charles Lombardo 2023-12-21 03:15:08 -05:00
  • c7e9f8449e
    Port yuzu-emu/yuzu#11946: "Enable (Feral Interactive) Gamemode on Linux" (#7245) Tobias 2023-12-20 15:08:07 +01:00
  • 2e369c03b8
    ci: Revert back to unzipped Android artifacts. (#7258) Steveice10 2023-12-19 18:51:47 -08:00
  • a47d8a7b4d
    Fix incorrect service name in SOC_U::GetService (#7261) PabloMK7 2023-12-19 17:04:28 +01:00
  • 02ba5c652b
    Add circle_pad_old_* to savestates. (#7250) CasualPokePlayer 2023-12-19 00:43:44 -08:00
  • 762ddfd07b
    Android UI Overhaul Part 4/4 (#7235) Charles Lombardo 2023-12-17 20:32:30 -05:00
  • d680b79725
    Implement some missing SOC functionality (#7176) PabloMK7 2023-12-17 17:50:24 +01:00
  • 2b20082581
    common: Miscellaneous cleanups (#7239) GPUCode 2023-12-14 16:26:33 +02:00
  • 15ea0c6336
    Port yuzu-emu/yuzu#12100: "translations: Add android translations to transifex config" (#7246) Tobias 2023-12-14 04:57:08 +01:00
  • 9a6d15ab74
    ci: Only use Linux clang for app image build. (#7244) Steveice10 2023-12-12 09:48:06 -08:00
  • 60584e861d
    fs: Stub ControlArchive. (#7237) Steveice10 2023-12-08 23:35:01 -08:00
  • 070853b465
    apt: Stub ReplySleepQuery and ReplySleepNotificationComplete. (#7236) Steveice10 2023-12-08 23:34:54 -08:00
  • 24b5ffbfca
    boss: Implement Spotpass service (part 1) (#7232) Steveice10 2023-12-08 23:34:44 -08:00
  • 4d9eedd0d8
    video_core/vulkan: Add debug object names (#7233) Wunk 2023-12-07 20:58:47 -08:00
  • 59df319f48
    kernel: Improve accuracy of KResourceLimit emulation (#7221) GPUCode 2023-12-04 13:31:06 +02:00
  • 875f5eaad5
    file_sys: Add support for the BOSS ext save data archive. (#7231) Steveice10 2023-12-03 14:02:23 -08:00
  • ea9f522c0c
    shader_jit_a64: Use LDP/STP for address registers (#7225) Wunk 2023-12-03 05:07:21 -08:00
  • 55e0b02863
    Update translations (2023-12-01) (#7223) zhaobot 2023-12-03 21:07:13 +08:00
  • 59beeac4c7
    Android UI Overhaul Part 3 (#7216) Charles Lombardo 2023-11-30 10:38:25 -05:00
  • 0ed909e782
    cfg: Fix auto-region detecting when the launched title has no regions. (#7218) Steveice10 2023-11-29 12:36:18 -08:00
  • 9da78f6126
    qt: Fix loading screen metadata retention when title has no metadata. (#7215) Steveice10 2023-11-28 14:15:44 -08:00
  • 0842ee6d7b
    build: Make MSVC builds more deterministic to aid caching. (#7213) Steveice10 2023-11-28 14:15:36 -08:00
  • 6ec079ede8
    core: De-globalize HLE lock (#7212) GPUCode 2023-11-29 00:15:27 +02:00
  • 83b329f6e1
    video_core/shader: Refactor JIT-Engines into JitEngine type (#7210) Wunk 2023-11-26 15:15:36 -08:00
  • db7b929e47
    core: Remove special regions (#7211) GPUCode 2023-11-26 22:07:30 +02:00
  • dc8425a986
    kernel: Fix memory mapping issue introduced in https://github.com/citra-emu/citra/pull/6680 (#7208) Steveice10 2023-11-26 12:07:10 -08:00
  • 670e9936a4
    audio_core: Only perform audio stretching if below full speed. (#7201) Steveice10 2023-11-26 12:06:59 -08:00
  • c0ecdb689d
    cfg: Update preferred region data on-demand. (#7206) Steveice10 2023-11-24 23:10:58 -08:00
  • 68e6a2185d
    Fix missing u32 and LOG_TRACE includes (#7207) Wunk 2023-11-23 15:39:17 -08:00
  • 09b36c589b
    openal: Enable AL_DIRECT_CHANNELS_SOFT when present. (#7202) Steveice10 2023-11-22 23:09:22 -08:00
  • 1dc0fa7bb5
    vk_pipeline_cache: Make pipeline cache reads more robust (#7194) GPUCode 2023-11-23 09:09:12 +02:00
  • 85bd1be852
    code: Add texture sampling option (#7118) GPUCode 2023-11-23 02:04:47 +02:00
  • c17ec1d1aa
    Android UI Overhaul Part 2 (#7147) Charles Lombardo 2023-11-22 17:31:48 -05:00
  • 33a1f27a99
    cfg: Load and save MCU config as binary file. (#7200) Steveice10 2023-11-21 17:56:08 -08:00
  • 5733c8681e
    vk_pipeline_cache: Move SPIRV emittion to a worker thread (#7170) GPUCode 2023-11-21 06:05:35 +02:00
  • f8ae41dfe3
    Implement cfg UUID Clock Sequence (#7169) PabloMK7 2023-11-21 05:05:16 +01:00
  • 52254537b7
    Set macOS minimum version to macOS 11 Big Sur (#7196) shinra-electric 2023-11-20 13:07:46 +01:00
  • 98f17f8f04
    externals: fix find Crypto++ (#7189) SuperSamus 2023-11-20 13:07:41 +01:00
  • ca6dae1744
    fs: Fix save data secure value stubs. (#7191) Steveice10 2023-11-19 10:18:23 -08:00
  • b6acebcb11
    Stub some missing AM Ticket functions (#7172) PabloMK7 2023-11-19 00:55:47 +01:00
  • ba702043f0
    externals: allow user to use system Catch2 (#7190) Castor215 2023-11-18 23:54:27 +00:00
  • 2a4c60c1dd
    externals: fix find OpenAL (#7188) SuperSamus 2023-11-19 00:54:18 +01:00
  • a1532f813b
    config: Reorder default hotkeys (#7175) Vitor K 2023-11-17 08:14:17 -03:00
  • 26d5727b19
    video_core: Merge tex0 and tex_cube (#7173) GPUCode 2023-11-17 13:14:10 +02:00
  • 680e132318
    Unlock RW access to opened files on windows (#7161) PabloMK7 2023-11-17 12:14:00 +01:00
  • 90a5d989e7
    mic: Fix gain undeclared identifier (#7177) Wunk 2023-11-15 19:27:43 -08:00
  • de40153fa4
    Implement PS:GetRandomBytes and use openssl for random bytes (#7164) PabloMK7 2023-11-15 01:15:50 +01:00
  • e9936e01c2
    Stub QTM_S:GetHeadtrackingInfo (#7166) PabloMK7 2023-11-15 01:04:14 +01:00
  • e28c2a390c
    core: Make running_core always match kernel current_cpu (#7159) GPUCode 2023-11-14 14:31:25 +02:00