Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-14 | k_process: PageTable -> GetPageTable | Liam | |
2023-07-12 | file_sys/content_archive: Detect compressed NCAs (#11047) | Tobias | |
2023-07-11 | Merge pull request #10985 from liamwhite/handle-translate | bunnei | |
k_server_session: translate special header for non-HLE requests | |||
2023-07-11 | Merge pull request #11070 from t895/home-setting-warning | bunnei | |
android: Visualize disabled home options | |||
2023-07-10 | android: Visualize disabled home options | Charles Lombardo | |
Allow for displaying options in the home options that are disabled with messages that explain why they are disabled. This includes reasoning for the GPU driver installation button. | |||
2023-07-10 | Merge pull request #10996 from Kelebek1/readblock_optimisation | bunnei | |
Use spans over guest memory where possible instead of copying data | |||
2023-07-10 | Merge pull request #11050 from SuperSamus/sdl-button-labels | bunnei | |
input_common: set `SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS` to 0 | |||
2023-07-09 | Merge pull request #11067 from t895/fragile-data | bunnei | |
android: Don't prompt to save user data on uninstall | |||
2023-07-09 | Merge pull request #11055 from lat9nq/tzdb-catch- | Morph | |
settings: Catch runtime error from STL | |||
2023-07-09 | android: Don't prompt to save user data on uninstall | Charles Lombardo | |
While this can be convenient in some scenarios, this will be a big problem for users trying to sideload different APK versions. If they forget the last one they had installed, they could have problems installing a new copy. | |||
2023-07-09 | Merge pull request #11063 from liamwhite/oops | Morph | |
arm_interface: correct breakpoint rewind condition | |||
2023-07-09 | arm_interface: correct breakpoint rewind condition | Liam | |
2023-07-09 | settings: Catch runtime error from STL | lat9nq | |
This function throws a runtime error we can catch on old Windows 10 installs, so we can catch it here rather than disable this path for everybody. | |||
2023-07-09 | Merge pull request #11030 from lat9nq/tz-restrict-msvc | Morph | |
settings: Disable C++20 time zone path on MSVC | |||
2023-07-08 | k_server_session: translate special header for non-HLE requests | Liam | |
2023-07-07 | input_common: set `SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS` to 0 | Martino Fontana | |
This allows to share the mappings between Nintendo and non-Nintendo controllers. Breaks the controller configuration for existing users who are using a Nintendo controller. (Documentation of the hint https://github.com/libsdl-org/SDL/blob/92b3c53c92971e685254fd89f89ce6bde8cea60e/include/SDL_hints.h#L512-L532) | |||
2023-07-06 | Merge pull request #10999 from Morph1984/fix-install-progress | liamwhite | |
main: Fix install progress calculation | |||
2023-07-06 | Merge pull request #11031 from german77/zero | liamwhite | |
input_common: Avoid potential division by zero | |||
2023-07-06 | vfs_real: use open file size for getting size (#11016) | liamwhite | |
2023-07-06 | main: Use 1_MiB as a constant for copy buffer size | Morph | |
2023-07-06 | main: Fix install progress calculation | Morph | |
The increased buffer size means that that progress bar size has to be adjusted | |||
2023-07-05 | input_common: Avoid potential division by zero | Narr the Reg | |
2023-07-05 | settings: Disable C++20 path on MSVC | lat9nq | |
Even though it compiles and runs fine on the latest Windows versions, older LTSC builds will crash due to lacking support somewhere in the OS. For now just disable it for MSVC until either Microsoft fixes this or we no longer support 1809 LTSC. | |||
2023-07-05 | Merge pull request #10994 from liamwhite/ue4-preferred | liamwhite | |
vulkan_common: use device local preferred for image memory | |||
2023-07-05 | Merge pull request #11006 from german77/nfc_nfc | liamwhite | |
service: nfc: Ensure controller is in the correct mode | |||
2023-07-05 | Merge pull request #11012 from gidoly/metroid-fix | liamwhite | |
Fix regression by unreal engine fix pr #11009 | |||
2023-07-04 | Fix ScratchBuffer moves | Kelebek1 | |
2023-07-03 | video_core: vulkan_device: Disable timeline semaphore on Turnip, fix qcom ↵ | bunnei | |
version check. | |||
2023-07-03 | Merge pull request #10964 from bunnei/gpu-remove-qcom-check | bunnei | |
video_core: vulkan_device: Fix S8Gen2 dynamic state checks. | |||
2023-07-03 | Merge pull request #10943 from t895/stick-modifiers | bunnei | |
android: Input overlay updates | |||
2023-07-03 | video_core: vulkan_device: Change to driver version check. | bunnei | |
2023-07-03 | android: Reintroduce launch mode as single top | german77 | |
2023-07-03 | oops re open | gidoly | |
2023-07-03 | Use `toUtf8()` for string passed to DBus | zeltermann | |
2023-07-02 | service: nfc: Ensure controller is in the correct mode | german77 | |
2023-07-02 | android: Version the input overlay | Charles Lombardo | |
Now within the Input Overlay file, there is a version that will determine when the overlay will be reset. This is intended for breaking changes like the ones we had with the additions of percentage based layouts or the addition of foldable/portrait layouts. This also includes versions for each individual layout so we don't have to reset every layout if only one is broken. Additionally, this includes new L3/R3 buttons. | |||
2023-07-02 | Use spans over guest memory where possible instead of copying data. | Kelebek1 | |
2023-07-02 | Merge pull request #10998 from Morph1984/qt-stop-messing-with-me | liamwhite | |
core_timing: Remove GetCurrentTimerResolution in CoreTiming loop | |||
2023-07-02 | Merge pull request #10479 from GPUCode/format-list | liamwhite | |
Add support for VK_KHR_image_format_list | |||
2023-07-02 | Merge pull request #10969 from Morph1984/k-synchronize | liamwhite | |
kernel: Synchronize | |||
2023-07-02 | core_timing: Remove GetCurrentTimerResolution in CoreTiming loop | Morph | |
Other programs may change this value, but if thousands of syscalls in this loop is undesirable, then we can just set this once. | |||
2023-07-02 | Merge pull request #10949 from t895/memory-requirements | liamwhite | |
android: Rework MemoryUtil | |||
2023-07-02 | Merge pull request #10942 from FernandoS27/android-is-a-pain-in-the-a-- | liamwhite | |
Memory Tracking: Add mechanism to register small writes when gpu page is contested by GPU | |||
2023-07-02 | Merge pull request #10710 from liamwhite/romfs2 | liamwhite | |
fsmitm_romfsbuild: avoid full path lookups | |||
2023-07-01 | vulkan_common: use device local preferred for image memory | Liam | |
2023-07-01 | Revert "texture_cache: Fix incorrect logic for AccelerateDMA" | Liam | |
This reverts commit 1fc47361a12afd91d8ea0b76378e0b3d4feb93a6. | |||
2023-07-01 | Merge pull request #10984 from comex/cob | liamwhite | |
Minor cleanup in BufferCacheRuntime::ReserveNullBuffer | |||
2023-07-01 | Merge pull request #10974 from Steveice10/macos_vk | liamwhite | |
vulkan: Improvements to macOS surface creation | |||
2023-07-01 | Merge pull request #10970 from Morph1984/thing | liamwhite | |
general: Misc changes that did not deserve their own PRs | |||
2023-07-01 | Merge pull request #10966 from Morph1984/heap-corruption | liamwhite | |
sink_stream: Resolve heap buffer corruption due to out of bounds write |