| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | android: cleanup touch update loop | 2023-06-03 | 1 | -28/+50 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: Clean joystick overlay | 2023-06-03 | 3 | -135/+131 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: Clean dpad overlay | 2023-06-03 | 2 | -192/+174 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: Clean button overlay | 2023-06-03 | 2 | -195/+65 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: Add all buttons to screen controller | 2023-06-03 | 4 | -209/+104 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: Apply clang format | 2023-06-03 | 2 | -9/+9 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: frontend: Implement game grid view. (#9) | 2023-06-03 | 15 | -174/+272 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: Replace notification icon with yuzu | 2023-06-03 | 3 | -0/+0 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: strings: Refresh key dumping URL. | 2023-06-03 | 1 | -1/+1 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: frontend: Modify ROM load messaging for invalid keys. | 2023-06-03 | 2 | -7/+11 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: frontend: Integrate key installation for SAF. | 2023-06-03 | 20 | -21/+102 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: jni: Add function to reload keys. | 2023-06-03 | 3 | -2/+14 | ||
| | | | | | | | | ||||||
| | * | | | | | | core: crypto: key_manager: Add methods to reload & validate keys. | 2023-06-03 | 2 | -0/+11 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: EmulationActivity: Temporarily disable running notification. | 2023-06-03 | 2 | -7/+12 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: Implement SAF support & migrate to SDK 31. (#4) | 2023-06-03 | 38 | -697/+851 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: Harden emulation shutdown when loader fails. | 2023-06-03 | 1 | -6/+12 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: SettingsFragmentPresenter: Fix default renderer backend. | 2023-06-03 | 1 | -1/+1 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: jni: native: Add lock around HaltEmulation, tighten run loop. | 2023-06-03 | 1 | -1/+3 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: jni: native: Refactor locking for is_running. | 2023-06-03 | 1 | -8/+21 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: jni: native: Remove unnecessary atomic for is_running. | 2023-06-03 | 1 | -6/+5 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: jni: native: Tighten up emulation start/stop signaling. | 2023-06-03 | 1 | -58/+64 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: jni: native: Consolidate emulation state into EmulationSession ↵ | 2023-06-03 | 1 | -67/+164 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | singleton. - Fixes state management issues across multiple boots. - Fixes crashes related to unsafe access of perf stats. | |||||
| | * | | | | | | android: Frontend: Fix rendering aspect ratio & add a setting for it. | 2023-06-03 | 7 | -2/+25 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: Integrate settings frontend with yuzu & remove unused code. | 2023-06-03 | 25 | -1759/+949 | ||
| | | | | | | | | ||||||
| | * | | | | | | externals: add adrenotools for bcenabler | 2023-06-03 | 2 | -0/+34 | ||
| | | | | | | | | ||||||
| | * | | | | | | device_memory: Use smaller virtual reservation size for compatibility with ↵ | 2023-06-03 | 2 | -1/+12 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 39-bit paging | |||||
| | * | | | | | | video_core: vulkan_device: Device initialization for Adreno. | 2023-06-03 | 1 | -3/+4 | ||
| | | | | | | | | ||||||
| | * | | | | | | video_core: vk_pipeline_cache: Disable support_descriptor_aliasing on Android. | 2023-06-03 | 1 | -0/+4 | ||
| | | | | | | | | ||||||
| | * | | | | | | video_core: vk_swapchain: Fix image format for Android. | 2023-06-03 | 2 | -0/+10 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: Minimize frontend & convert to yuzu. | 2023-06-03 | 128 | -2509/+934 | ||
| | | | | | | | | ||||||
| | * | | | | | | video_core: vk_blit_screen: Rotate viewport for Android landscape. | 2023-06-03 | 1 | -0/+8 | ||
| | | | | | | | | ||||||
| | * | | | | | | common: error: Fix for Android. | 2023-06-03 | 1 | -1/+2 | ||
| | | | | | | | | ||||||
| | * | | | | | | common: fs: Implement for Android. | 2023-06-03 | 1 | -0/+7 | ||
| | | | | | | | | ||||||
| | * | | | | | | common: logging: Implement Android logcat backend. | 2023-06-03 | 3 | -0/+63 | ||
| | | | | | | | | ||||||
| | * | | | | | | common: host_memory: Implement for Android. | 2023-06-03 | 1 | -2/+10 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: Minimal JNI for yuzu. | 2023-06-03 | 8 | -0/+645 | ||
| | | | | | | | | ||||||
| | * | | | | | | android: Add Citra frontend. | 2023-06-03 | 319 | -0/+13799 | ||
| | | | | | | | | ||||||
| | * | | | | | | cmake: Integrate bundled FFmpeg for Android. | 2023-06-03 | 1 | -1/+1 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #10611 from liamwhite/audio-deadlock | 2023-06-05 | 4 | -10/+12 | ||
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | audio_renderer: resolve adsp thread deadlock shutdown | |||||
| | * | | | | | audio_renderer: resolve adsp thread deadlock shutdown | 2023-06-04 | 4 | -10/+12 | ||
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #10594 from liamwhite/double-patch | 2023-06-04 | 1 | -8/+12 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | fsp-srv: avoid patching romfs multiple times | |||||
| | * | | | | fsp-srv: avoid patching romfs multiple times | 2023-06-03 | 1 | -8/+12 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #10588 from liamwhite/vfs-cached | 2023-06-03 | 7 | -26/+101 | ||
| |\ \ \ \ | | | | | | | | | | | vfs: add vfs_cached for romfs build | |||||
| | * | | | | romfs: use vfs_cached for romfs output | 2023-06-03 | 3 | -24/+2 | ||
| | | | | | | ||||||
| | * | | | | vfs: add vfs_cached for romfs build | 2023-06-03 | 4 | -2/+99 | ||
| | |/ / / | ||||||
| * / / / | host_memory: merge adjacent placeholder mappings on Linux | 2023-06-01 | 1 | -0/+22 | ||
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | Merge pull request #10091 from Kelebek1/bc_bugggggg | 2023-06-01 | 1 | -3/+3 | ||
| |\ \ \ | | | | | | | | | Fix buffer overlap checking skipping a page for stream score right expand | |||||
| | * | | | Fix buffer overlap checking skipping a page for stream score right expand | 2023-05-26 | 1 | -3/+3 | ||
| | | | | | ||||||
| * | | | | Merge pull request #10530 from Kelebek1/syncpt_oob | 2023-06-01 | 1 | -1/+1 | ||
| |\ \ \ \ | | | | | | | | | | | Fix incorrect syncpt id bounds check and potential out of bounds lookup | |||||
| | * | | | | Fix incorrect id check and potential out of bounds lookup | 2023-05-31 | 1 | -1/+1 | ||
| | | | | | | ||||||