Commit graph

  • c309a1c69b video_core: Removed AF for all mip modes option as it's default now Wollnashorn 2023-06-17 11:19:39 +0200
  • 4cbdce17b6 nx_tzdb: Directly reference variables in if statements lat9nq 2023-06-17 01:35:35 -0400
  • ec423c6919
    Merge pull request #10783 from liamwhite/memory bunnei 2023-06-16 16:53:25 -0700
  • 24e1e4dcee
    Merge pull request #10808 from t895/settings-stuffs bunnei 2023-06-16 16:52:54 -0700
  • 975122f4bb
    Merge pull request #10807 from t895/ktlint-fixes bunnei 2023-06-16 16:47:14 -0700
  • a1adcc31d3
    Merge pull request #10731 from german77/misc_fixes liamwhite 2023-06-16 18:18:24 -0400
  • 94e7cb05da vfs_real: ensure size cache is reset on write Liam 2023-06-16 16:43:14 -0400
  • 9f92104f3e android: Expose audio output engine setting Charles Lombardo 2023-06-15 22:15:33 -0400
  • 330358cd16 android: Bump ktlint version to 0.47.1 Charles Lombardo 2023-06-16 16:32:08 -0400
  • fc6a2fe779 android: Disable import-ordering ktlint check Charles Lombardo 2023-06-16 16:31:49 -0400
  • bf47f777b1 patch_manager: remove unnecessary GetSize calls Liam 2023-06-16 15:16:38 -0400
  • 734242c5bc vfs_real: misc optimizations Liam 2023-06-16 15:12:46 -0400
  • 13a4de647d android: Expose CPU debugging option Charles Lombardo 2023-06-15 17:05:17 -0400
  • 3ac2c74e85 android: Expose fastmem option Charles Lombardo 2023-06-15 16:49:09 -0400
  • 5aca03d0ff android: Support changing multiple settings at once Charles Lombardo 2023-06-15 16:48:23 -0400
  • 4112031c81
    Merge pull request #10801 from 8bitDream/fix_aspect bunnei 2023-06-16 11:45:32 -0700
  • c89be0dfab android: Fix aspect ratio when rotating screen Abandoned Cart 2023-06-16 09:56:10 -0400
  • b77a247e8c video_core: drawtexture support upscale Feng Chen 2023-06-16 17:45:15 +0800
  • 2dc0ff79ec video_core: Use sampler IDs instead pointers in the pipeline config The previous approach of storing pointers returned by GetGraphicsSampler/GetComputeSampler caused UB, as these functions can cause reallocation of the sampler slot vector and therefore invalidate the pointers Wollnashorn 2023-06-16 13:26:44 +0200
  • 1fa16bc594 cmake: Add warn about cross compiling, disable android lat9nq 2023-06-16 05:38:33 -0400
  • d9e2824c4e cmake: Check for target is Windows lat9nq 2023-06-16 05:32:11 -0400
  • d35c989902 cmake: Use non-conflicting variable names lat9nq 2023-06-16 05:07:30 -0400
  • 7ffb96f474 cmake: Extra time zone data download checks lat9nq 2023-06-16 01:03:46 -0400
  • e9701a3cda cmake: Add option to always download time zone data lat9nq 2023-06-16 04:32:31 -0400
  • b23c358e3d externals: submodule tzdb_to_nx lat9nq 2023-06-16 04:15:19 -0400
  • cdc73498e3 nx_tzdb: Support submoduling tzdb_to_nx lat9nq 2023-06-16 04:00:19 -0400
  • c7fc5b9348
    Merge pull request #10739 from zeltermann/sdl-cpuinfo liamwhite 2023-06-16 00:08:53 -0400
  • 41295ff8fe
    Merge pull request #10795 from german77/foomiibo liamwhite 2023-06-16 00:08:30 -0400
  • 9dd52019a9
    Merge pull request #10767 from t895/lint Charles Lombardo 2023-06-16 00:06:55 -0400
  • 8d8f850bd6 time_zone_manager: Compare to the correct boolean lat9nq 2023-06-15 23:05:41 -0400
  • 03e8d9aca7 nx_tzdb: Correct Antarctica spelling lat9nq 2023-06-15 23:03:54 -0400
  • d0be850f25 android: Apply ktlint codestyle Charles Lombardo 2023-06-15 22:36:54 -0400
  • d85129aa17 Android: Use ktlint for Kotlin code style Charles Lombardo 2023-06-13 19:04:42 -0400
  • a29fa119e0 android: Enable android linting Charles Lombardo 2023-06-13 19:04:10 -0400
  • 9a04793ae8
    Merge pull request #10796 from bunnei/fix-saf bunnei 2023-06-15 18:39:14 -0700
  • 0114abad9a
    Merge pull request #10790 from liamwhite/arm-driver-moment bunnei 2023-06-15 18:34:31 -0700
  • ca1cb9fd19
    Merge pull request #10775 from liamwhite/cb2 bunnei 2023-06-15 17:37:03 -0700
  • 0c90a0926f input_common: Add amiibo with originality signature support Narr the Reg 2023-06-15 17:39:01 -0600
  • 5384fa4998 android: fs: Fix Exists / IsFile for SAF. bunnei 2023-06-15 17:20:56 -0700
  • 3c217a5574
    Merge pull request #10639 from 8bitDream/pictureinpicture bunnei 2023-06-15 16:40:13 -0700
  • a3b7b5b22a video_core: Fallback to default anisotropy instead to 1x anisotropy Wollnashorn 2023-06-15 23:16:26 +0200
  • 745d16132b video_core: Disable AF for non-color image formats Wollnashorn 2023-06-15 20:59:33 +0200
  • 3e8cd91d54 video_core: Fixed compilation errors because of name shadowing Wollnashorn 2023-06-15 18:46:40 +0200
  • 3304d58edb vulkan_device: disable extended_dynamic_state2 on ARM drivers Liam 2023-06-15 12:29:23 -0400
  • 42c944b250 video_core: Add per-image anisotropy heuristics (format & mip count) Wollnashorn 2023-06-15 18:19:32 +0200
  • 2c01669046 video_core: preallocate fewer IR blocks Liam 2023-06-14 20:17:46 -0400
  • ce0510913a
    Merge pull request #10729 from liamwhite/windows-is-a-meme bunnei 2023-06-14 18:32:25 -0700
  • 61b4588517 service: nfc: Read tag protocol only for nfc backend Narr the Reg 2023-06-14 18:16:23 -0600
  • b1b13ddc6b service: nfc: Accuracy fixes Narr the Reg 2023-06-12 01:17:10 -0600
  • fb97aec26b
    Merge pull request #10781 from 8bitDream/vcpkg Morph 2023-06-14 18:07:05 -0400
  • 702a2ac631
    Merge pull request #10749 from Morph1984/strong-typing Morph 2023-06-14 18:03:11 -0400
  • 0869099da4 externals: Fix update vcpkg to 2023.06.14 Abandoned Cart 2023-06-14 18:01:03 -0400
  • 0e957c2e35 android: Move overlays to their own layout Abandoned Cart 2023-06-14 08:54:34 -0400
  • e20c4fbbd4 android: Initialize defaults for each orientations Abandoned Cart 2023-06-14 07:14:43 -0400
  • f34535f362 android: Display FPS with emulation on hinge Abandoned Cart 2023-06-13 06:36:48 -0400
  • 724823c193 android: Remove PiP reliance on fragment Abandoned Cart 2023-06-12 22:17:15 -0400
  • 0b442b6dd2 android: Set layout by fragment, not view Abandoned Cart 2023-06-12 12:23:07 -0400
  • 2b5dde162a android: Add a separate foldable layout set Abandoned Cart 2023-06-12 10:36:06 -0400
  • fb28f9fd96 android: Set portrait default control params Abandoned Cart 2023-06-12 08:49:11 -0400
  • eb4026e3db android: Actually implement portrait controls Abandoned Cart 2023-06-11 20:45:50 -0400
  • 0ef93541b4 android: Enable automated portrait controls Abandoned Cart 2023-06-11 19:37:55 -0400
  • de9100ea81 android: Add Picture in Picture / Orientation Abandoned Cart 2023-06-10 22:42:54 -0400
  • a10a091928
    Merge pull request #10726 from t895/emulation-nav-component bunnei 2023-06-14 12:47:14 -0700
  • b79c993328 android: Adapt EmulationActivity to navigation component Charles Lombardo 2023-06-11 19:54:54 -0400
  • 8d6aefdcc4 video_core: optionally skip barriers on feedback loops Liam 2023-06-14 14:11:46 -0400
  • 278336af63
    Merge pull request #10773 from 8bitDream/vcpkg bunnei 2023-06-14 09:32:14 -0700
  • cc4334870b renderer_vulkan: propagate conditional barrier support Liam 2023-06-14 10:49:40 -0400
  • 1cae01f5d5 externals: update vcpkg to 2023.06.14 Abandoned Cart 2023-06-14 08:34:33 -0400
  • 0de6b9e3f5 video_core: Apply AF only to samplers with normal LOD range [0, 1+x] Wollnashorn 2023-06-14 13:27:27 +0200
  • a9e4dddad5 video_core: Fix default anisotropic heuristic Wollnashorn 2023-06-14 11:21:22 +0200
  • 44f616edb9 video_core: Never apply AF to None mipmap mode Should fix some artifacts with the "apply anisotropic filtering for all mipmap modes" option Wollnashorn 2023-06-14 03:57:39 +0200
  • ed7c4af915 vfs_real: require file existence on open Liam 2023-06-13 17:22:47 -0400
  • dbbe237668 vfs_real: add simplified open file cache Liam 2023-06-13 17:16:10 -0400
  • 698a3eda50
    Merge pull request #10603 from lat9nq/tz-more-complete bunnei 2023-06-13 13:28:45 -0700
  • 190eed8199
    Merge pull request #10760 from FearlessTobi/translations Charles Lombardo 2023-06-13 15:48:45 -0400
  • b9bba3ac89 video_core: Disable anisotropic filtering for samplers with depth compare Wollnashorn 2023-06-13 18:07:08 +0200
  • 00fe302e60 android: Declare languages in locales_config.xml FearlessTobi 2023-06-13 19:59:25 +0200
  • 0644c9d6cb
    Merge pull request #10751 from german77/touch Charles Lombardo 2023-06-13 14:01:02 -0400
  • 14d25e2c75
    Merge pull request #10747 from liamwhite/arm-interface-decouple bunnei 2023-06-13 09:45:09 -0700
  • 0e7eaaba5a vfs_real: lazily open files Liam 2023-06-11 23:53:23 -0400
  • f25236a4d6 vfs_real: add file LRU cache for open file limits Liam 2023-06-04 18:44:50 -0400
  • 322ac1c20c android: Fix touch input german77 2023-06-13 00:13:42 -0600
  • 925586f97b buffer_cache_base: Specify buffer type in HostBindings Morph 2023-06-13 00:32:16 -0400
  • e2f6199225
    Merge pull request #10746 from bunnei/update-android-settings bunnei 2023-06-12 21:15:26 -0700
  • 8506915208 core: decouple ARM interface from Dynarmic Liam 2023-06-12 21:34:25 -0400
  • 0eacf547c0 video_core: Option to apply anisotropic filtering for all mipmap modes Wollnashorn 2023-06-12 15:59:44 +0200
  • e0de6dd63f
    Merge pull request #10675 from liamwhite/scaler liamwhite 2023-06-12 21:16:36 -0400
  • bcdd35e8be android: settings: Disable force_max_clock by default. bunnei 2023-06-12 17:57:48 -0700
  • f8a33f85ef android: settings: Add reactive flushing as a default-disabled setting. bunnei 2023-06-12 17:56:44 -0700
  • 306ad012c8 android: res: Remove translated strings that no longer exist. bunnei 2023-06-12 17:45:02 -0700
  • f9197f4dae
    Merge pull request #10743 from FearlessTobi/translations bunnei 2023-06-12 17:20:27 -0700
  • a550fe7a7d codespell: Exclude android resources directory FearlessTobi 2023-06-13 02:15:21 +0200
  • 9bee930045
    Merge pull request #10705 from german77/updates bunnei 2023-06-12 17:03:44 -0700
  • 26cdd7d980 android: Add translation files manually FearlessTobi 2023-06-13 01:00:23 +0200
  • 5144ca8bb6
    Merge pull request #10728 from t895/game-hash bunnei 2023-06-12 14:45:18 -0700
  • 5a2e0d5b76
    Merge pull request #10724 from t895/auto-version-property bunnei 2023-06-12 13:12:32 -0700
  • 42b2bc204f
    Merge pull request #10699 from liamwhite/conditional-barrier Matías Locatti 2023-06-12 16:50:59 -0300
  • ad8f122ab1
    Merge pull request #10693 from liamwhite/f64-to-f32 bunnei 2023-06-12 12:46:54 -0700
  • 0c04e27df3 Re-enable SDL's CPUinfo subsystem See https://github.com/libsdl-org/SDL/issues/7809. Disabling CPUinfo triggers a bug in SDL's audio subsystem, which breaks SDL's JACK output on Linux. We're lucky it hasn't broken anything else. zeltermann 2023-06-12 21:06:49 +0700
  • a338de7850 android: Add update support Narr the Reg 2023-06-08 17:26:24 -0600