summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-06-12android: settings: Add reactive flushing as a default-disabled setting.bunnei
2023-06-12android: res: Remove translated strings that no longer exist.bunnei
2023-06-12Merge pull request #10743 from FearlessTobi/translationsbunnei
android: Add translation files manually
2023-06-12Merge pull request #10705 from german77/updatesbunnei
android: Add update and DLC support
2023-06-13android: Add translation files manuallyFearlessTobi
2023-06-12Merge pull request #10728 from t895/game-hashbunnei
android: Use autogenerated hash code function for Game class
2023-06-12Merge pull request #10724 from t895/auto-version-propertybunnei
android: Use autoVersion when gradle property is set
2023-06-12Merge pull request #10699 from liamwhite/conditional-barrierMatías Locatti
shader_recompiler: remove barriers in conditional control flow when device lacks support
2023-06-12Merge pull request #10693 from liamwhite/f64-to-f32bunnei
shader_recompiler: translate f64 to f32 when unsupported on host
2023-06-11android: Add update supportNarr the Reg
2023-06-12Merge pull request #10718 from liamwhite/buffered-ioMorph
qt: use larger buffer for update install
2023-06-11android: Use autogenerated hash code function for Game classCharles Lombardo
2023-06-11android: Use autoVersion when gradle property is setCharles Lombardo
2023-06-11Merge pull request #10668 from Kelebek1/reduce_vertex_bindingsbunnei
Combine vertex/transform feedback buffer binding into a single call
2023-06-11Merge pull request #10713 from t895/gradle-updatesbunnei
android: Gradle updates
2023-06-11qt: use larger buffer for update installLiam
2023-06-11android: Update dependenciesCharles Lombardo
2023-06-11android: Differentiate build types with new namesCharles Lombardo
Change the applicationIdSuffix and app launcher title based on build type
2023-06-11Android: Remove unused relWithVersionCode build typeCharles Lombardo
2023-06-11android: Use ContentResolver to get file extensionCharles Lombardo
Fixes an issue where we try to resolve file extension from URIs. Sometimes the URI will not contain the file name at all and instead a string of numbers. Here we query the content resolver and guarantee that we get a file name every time.
2023-06-10android: Fix screen orientation & blurriness.bunnei
2023-06-10Merge pull request #10670 from liamwhite/fxaa2bunnei
vk_blit_screen: use higher bit depth for fxaa
2023-06-10shader_recompiler: translate f64 to f32 when unsupported on hostLiam
2023-06-10shader_recompiler: remove barriers in conditional control flow when device ↵Liam
lacks support
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-08Combine vertex/transform feedback buffer binding into a single callKelebek1
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