Revisions of citra

Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 94)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 93)
- Update to version 2100+0~git20240223.4f9fc88bb:
  * apt: Improve accuracy of applet slot states on system applet launch. (#7456)
  * Downgrade blend factor crash to warning (#7459)
  * Core: update kernel config memory to latest 11.17 (#7460)
  * vk_texture_runtime: Use boost-`static_vector` (#7455)
  * file_util: Make sure portable user path is absolute. (#7448)
  * ci: Update action versions. (#7449)
  * android: Port yuzu system info logging (#7431)
  * externals: disable system cpp-httplib if it is a shared object (#7446)
  * audio_core\hle\source.cpp: Improve accuracy of SourceStatus (#7432)
  * Port several small multiplayer PRs from yuzu (#7419)
  * renderer_vulkan: Use no more than target supported version. (#7439)
  * renderer_vulkan: Use getToolPropertiesEXT instead of getToolProperties (#7434)
  * android: add basic support for google game dashboard (#7430)
  * service: Stub mcu::HWC (#7428)
  * fix ASAN error in sdl_impl.cpp (#7427)
  * Update Android Deps (#7383)
  * http: Implement various missing commands (#7415)
  * soc: Pass accurate sockaddr length to socket functions. (#7426)
  * Add ipv6 socket support (#7418)
  * .tx/config: Use language mappings for android "tx pull" (#7422)
  * build: Improve support for Windows cross-compilation. (#7389)
  * AudioCore/HLE/source: Partially implement last_buffer_id (#7397)
  * video_core: Use source3 when GPU_PREVIOUS is used in first stage (#7411)
  * glsl_shader_gen: Increase z=0 epsillon (#7408)
  * dumpkeys: Add seeddb.bin to output files. (#7417)
  * Update translations (2024-02-01) (#7409)
  * build: Update and re-enable cubeb on macOS. (#7405)
  * ci: Move non-x86_64 macOS jobs to M1 systems. (#7406)
  * externals: Remove broken android-ifaddrs. (#7410)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 92)
- Update to version 2078+0~git20240115.6a7841d4b:
  * fs: Update comment in Get[This]SaveDataSecureValue (#7359)
  * kernel: Move serialization code out of headers. (#7312)
  * audio_core/hle/source.cpp: clear config.play_position_dirty regardless of config.play_position value. (#7349)
  * build: Fix non-PCH build on Linux and add non-PCH verification to CI. (#7351)
  * Reorder error handling in extdata FS::CreateFile (#7346)
  * build: Disable _FORTIFY_SOURCE on Debug builds. (#7348)
  * web_service: avoid undefined behavior assert of std::string::back (#7347)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 91)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 90)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 89)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 88)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 87)
- Update to version 2075+0~git20240112.a177769c3:
  * Add random sleep to game main thread on first boot when using LLE modules (#7199)
  * fix(android): Fix issue where motion controls were being locked incorrectly due to mismatch of initialised swap screen code. (#7344)
  * renderer_vulkan: Revert vkGetInstanceProcAddr symbol change for MoltenVK. (#7341)
  * Implement some missing/wrong AC functionality. (#7171)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 86)
- Update to version 2074+0~git20240110.6cbdc73f5:
  * boss: Fix debug assert when session is not initialized. (#7337)
  * boss: Add some missing result codes. (#7334)
  * renderer_vulkan: Update to support MoltenVK 1.2.7 (#7335)
  * Port yuzu-emu/yuzu#7506 & yuzu-emu/yuzu#7861: "Fix yuzu-emu/yuzu#7502" & "yuzu: Mute audio when in background" (#7321)
  * core: Persist plg:ldr state across resets without static state. (#7327)
  * misc: fix issues pointed out by msvc (#7316)
  * video_core: Fix crash when no debug context is provided. (#7324)
  * boss: Add some missing property IDs and fix file enumeration. (#7322)
  * core_timing: Allow configuring a fixed or random initial system tick value. (#7309)
  * memory: Fix order of checks in PhysicalToVirtualAddressForRasterizer. (#7328)
  * plg_ldr: Revert state back to static for now. (#7326)
  * applet_manager: Fix checking if HLE applet exists. (#7325)
  * add volume quicksetting with volume slider (#7307)
  * dsp: Fix mask sizes in LoadComponent. (#7319)
  * kernel: Release thread resource limit in Thread::Stop (#7318)
  * ir: Set ir:rst max sessions to 2. (#7317)
  * core: Eliminate more uses of Core::System::GetInstance(). (#7313)
  * audio_core: Clean up AAC decoder infrastructure. (#7310)
  * frontend: Fix missing persistence for texture sampling setting. (#7305)
  * qt: Add support for opening files directly on macOS. (#7304)
  * framebuffer_layout.cpp mini refactor (#7300)
  * cheats: Use global cheat engine (#7291)
  * kernel: Update to use atmosphere macros and correct Result (#7242)
  * kernel: Fix freeing shared memory with wrong region. (#7301)
  * kernel: Add some missing state to process serialization. (#7295)
  * video_core: Refactor GPU interface (#7272)
  * boss: Implement some NsData header and read commands. (#7283)
  * cfg: Only select preferred region once per instance. (#7284)
  * gsp_gpu: Implement TryAcquireRight and stub SetInternalPriorities. (#7285)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 85)
- Update to version 2055+0~git20231217.762ddfd07:
  * Android UI Overhaul Part 4/4 (#7235)
  * Implement some missing SOC functionality (#7176)
  * common: Miscellaneous cleanups (#7239)
  * Port yuzu-emu/yuzu#12100: "translations: Add android translations to transifex config" (#7246)
  * ci: Only use Linux clang for app image build. (#7244)
  * fs: Stub ControlArchive. (#7237)
  * apt: Stub ReplySleepQuery and ReplySleepNotificationComplete. (#7236)
  * boss: Implement Spotpass service (part 1) (#7232)
  * video_core/vulkan: Add debug object names (#7233)
  * kernel: Improve accuracy of KResourceLimit emulation (#7221)
  * file_sys: Add support for the BOSS ext save data archive. (#7231)
  * shader_jit_a64: Use LDP/STP for address registers (#7225)
  * Update translations (2023-12-01) (#7223)
  * Android UI Overhaul Part 3 (#7216)
  * cfg: Fix auto-region detecting when the launched title has no regions. (#7218)
  * qt: Fix loading screen metadata retention when title has no metadata. (#7215)
  * build: Make MSVC builds more deterministic to aid caching. (#7213)
  * core: De-globalize HLE lock (#7212)
  * video_core/shader: Refactor JIT-Engines into `JitEngine` type (#7210)
  * core: Remove special regions (#7211)
  * kernel: Fix memory mapping issue introduced in https://github.com/citra-emu/citra/pull/6680 (#7208)
  * audio_core: Only perform audio stretching if below full speed. (#7201)
  * cfg: Update preferred region data on-demand. (#7206)
  * Fix missing `u32` and `LOG_TRACE` includes (#7207)
  * openal: Enable AL_DIRECT_CHANNELS_SOFT when present. (#7202)
  * vk_pipeline_cache: Make pipeline cache reads more robust (#7194)
  * code: Add texture sampling option (#7118)
  * Android UI Overhaul Part 2 (#7147)
  * cfg: Load and save MCU config as binary file. (#7200)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 84)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 83)
- Update to version 2020+0~git20231025.b231a22ea:
  * Switch compiler to clang on Linux (#7077)
  * ci: Install Vulkan SPIRV-Tools on Windows to fix glslang install error. (#7092)
  * audio_core: Clear time stretcher after flushing to avoid sample bleed. (#7081)
  * citra-qt: ensure image interface is registered before starting game (#7090)
  * build: fix build failure when not using precompiled headers (#7087)
  * renderer_vulkan: Fix screenshots under NVIDIA vulkan (#7082)
  * tests: Fix out-of-bounds access (#7085)
  * externals: allow users to use system Zstandard (#7083)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 82)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 81)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 80)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 79)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 78)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 77)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 76)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 75)
Displaying revisions 1 - 20 of 94
openSUSE Build Service is sponsored by