- 12 Jun, 2023 2 commits
- 11 Jun, 2023 8 commits
-
-
bunnei authored
Combine vertex/transform feedback buffer binding into a single call
-
bunnei authored
android: Gradle updates
-
bunnei authored
android: Use ContentResolver to get file extension
-
Liam authored
-
Charles Lombardo authored
-
Charles Lombardo authored
Change the applicationIdSuffix and app launcher title based on build type
-
Charles Lombardo authored
-
Charles Lombardo authored
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.
-
- 10 Jun, 2023 9 commits
-
-
bunnei authored
android: Fix screen orientation & blurriness.
-
bunnei authored
-
bunnei authored
vk_blit_screen: use higher bit depth for fxaa
-
Liam authored
-
Morph authored
qt: persist framerate sync option
-
Morph authored
Add a codespell exception for kotlin OptIn
-
Abandoned Cart authored
-
bunnei authored
android: Add proper homebrew check
-
Charles Lombardo authored
-
- 09 Jun, 2023 10 commits
-
-
bunnei authored
android: Fix input overlay version check
-
Charles Lombardo authored
-
liamwhite authored
yuzu: add opengl shader backend info in status bar
-
Liam authored
-
liamwhite authored
service: nfc: Add backup support
-
liamwhite authored
nvnflinger: allow locking framerate during video playback
-
liamwhite authored
android: EmulationActivity: Fix orientation on Mi Pad 5.
-
liamwhite authored
Fix a potentially uninitialized local variable warning causing a build error
-
bunnei authored
-
Tokarev Artem authored
-
- 08 Jun, 2023 3 commits
- 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.
-