summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-06-10Merge pull request #10670 from liamwhite/fxaa2bunnei
vk_blit_screen: use higher bit depth for fxaa
2023-06-10Merge pull request #10685 from liamwhite/serialization-is-hardMorph
qt: persist framerate sync option
2023-06-09Merge pull request #10691 from t895/nro-checkbunnei
android: Add proper homebrew check
2023-06-09android: Add proper homebrew checkCharles Lombardo
2023-06-09android: Fix input overlay version checkCharles Lombardo
2023-06-09Merge pull request #10614 from xcfrg/shader-backend-status-barliamwhite
yuzu: add opengl shader backend info in status bar
2023-06-09qt: persist framerate sync optionLiam
2023-06-08Merge pull request #10623 from german77/backupliamwhite
service: nfc: Add backup support
2023-06-08Merge pull request #10666 from liamwhite/my-framerate-is-fineliamwhite
nvnflinger: allow locking framerate during video playback
2023-06-08Merge pull request #10676 from bunnei/fix-mi-5-androidliamwhite
android: EmulationActivity: Fix orientation on Mi Pad 5.
2023-06-08android: EmulationActivity: Fix orientation on Mi Pad 5.bunnei
2023-06-09Fix potentially uninitialized local variable warningTokarev Artem
2023-06-08vk_blit_screen: use higher bit depth for fxaaLiam
2023-06-08nvnflinger: allow locking framerate during video playbackLiam
2023-06-07Merge pull request #10650 from qurious-pixel/android_tvbunnei
Android TV banner
2023-06-07remove version code declarationqurious-pixel
2023-06-07Merge pull request #10655 from Morph1984/msvc-cxx20liamwhite
CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules
2023-06-07Merge pull request #10635 from mrcmunir/l4t-tx1-nvidialiamwhite
Make VK_EXT_robustness2 optional
2023-06-07Merge pull request #10476 from ameerj/gl-memory-mapsliamwhite
OpenGL: Make use of persistent buffer maps in buffer cache
2023-06-07Merge pull request #10583 from ameerj/ill-logicliamwhite
AccelerateDMA: Fix incorrect check in Buffer<->Texture copies
2023-06-07Merge pull request #10591 from keve1227/localized-game-iconsliamwhite
Localize game icons
2023-06-06CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modulesMorph
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.
2023-06-06service: nfc: Add backup supportgerman77
2023-06-06Android TV bannerLive session user
2023-06-06android: Set version codeNarr the Reg
2023-06-06Updated to lexicographical order suggestionsCarlos Estrague / Mrc_munir
2023-06-06android: Improve Gradle build configurationAbandoned Cart
2023-06-05android: audio_core: sink_stream: Remove unnecessary check.bunnei
2023-06-05Merge pull request #10508 from yuzu-emu/limebunnei
Project Lime - yuzu Android Port
2023-06-06Make VK_EXT_robustness2 optionalCarlos Estrague / Mrc_munir
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 .
2023-06-05Merge pull request #10633 from t895/variable-surface-ratiobunnei
android: Use a custom view for changing emulation aspect ratio
2023-06-05Merge pull request #10578 from PabloG02/lime-firmware&logsbunnei
Add UI to import firmware and share logs
2023-06-05android: HomeSettingsFragment: Use string resource for "Share log".bunnei
2023-06-05android: Use a custom view for changing emulation aspect ratioCharles Lombardo
Credit to the Skyline team for the FixedRatioSurfaceView.
2023-06-05Merge pull request #10611 from liamwhite/audio-deadlockbunnei
audio_renderer: resolve adsp thread deadlock shutdown
2023-06-05Merge pull request #10618 from t895/licensesbunnei
android: Add licenses page
2023-06-06Address feedbackPabloG02
2023-06-05android: Create licenses pageCharles Lombardo
2023-06-04Merge pull request #10613 from t895/settings-changesbunnei
android: String and settings organization changes
2023-06-04android: Move settings to debug submenuCharles Lombardo
2023-06-04android: Load settings at the start of each activityCharles Lombardo
2023-06-04yuzu: add opengl shader backend info in status barxcfrg
2023-06-04Merge pull request #10594 from liamwhite/double-patchbunnei
fsp-srv: avoid patching romfs multiple times
2023-06-04Attempt to move the unzip coroutine to a ViewModelPabloG02
2023-06-04android: update stringsPabloG02
2023-06-04android: add option to share logPabloG02
2023-06-04android: add option to install firmwarePabloG02
2023-06-04android: move unzip function to FileUtil and use SecurityExceptionPabloG02
2023-06-04android: Several string changesCharles Lombardo
2023-06-04audio_renderer: resolve adsp thread deadlock shutdownLiam