summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* android: settings: Add reactive flushing as a default-disabled setting.Gravatar bunnei2023-06-125-0/+24
|
* android: res: Remove translated strings that no longer exist.Gravatar bunnei2023-06-1214-106/+0
|
* Merge pull request #10743 from FearlessTobi/translationsGravatar bunnei2023-06-1214-0/+4816
|\ | | | | android: Add translation files manually
| * android: Add translation files manuallyGravatar FearlessTobi2023-06-1314-0/+4816
| |
* | Merge pull request #10705 from german77/updatesGravatar bunnei2023-06-127-5/+183
|\ \ | |/ |/| android: Add update and DLC support
| * android: Add update supportGravatar Narr the Reg2023-06-117-5/+183
| |
* | Merge pull request #10728 from t895/game-hashGravatar bunnei2023-06-121-7/+12
|\ \ | | | | | | android: Use autogenerated hash code function for Game class
| * | android: Use autogenerated hash code function for Game classGravatar Charles Lombardo2023-06-111-7/+12
| | |
* | | Merge pull request #10724 from t895/auto-version-propertyGravatar bunnei2023-06-121-1/+15
|\ \ \ | | | | | | | | android: Use autoVersion when gradle property is set
| * | | android: Use autoVersion when gradle property is setGravatar Charles Lombardo2023-06-111-1/+15
| |/ /
* | | Merge pull request #10699 from liamwhite/conditional-barrierGravatar Matías Locatti2023-06-1210-0/+65
|\ \ \ | | | | | | | | shader_recompiler: remove barriers in conditional control flow when device lacks support
| * | | shader_recompiler: remove barriers in conditional control flow when device ↵Gravatar Liam2023-06-1010-0/+65
| | | | | | | | | | | | | | | | lacks support
* | | | Merge pull request #10693 from liamwhite/f64-to-f32Gravatar bunnei2023-06-128-0/+198
|\ \ \ \ | | | | | | | | | | shader_recompiler: translate f64 to f32 when unsupported on host
| * | | | shader_recompiler: translate f64 to f32 when unsupported on hostGravatar Liam2023-06-108-0/+198
| | | | |
* | | | | Merge pull request #10718 from liamwhite/buffered-ioGravatar Morph2023-06-121-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | qt: use larger buffer for update install
| * | | | qt: use larger buffer for update installGravatar Liam2023-06-111-1/+1
| | | | |
* | | | | Merge pull request #10668 from Kelebek1/reduce_vertex_bindingsGravatar bunnei2023-06-116-24/+148
|\ \ \ \ \ | | | | | | | | | | | | Combine vertex/transform feedback buffer binding into a single call
| * | | | | Combine vertex/transform feedback buffer binding into a single callGravatar Kelebek12023-06-086-24/+148
| | | | | |
* | | | | | Merge pull request #10713 from t895/gradle-updatesGravatar bunnei2023-06-112-16/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | android: Gradle updates
| * | | | | | android: Update dependenciesGravatar Charles Lombardo2023-06-111-4/+4
| | | | | | |
| * | | | | | android: Differentiate build types with new namesGravatar Charles Lombardo2023-06-112-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the applicationIdSuffix and app launcher title based on build type
| * | | | | | Android: Remove unused relWithVersionCode build typeGravatar Charles Lombardo2023-06-111-10/+0
| | |_|_|_|/ | |/| | | |
* / | | | | android: Use ContentResolver to get file extensionGravatar Charles Lombardo2023-06-113-11/+28
|/ / / / / | | | | | | | | | | | | | | | 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.
* | / / / android: Fix screen orientation & blurriness.Gravatar bunnei2023-06-104-95/+5
| |/ / / |/| | |
* | | | Merge pull request #10670 from liamwhite/fxaa2Gravatar bunnei2023-06-101-4/+4
|\ \ \ \ | |_|_|/ |/| | | vk_blit_screen: use higher bit depth for fxaa
| * | | vk_blit_screen: use higher bit depth for fxaaGravatar Liam2023-06-081-4/+4
| | | |
* | | | Merge pull request #10685 from liamwhite/serialization-is-hardGravatar Morph2023-06-101-0/+2
|\ \ \ \ | | | | | | | | | | qt: persist framerate sync option
| * | | | qt: persist framerate sync optionGravatar Liam2023-06-091-0/+2
| | | | |
* | | | | Merge pull request #10691 from t895/nro-checkGravatar bunnei2023-06-098-13/+51
|\ \ \ \ \ | | | | | | | | | | | | android: Add proper homebrew check
| * | | | | android: Add proper homebrew checkGravatar Charles Lombardo2023-06-098-13/+51
| | |_|_|/ | |/| | |
* / | | | android: Fix input overlay version checkGravatar Charles Lombardo2023-06-091-12/+14
|/ / / /
* | | | Merge pull request #10614 from xcfrg/shader-backend-status-barGravatar liamwhite2023-06-093-1/+14
|\ \ \ \ | |/ / / |/| | | yuzu: add opengl shader backend info in status bar
| * | | yuzu: add opengl shader backend info in status barGravatar xcfrg2023-06-043-1/+14
| | | |
* | | | Merge pull request #10623 from german77/backupGravatar liamwhite2023-06-0810-39/+184
|\ \ \ \ | | | | | | | | | | service: nfc: Add backup support
| * | | | service: nfc: Add backup supportGravatar german772023-06-0610-39/+184
| | | | |
* | | | | Merge pull request #10666 from liamwhite/my-framerate-is-fineGravatar liamwhite2023-06-0811-24/+48
|\ \ \ \ \ | | | | | | | | | | | | nvnflinger: allow locking framerate during video playback
| * | | | | nvnflinger: allow locking framerate during video playbackGravatar Liam2023-06-0811-24/+48
| | |_|/ / | |/| | |
* | | | | Merge pull request #10676 from bunnei/fix-mi-5-androidGravatar liamwhite2023-06-081-1/+2
|\ \ \ \ \ | | | | | | | | | | | | android: EmulationActivity: Fix orientation on Mi Pad 5.
| * | | | | android: EmulationActivity: Fix orientation on Mi Pad 5.Gravatar bunnei2023-06-081-1/+2
| |/ / / /
* / / / / Fix potentially uninitialized local variable warningGravatar Tokarev Artem2023-06-091-1/+1
|/ / / /
* | | | Merge pull request #10650 from qurious-pixel/android_tvGravatar bunnei2023-06-072-14/+8
|\ \ \ \ | |_|_|/ |/| | | Android TV banner
| * | | remove version code declarationGravatar qurious-pixel2023-06-071-1/+0
| | | |
| * | | Android TV bannerGravatar Live session user2023-06-063-14/+9
| | | |
* | | | Merge pull request #10655 from Morph1984/msvc-cxx20Gravatar liamwhite2023-06-071-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 modulesGravatar Morph2023-06-061-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-nvidiaGravatar liamwhite2023-06-071-4/+4
|\ \ \ \ | | | | | | | | | | Make VK_EXT_robustness2 optional
| * | | | Updated to lexicographical order suggestionsGravatar Carlos Estrague / Mrc_munir2023-06-061-3/+3
| | | | |
| * | | | Make VK_EXT_robustness2 optionalGravatar Carlos Estrague / Mrc_munir2023-06-061-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-mapsGravatar liamwhite2023-06-0715-204/+316
|\ \ \ \ \ | | | | | | | | | | | | OpenGL: Make use of persistent buffer maps in buffer cache
| * | | | | gl_staging_buffers: Optimization to reduce fence waitingGravatar ameerj2023-05-282-4/+22
| | | | | |