Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-08 | Merge pull request #10676 from bunnei/fix-mi-5-android | liamwhite | |
android: EmulationActivity: Fix orientation on Mi Pad 5. | |||
2023-06-08 | Merge pull request #10677 from tokarevart/fix-warning | liamwhite | |
Fix a potentially uninitialized local variable warning causing a build error | |||
2023-06-08 | android: EmulationActivity: Fix orientation on Mi Pad 5. | bunnei | |
2023-06-09 | Fix potentially uninitialized local variable warning | Tokarev Artem | |
2023-06-07 | Merge pull request #10650 from qurious-pixel/android_tv | bunnei | |
Android TV banner | |||
2023-06-07 | remove version code declaration | qurious-pixel | |
2023-06-07 | Merge pull request #10655 from Morph1984/msvc-cxx20 | liamwhite | |
CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules | |||
2023-06-07 | Merge pull request #10635 from mrcmunir/l4t-tx1-nvidia | liamwhite | |
Make VK_EXT_robustness2 optional | |||
2023-06-07 | Merge pull request #10476 from ameerj/gl-memory-maps | liamwhite | |
OpenGL: Make use of persistent buffer maps in buffer cache | |||
2023-06-07 | Merge pull request #10583 from ameerj/ill-logic | liamwhite | |
AccelerateDMA: Fix incorrect check in Buffer<->Texture copies | |||
2023-06-07 | Merge pull request #10591 from keve1227/localized-game-icons | liamwhite | |
Localize game icons | |||
2023-06-06 | CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules | Morph | |
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-06 | Merge pull request #10651 from Morph1984/a | Morph | |
github/gitmodules: Misc fixes | |||
2023-06-06 | gitmodules: Fix libadrenotools submodule | Morph | |
2023-06-06 | github: Remove release workflow | Morph | |
2023-06-06 | Merge pull request #10649 from german77/version | Morph | |
android: Set version code | |||
2023-06-06 | Android TV banner | Live session user | |
2023-06-06 | android: Set version code | Narr the Reg | |
2023-06-06 | Updated to lexicographical order suggestions | Carlos Estrague / Mrc_munir | |
2023-06-06 | Merge pull request #10643 from 8bitDream/gradle-config | Narr the Reg | |
android: Improve Gradle build configuration | |||
2023-06-06 | Merge pull request #10641 from 8bitDream/ci-android | Narr the Reg | |
android: Fix ci builds with Java 17 | |||
2023-06-06 | android: Improve Gradle build configuration | Abandoned Cart | |
2023-06-06 | android: Fix ci builds with Java 17 | Abandoned Cart | |
2023-06-05 | android: audio_core: sink_stream: Remove unnecessary check. | bunnei | |
2023-06-05 | Merge pull request #10508 from yuzu-emu/lime | bunnei | |
Project Lime - yuzu Android Port | |||
2023-06-06 | Make VK_EXT_robustness2 optional | Carlos 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-05 | Merge pull request #10633 from t895/variable-surface-ratio | bunnei | |
android: Use a custom view for changing emulation aspect ratio | |||
2023-06-05 | Merge pull request #10578 from PabloG02/lime-firmware&logs | bunnei | |
Add UI to import firmware and share logs | |||
2023-06-05 | android: HomeSettingsFragment: Use string resource for "Share log". | bunnei | |
2023-06-05 | android: Use a custom view for changing emulation aspect ratio | Charles Lombardo | |
Credit to the Skyline team for the FixedRatioSurfaceView. | |||
2023-06-05 | Merge pull request #10611 from liamwhite/audio-deadlock | bunnei | |
audio_renderer: resolve adsp thread deadlock shutdown | |||
2023-06-05 | Merge pull request #10618 from t895/licenses | bunnei | |
android: Add licenses page | |||
2023-06-06 | Address feedback | PabloG02 | |
2023-06-05 | android: Create licenses page | Charles Lombardo | |
2023-06-04 | Merge pull request #10613 from t895/settings-changes | bunnei | |
android: String and settings organization changes | |||
2023-06-04 | Merge pull request #10622 from t895/load-settings | bunnei | |
android: Load settings at the start of each activity | |||
2023-06-04 | android: Move settings to debug submenu | Charles Lombardo | |
2023-06-04 | android: Load settings at the start of each activity | Charles Lombardo | |
2023-06-04 | Merge pull request #10594 from liamwhite/double-patch | bunnei | |
fsp-srv: avoid patching romfs multiple times | |||
2023-06-04 | Attempt to move the unzip coroutine to a ViewModel | PabloG02 | |
2023-06-04 | android: update strings | PabloG02 | |
2023-06-04 | android: add option to share log | PabloG02 | |
2023-06-04 | android: add option to install firmware | PabloG02 | |
2023-06-04 | android: move unzip function to FileUtil and use SecurityException | PabloG02 | |
2023-06-04 | android: Several string changes | Charles Lombardo | |
2023-06-04 | audio_renderer: resolve adsp thread deadlock shutdown | Liam | |
2023-06-03 | Merge pull request #10588 from liamwhite/vfs-cached | bunnei | |
vfs: add vfs_cached for romfs build | |||
2023-06-04 | Merge pull request #10605 from 8bitDream/kotlin | Charles Lombardo | |
android: Resolve a couple Gradle warnings | |||
2023-06-03 | Merge pull request #10550 from kkoniuszy/linux-map-buildup-fix | bunnei | |
host_memory: merge adjacent placeholder mappings on Linux | |||
2023-06-04 | android: Resolve a couple Gradle warnings | Abandoned Cart | |