| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-08 | image_info: adjust rescale thresholds and refactor constant use | Liam | |
| 2023-06-08 | vk_blit_screen: use higher bit depth for fxaa | Liam | |
| 2023-06-08 | Combine vertex/transform feedback buffer binding into a single call | Kelebek1 | |
| 2023-06-08 | nvnflinger: allow locking framerate during video playback | Liam | |
| 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 | service: nfc: Add backup support | german77 | |
| 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 | android: Improve Gradle build configuration | 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 | tz_manager: Fix comparison to wrong integer | lat9nq | |
| 2023-06-05 | tz_manager: Implement missing transition times | lat9nq | |
| time_zone_manager: Use s64 storage | |||
| 2023-06-05 | tz_manager: Warn on unimplemented code | lat9nq | |
| 2023-06-05 | tz_manager: Fix character offset not advancing | lat9nq | |
| 2023-06-05 | tz_manager: Fix off-by-one error | lat9nq | |
| 2023-06-05 | time_zone: Handle offset time zones | lat9nq | |
| time_zone: Remove maybe_unused time_zone: Use s64 storages time_zone: Catch by reference | |||
| 2023-06-05 | time_zone_binary: Add zoneinfo data | lat9nq | |
| Adds the basic time zone data for the system archive. time_zone_binary: Implement full system archive time_zone_binary: Remove unneeded template tz_binary: Make GenerateFiles static | |||
| 2023-06-05 | time: Implement missing services | Narr the Reg | |
| Implements GetTotalLocationNameCount LoadLocationNameList and GetTimeZoneRuleVersion. tz-manager: Fix sign issue | |||
| 2023-06-05 | time_zone_manager: Implement go_ahead/go_back | lat9nq | |
| 2023-06-05 | tz_content_manager: Try the system time zone first | lat9nq | |
| If we can't find the normal time zone string, try searching for the closest one. | |||
| 2023-06-05 | common: Move system time zone string detection | lat9nq | |
| Moves it from Settings to Common::TimeZone, since this algorithm doesn't depend on the setting. It also lets us use it in other libraries. common: Various fixes time_zone: Don't double up the std::abs Too many absolute values were causing mirrored time zones to resolve as the same. | |||
| 2023-06-05 | configure_system: Remove external offset on custom rtc | lat9nq | |
| 2023-06-05 | time: Remove auto timezone consideration | lat9nq | |
| GetTimeZoneString no longer reports a setting unique to yuzu, so we can assume a valid timezone string in core. | |||
| 2023-06-05 | settings: Always report a valid time zone | lat9nq | |
| Prevents needing to deduce the non-Switch setting in core. Instead, we deduce the meaning of this setting where the heresy is committed, in common. settings: Remove strftime usage GetTimeZoneString: Use standard features Also forces GMT on MinGW due to broken strftime. | |||
| 2023-06-05 | time_manager: Don't offset RTC by system time zone | lat9nq | |
| This causes the emulated system's universal time to be on the user's clock, and the user time to be off if they set a time zone. time_manager: Remove GetExternalRtcTime | |||
| 2023-06-05 | tz_content_manager: Detect system time zone | lat9nq | |
| Uses C++20 tzdb to determine the system timezone. The switch uses the 597 posix time zones, so this needs tests if the system time zone isn't posix-compliant. | |||
| 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 | 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 | yuzu: add opengl shader backend info in status bar | xcfrg | |
| 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 | |
