summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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: 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
| | | | | |
| * | | | | OpenGL: Make use of persistent buffer maps in buffer cache downloadsGravatar ameerj2023-05-2815-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-logicGravatar liamwhite2023-06-071-8/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | AccelerateDMA: Fix incorrect check in Buffer<->Texture copies
| * | | | | | texture_cache: Fix incorrect logic for AccelerateDMAGravatar ameerj2023-06-021-8/+4
| | | | | | |
* | | | | | | Merge pull request #10591 from keve1227/localized-game-iconsGravatar liamwhite2023-06-074-10/+42
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Localize game icons
| * | | | | | Fix typoGravatar Kevin Sundqvist Norlén2023-06-031-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
| * | | | | | Update Chinese NX language namesGravatar Keve12272023-06-032-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ... as per the TLoZ: TotK icon files. Would this conflict with older games?
| * | | | | | Issue a reload if the system language changedGravatar Keve12272023-06-031-1/+2
| | | | | | |
| * | | | | | Pick game icon based on the configured system languageGravatar Keve12272023-06-031-1/+32
| |/ / / / /
* | | | / / android: Set version codeGravatar Narr the Reg2023-06-061-0/+1
| |_|_|/ / |/| | | |
* | | | | android: Improve Gradle build configurationGravatar Abandoned Cart2023-06-061-1/+2
| | | | |
* | | | | android: audio_core: sink_stream: Remove unnecessary check.Gravatar bunnei2023-06-051-3/+0
| | | | |
* | | | | Merge pull request #10508 from yuzu-emu/limeGravatar bunnei2023-06-05328-176/+21104
|\ \ \ \ \ | |_|_|/ / |/| | | | Project Lime - yuzu Android Port
| * | | | Merge pull request #10633 from t895/variable-surface-ratioGravatar bunnei2023-06-053-1/+62
| |\ \ \ \ | | | | | | | | | | | | android: Use a custom view for changing emulation aspect ratio
| | * | | | android: Use a custom view for changing emulation aspect ratioGravatar Charles Lombardo2023-06-053-1/+62
| | | | | | | | | | | | | | | | | | | | | | | | Credit to the Skyline team for the FixedRatioSurfaceView.
| * | | | | Merge pull request #10578 from PabloG02/lime-firmware&logsGravatar bunnei2023-06-059-33/+270
| |\ \ \ \ \ | | | | | | | | | | | | | | Add UI to import firmware and share logs
| | * | | | | android: HomeSettingsFragment: Use string resource for "Share log".Gravatar bunnei2023-06-051-1/+1
| | | | | | |
| | * | | | | Address feedbackGravatar PabloG022023-06-064-19/+28
| | | | | | |
| | * | | | | Attempt to move the unzip coroutine to a ViewModelGravatar PabloG022023-06-043-27/+94
| | | | | | |
| | * | | | | android: update stringsGravatar PabloG022023-06-041-5/+5
| | | | | | |
| | * | | | | android: add option to share logGravatar PabloG022023-06-043-0/+36
| | | | | | |