- 08 Jun, 2023 8 commits
-
-
Morph authored
-
Morph authored
-
Morph authored
Allows us to directly calculate the GPU tick without double conversion to and from the host clock tick.
-
Morph authored
-
Morph authored
Previously, we were mixing the raw CPU frequency and CNTFRQ. The raw CPU frequency (1020 MHz) should've never been used as CNTPCT (whose frequency is CNTFRQ) is the only counter available.
-
Morph authored
-
Morph authored
-
Morph authored
-
- 07 Jun, 2023 8 commits
-
-
bunnei authored
Android TV banner
-
qurious-pixel authored
-
liamwhite authored
CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules
-
liamwhite authored
Make VK_EXT_robustness2 optional
-
liamwhite authored
OpenGL: Make use of persistent buffer maps in buffer cache
-
liamwhite authored
AccelerateDMA: Fix incorrect check in Buffer<->Texture copies
-
liamwhite authored
Localize game icons
-
Morph authored
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.
-
- 06 Jun, 2023 20 commits
-
-
Morph authored
github/gitmodules: Misc fixes
-
Morph authored
-
Morph authored
-
Morph authored
android: Set version code
-
Live session user authored
-
Narr the Reg authored
-
Carlos Estrague / Mrc_munir authored
-
Narr the Reg authored
android: Improve Gradle build configuration
-
Narr the Reg authored
android: Fix ci builds with Java 17
-
Abandoned Cart authored
-
Abandoned Cart authored
-
bunnei authored
-
bunnei authored
Project Lime - yuzu Android Port
-
Carlos Estrague / Mrc_munir authored
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 .
-
bunnei authored
android: Use a custom view for changing emulation aspect ratio
-
bunnei authored
Add UI to import firmware and share logs
-
bunnei authored
-
Charles Lombardo authored
Credit to the Skyline team for the FixedRatioSurfaceView.
-
bunnei authored
audio_renderer: resolve adsp thread deadlock shutdown
-
bunnei authored
android: Add licenses page
-
- 05 Jun, 2023 4 commits
-
-
PabloG02 authored
-
Charles Lombardo authored
-
bunnei authored
android: String and settings organization changes
-
bunnei authored
android: Load settings at the start of each activity
-