summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-03core: crypto: key_manager: Add methods to reload & validate keys.bunnei
2023-06-03android: EmulationActivity: Temporarily disable running notification.bunnei
2023-06-03android: Implement SAF support & migrate to SDK 31. (#4)bunnei
2023-06-03android: Harden emulation shutdown when loader fails.bunnei
2023-06-03android: SettingsFragmentPresenter: Fix default renderer backend.bunnei
2023-06-03android: jni: native: Add lock around HaltEmulation, tighten run loop.bunnei
2023-06-03android: jni: native: Refactor locking for is_running.bunnei
2023-06-03android: jni: native: Remove unnecessary atomic for is_running.bunnei
2023-06-03android: jni: native: Tighten up emulation start/stop signaling.bunnei
2023-06-03android: jni: native: Consolidate emulation state into EmulationSession ↵bunnei
singleton. - Fixes state management issues across multiple boots. - Fixes crashes related to unsafe access of perf stats.
2023-06-03android: Frontend: Fix rendering aspect ratio & add a setting for it.bunnei
2023-06-03android: Integrate settings frontend with yuzu & remove unused code.bunnei
2023-06-03externals: add adrenotools for bcenablerLiam
2023-06-03device_memory: Use smaller virtual reservation size for compatibility with ↵Liam
39-bit paging
2023-06-03video_core: vulkan_device: Device initialization for Adreno.bunnei
2023-06-03video_core: vk_pipeline_cache: Disable support_descriptor_aliasing on Android.bunnei
2023-06-03video_core: vk_swapchain: Fix image format for Android.bunnei
2023-06-03android: Minimize frontend & convert to yuzu.bunnei
2023-06-03video_core: vk_blit_screen: Rotate viewport for Android landscape.bunnei
2023-06-03common: error: Fix for Android.bunnei
2023-06-03common: fs: Implement for Android.bunnei
2023-06-03common: logging: Implement Android logcat backend.bunnei
2023-06-03common: host_memory: Implement for Android.bunnei
2023-06-03android: Minimal JNI for yuzu.bunnei
2023-06-03android: Add Citra frontend.bunnei
2023-06-03cmake: Integrate bundled FFmpeg for Android.bunnei
2023-06-03cmake: Integrate submoduled LLVM & fixes for Android.bunnei
2023-06-02Merge pull request #10575 from bm01/issue-templatebunnei
issue_template: Add link to website, Getting Log Files
2023-06-02texture_cache: Fix incorrect logic for AccelerateDMAameerj
2023-06-02issue_template: Add link to website, Getting Log FilesBaptiste Marie
2023-06-01host_memory: merge adjacent placeholder mappings on Linuxkkoniuszy
Track the private anonymous placeholder mappings created by Unmap() and wherever possible, replace existing placeholders with larger ones instead of creating many small ones. This helps with the buildup of mappings in /proc/YUZU_PID/maps after a longer gaming session, improving stability without having to increase vm.max_map_count to a ridiculous value. The amount of placeholder mappings will no longer outgrow the amount of actual memfd mappings in cases of high memory fragmentation.
2023-06-01Merge pull request #10541 from zhaobot/tx-update-20230601030142liamwhite
Update translations (2023-06-01)
2023-06-01Merge pull request #10091 from Kelebek1/bc_buggggggliamwhite
Fix buffer overlap checking skipping a page for stream score right expand
2023-06-01Merge pull request #10530 from Kelebek1/syncpt_oobliamwhite
Fix incorrect syncpt id bounds check and potential out of bounds lookup
2023-06-01Merge pull request #10474 from GPUCode/you-left-me-waitingliamwhite
Remove timeline semaphore wait
2023-06-01Merge pull request #10352 from grimkor/add-context-menu-status-bar-settingsliamwhite
add context menu for status bar settings
2023-06-01Merge pull request #10482 from german77/gamelistliamwhite
yuzu: Disable game list while game is running
2023-06-01Merge pull request #10518 from lat9nq/ffmpeg-zombie-varliamwhite
CopyFFmpegDeps: Update variable name
2023-06-01Update translations (2023-06-01)The yuzu Community
2023-05-31Fix incorrect id check and potential out of bounds lookupKelebek1
2023-05-31CopyFFmpegDeps: Update variable namelat9nq
FFmpeg_DLL_DIR does not exist anywhere else in the repository. Evidently, the variable name was antiquated at some point, but it continued to work here as a zombie. Update the name and avoid copy issues.
2023-05-30Merge pull request #10506 from Kelebek1/bc_channel_fixbunnei
Skip BufferCache tickframe with no channel state set
2023-05-30Skip BufferCache tickframe with no channel state setKelebek1
2023-05-30Merge pull request #10504 from 12101111/rename-pagesizeNarr the Reg
input_common: rename PAGE_SIZE to avoid conflict
2023-05-30input_common: rename PAGE_SIZE to avoid conflict12101111
See also: https://github.com/yuzu-emu/yuzu/issues/8779
2023-05-29yuzu: Disable game list while game is runninggerman77
2023-05-28Merge pull request #10484 from Morph1984/fmt10liamwhite
externals: Update to fmt 10 and add format_as formatter for BitField
2023-05-28CMakeLists: Rollback minimum to fmt 9Morph
The mingw fmt package https://aur.archlinux.org/packages/mingw-w64-fmt has not been updated yet.
2023-05-28externals: Update to fmt 10 and add format_as formatter for BitFieldMorph
Implicit conversions are now disallowed in fmt 10. Use format_as to convert to the underlying type.
2023-05-28Merge pull request #10475 from ameerj/microprofile-workaroundliamwhite
microprofile: Avoid crashing due to OOB stackPos