| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | android: Update dependencies | 2023-06-11 | 1 | -4/+4 | |
| | | |||||
| * | android: Differentiate build types with new names | 2023-06-11 | 2 | -2/+7 | |
| | | | | | Change the applicationIdSuffix and app launcher title based on build type | ||||
| * | Android: Remove unused relWithVersionCode build type | 2023-06-11 | 1 | -10/+0 | |
| | | |||||
| * | android: Fix screen orientation & blurriness. | 2023-06-10 | 4 | -95/+5 | |
| | | |||||
| * | Merge pull request #10670 from liamwhite/fxaa2 | 2023-06-10 | 1 | -4/+4 | |
| |\ | | | | | vk_blit_screen: use higher bit depth for fxaa | ||||
| | * | vk_blit_screen: use higher bit depth for fxaa | 2023-06-08 | 1 | -4/+4 | |
| | | | |||||
| * | | Merge pull request #10685 from liamwhite/serialization-is-hard | 2023-06-10 | 1 | -0/+2 | |
| |\ \ | | | | | | | qt: persist framerate sync option | ||||
| | * | | qt: persist framerate sync option | 2023-06-09 | 1 | -0/+2 | |
| | | | | |||||
| * | | | Merge pull request #10691 from t895/nro-check | 2023-06-09 | 8 | -13/+51 | |
| |\ \ \ | | | | | | | | | android: Add proper homebrew check | ||||
| | * | | | android: Add proper homebrew check | 2023-06-09 | 8 | -13/+51 | |
| | | | | | |||||
| * | | | | android: Fix input overlay version check | 2023-06-09 | 1 | -12/+14 | |
| |/ / / | |||||
| * | | | Merge pull request #10614 from xcfrg/shader-backend-status-bar | 2023-06-09 | 3 | -1/+14 | |
| |\ \ \ | |/ / |/| | | yuzu: add opengl shader backend info in status bar | ||||
| | * | | yuzu: add opengl shader backend info in status bar | 2023-06-04 | 3 | -1/+14 | |
| | | | | |||||
| * | | | Merge pull request #10623 from german77/backup | 2023-06-08 | 10 | -39/+184 | |
| |\ \ \ | | | | | | | | | service: nfc: Add backup support | ||||
| | * | | | service: nfc: Add backup support | 2023-06-06 | 10 | -39/+184 | |
| | | | | | |||||
| * | | | | Merge pull request #10666 from liamwhite/my-framerate-is-fine | 2023-06-08 | 11 | -24/+48 | |
| |\ \ \ \ | | | | | | | | | | | nvnflinger: allow locking framerate during video playback | ||||
| | * | | | | nvnflinger: allow locking framerate during video playback | 2023-06-08 | 11 | -24/+48 | |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #10676 from bunnei/fix-mi-5-android | 2023-06-08 | 1 | -1/+2 | |
| |\ \ \ \ | | | | | | | | | | | android: EmulationActivity: Fix orientation on Mi Pad 5. | ||||
| | * | | | | android: EmulationActivity: Fix orientation on Mi Pad 5. | 2023-06-08 | 1 | -1/+2 | |
| | |/ / / | |||||
| * / / / | Fix potentially uninitialized local variable warning | 2023-06-09 | 1 | -1/+1 | |
| |/ / / | |||||
| * | | | Merge pull request #10650 from qurious-pixel/android_tv | 2023-06-07 | 2 | -14/+8 | |
| |\ \ \ | | | | | | | | | Android TV banner | ||||
| | * | | | remove version code declaration | 2023-06-07 | 1 | -1/+0 | |
| | | | | | |||||
| | * | | | Android TV banner | 2023-06-06 | 3 | -14/+9 | |
| | | | | | |||||
| * | | | | Merge pull request #10655 from Morph1984/msvc-cxx20 | 2023-06-07 | 1 | -2/+4 | |
| |\ \ \ \ | | | | | | | | | | | CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules | ||||
| | * | | | | CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules | 2023-06-06 | 1 | -2/+4 | |
| | | |/ / | |/| | | | | | | | | | | | | | | The latest version of MSVC STL brings C++23 standard library modules, which conflict with precompiled headers. Disabling with /experimental:module- has no effect, so force C++20 in the meantime while we wait for module support in other compilers. | ||||
| * | | | | Merge pull request #10635 from mrcmunir/l4t-tx1-nvidia | 2023-06-07 | 1 | -4/+4 | |
| |\ \ \ \ | | | | | | | | | | | Make VK_EXT_robustness2 optional | ||||
| | * | | | | Updated to lexicographical order suggestions | 2023-06-06 | 1 | -3/+3 | |
| | | | | | | |||||
| | * | | | | Make VK_EXT_robustness2 optional | 2023-06-06 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason nvidia implemented Vulkan 1.2 supported without support for VK_EXT_robustness2 in tegra X1/X2 . Fix vulkan work in TX1/TX2 L4T drivers . | ||||
| * | | | | | Merge pull request #10476 from ameerj/gl-memory-maps | 2023-06-07 | 15 | -204/+316 | |
| |\ \ \ \ \ | | | | | | | | | | | | | OpenGL: Make use of persistent buffer maps in buffer cache | ||||
| | * | | | | | gl_staging_buffers: Optimization to reduce fence waiting | 2023-05-28 | 2 | -4/+22 | |
| | | | | | | | |||||
| | * | | | | | OpenGL: Make use of persistent buffer maps in buffer cache downloads | 2023-05-28 | 15 | -204/+298 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Persistent buffer maps were already used by the texture cache, this extends their usage for the buffer cache. In my testing, using the memory maps for uploads was slower than the existing "ImmediateUpload" path, so the memory map usage is limited to downloads for the time being. | ||||
| * | | | | | | Merge pull request #10583 from ameerj/ill-logic | 2023-06-07 | 1 | -8/+4 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | AccelerateDMA: Fix incorrect check in Buffer<->Texture copies | ||||
| | * | | | | | | texture_cache: Fix incorrect logic for AccelerateDMA | 2023-06-02 | 1 | -8/+4 | |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #10591 from keve1227/localized-game-icons | 2023-06-07 | 4 | -10/+42 | |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Localize game icons | ||||
| | * | | | | | | Fix typo | 2023-06-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> | ||||
| | * | | | | | | Update Chinese NX language names | 2023-06-03 | 2 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... as per the TLoZ: TotK icon files. Would this conflict with older games? | ||||
| | * | | | | | | Issue a reload if the system language changed | 2023-06-03 | 1 | -1/+2 | |
| | | | | | | | | |||||
| | * | | | | | | Pick game icon based on the configured system language | 2023-06-03 | 1 | -1/+32 | |
| | |/ / / / / | |||||
| * | | | / / | android: Set version code | 2023-06-06 | 1 | -0/+1 | |
| | |_|_|/ / |/| | | | | |||||
| * | | | | | android: Improve Gradle build configuration | 2023-06-06 | 1 | -1/+2 | |
| | | | | | | |||||
| * | | | | | android: audio_core: sink_stream: Remove unnecessary check. | 2023-06-05 | 1 | -3/+0 | |
| | | | | | | |||||
| * | | | | | Merge pull request #10508 from yuzu-emu/lime | 2023-06-05 | 328 | -176/+21104 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | Project Lime - yuzu Android Port | ||||
| | * | | | | Merge pull request #10633 from t895/variable-surface-ratio | 2023-06-05 | 3 | -1/+62 | |
| | |\ \ \ \ | | | | | | | | | | | | | android: Use a custom view for changing emulation aspect ratio | ||||
| | | * | | | | android: Use a custom view for changing emulation aspect ratio | 2023-06-05 | 3 | -1/+62 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Credit to the Skyline team for the FixedRatioSurfaceView. | ||||
| | * | | | | | Merge pull request #10578 from PabloG02/lime-firmware&logs | 2023-06-05 | 9 | -33/+270 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | Add UI to import firmware and share logs | ||||
| | | * | | | | | android: HomeSettingsFragment: Use string resource for "Share log". | 2023-06-05 | 1 | -1/+1 | |
| | | | | | | | | |||||
| | | * | | | | | Address feedback | 2023-06-06 | 4 | -19/+28 | |
| | | | | | | | | |||||
| | | * | | | | | Attempt to move the unzip coroutine to a ViewModel | 2023-06-04 | 3 | -27/+94 | |
| | | | | | | | | |||||
| | | * | | | | | android: update strings | 2023-06-04 | 1 | -5/+5 | |
| | | | | | | | | |||||
| | | * | | | | | android: add option to share log | 2023-06-04 | 3 | -0/+36 | |
| | | | | | | | | |||||