| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | time_zone_manager: Implement go_ahead/go_back | 2023-06-05 | 1 | -1/+39 | ||
| | | | | | ||||||
| | * | | | tz_content_manager: Try the system time zone first | 2023-06-05 | 1 | -2/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | If we can't find the normal time zone string, try searching for the closest one. | |||||
| | * | | | time: Remove auto timezone consideration | 2023-06-05 | 3 | -33/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | GetTimeZoneString no longer reports a setting unique to yuzu, so we can assume a valid timezone string in core. | |||||
| | * | | | time_manager: Don't offset RTC by system time zone | 2023-06-05 | 1 | -5/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| | * | | | tz_content_manager: Detect system time zone | 2023-06-05 | 1 | -1/+11 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | core: decouple ARM interface from Dynarmic | 2023-06-12 | 15 | -172/+189 | ||
| | |/ / |/| | | ||||||
| * | | | android: Add update support | 2023-06-11 | 1 | -0/+1 | ||
| | | | | ||||||
| * | | | android: Add proper homebrew check | 2023-06-09 | 2 | -1/+14 | ||
| | | | | ||||||
| * | | | Merge pull request #10623 from german77/backup | 2023-06-08 | 7 | -39/+181 | ||
| |\ \ \ | | | | | | | | | service: nfc: Add backup support | |||||
| | * | | | service: nfc: Add backup support | 2023-06-06 | 7 | -39/+181 | ||
| | | | | | ||||||
| * | | | | nvnflinger: allow locking framerate during video playback | 2023-06-08 | 4 | -2/+27 | ||
| | |_|/ |/| | | ||||||
| * | | | Merge pull request #10591 from keve1227/localized-game-icons | 2023-06-07 | 3 | -9/+40 | ||
| |\ \ \ | |/ / |/| | | Localize game icons | |||||
| | * | | Fix typo | 2023-06-03 | 1 | -1/+1 | ||
| | | | | | | | | | | Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> | |||||
| | * | | Update Chinese NX language names | 2023-06-03 | 2 | -8/+8 | ||
| | | | | | | | | | | | | | ... as per the TLoZ: TotK icon files. Would this conflict with older games? | |||||
| | * | | Pick game icon based on the configured system language | 2023-06-03 | 1 | -1/+32 | ||
| | | | | ||||||
| * | | | Merge pull request #10508 from yuzu-emu/lime | 2023-06-05 | 13 | -57/+145 | ||
| |\ \ \ | |_|/ |/| | | Project Lime - yuzu Android Port | |||||
| | * | | core: hid: Finish linking motion from virtual controllers | 2023-06-03 | 4 | -9/+55 | ||
| | | | | ||||||
| | * | | service: account: Save user profile folder on first user creation | 2023-06-03 | 1 | -0/+1 | ||
| | | | | ||||||
| | * | | android: native: Add support for custom Vulkan driver loading. | 2023-06-03 | 1 | -12/+5 | ||
| | | | | ||||||
| | * | | core: frontend: Refactor GraphicsContext to its own module. | 2023-06-03 | 4 | -47/+73 | ||
| | | | | ||||||
| | * | | android: frontend: Integrate key installation for SAF. | 2023-06-03 | 2 | -2/+2 | ||
| | | | | ||||||
| | * | | core: crypto: key_manager: Add methods to reload & validate keys. | 2023-06-03 | 2 | -0/+11 | ||
| | | | | ||||||
| | * | | device_memory: Use smaller virtual reservation size for compatibility with ↵ | 2023-06-03 | 2 | -1/+12 | ||
| | |/ | | | | | | | 39-bit paging | |||||
| * | | Merge pull request #10594 from liamwhite/double-patch | 2023-06-04 | 1 | -8/+12 | ||
| |\ \ | | | | | | | fsp-srv: avoid patching romfs multiple times | |||||
| | * | | fsp-srv: avoid patching romfs multiple times | 2023-06-03 | 1 | -8/+12 | ||
| | |/ | ||||||
| * | | romfs: use vfs_cached for romfs output | 2023-06-03 | 3 | -24/+2 | ||
| | | | ||||||
| * | | vfs: add vfs_cached for romfs build | 2023-06-03 | 4 | -2/+99 | ||
| |/ | ||||||
| * | Fix incorrect id check and potential out of bounds lookup | 2023-05-31 | 1 | -1/+1 | ||
| | | ||||||
| * | vfs_concat: fix time complexity of read | 2023-05-26 | 4 | -70/+125 | ||
| | | ||||||
| * | Merge pull request #10396 from german77/amiibo_write | 2023-05-25 | 2 | -6/+11 | ||
| |\ | | | | | input_common: Implement amiibo writing | |||||
| | * | input_common: Implement amiibo writting | 2023-05-21 | 2 | -6/+11 | ||
| | | | ||||||
| * | | Merge pull request #10415 from german77/amiibo-no-key | 2023-05-24 | 3 | -21/+52 | ||
| |\ \ | | | | | | | service: nfc: Remove encryption key requirement | |||||
| | * | | service: nfc: Remove encryption key requirement | 2023-05-22 | 3 | -21/+52 | ||
| | |/ | ||||||
| * / | k_memory_block_manager: remove auditing calls | 2023-05-23 | 1 | -6/+2 | ||
| |/ | ||||||
| * | service: hid: Use span instead of vector reference | 2023-05-14 | 3 | -14/+14 | ||
| | | ||||||
| * | Merge pull request #10244 from liamwhite/lower-upper | 2023-05-13 | 3 | -2/+34 | ||
| |\ | | | | | time: implement ContinuousAdjustmentTimePoint | |||||
| | * | time: implement ContinuousAdjustmentTimePoint | 2023-05-11 | 3 | -2/+34 | ||
| | | | ||||||
| * | | Merge pull request #10237 from liamwhite/cache-storage | 2023-05-12 | 5 | -6/+50 | ||
| |\ \ | | | | | | | fs: stub cache storage | |||||
| | * | | fs: adjust future save path | 2023-05-11 | 2 | -4/+4 | ||
| | | | | ||||||
| | * | | am: stub CreateCacheStorage | 2023-05-11 | 2 | -1/+33 | ||
| | | | | ||||||
| | * | | fs: stub cache storage and fix params alignment | 2023-05-11 | 2 | -5/+17 | ||
| | |/ | ||||||
| * | | nvnflinger: fix Parcel serialization | 2023-05-11 | 3 | -39/+49 | ||
| | | | ||||||
| * | | nvnflinger: fix producer slot fence init | 2023-05-11 | 1 | -0/+1 | ||
| |/ | ||||||
| * | service: nfc: Seed all random values | 2023-05-09 | 2 | -6/+14 | ||
| | | ||||||
| * | service: nfp: Allow to load with a different amiibo id | 2023-05-09 | 1 | -4/+13 | ||
| | | ||||||
| * | Merge pull request #10183 from liamwhite/mods | 2023-05-09 | 3 | -3/+29 | ||
| |\ | | | | | vfs_vector: avoid n^2 lookup in layeredfs building | |||||
| | * | vfs_layered: avoid n^2 lookup in layeredfs building | 2023-05-07 | 1 | -3/+6 | ||
| | | | ||||||
| | * | vfs_vector: avoid n^2 lookup in layeredfs building | 2023-05-07 | 2 | -0/+23 | ||
| | | | ||||||
| * | | core: hid: Allow to calibrate gyro sensor | 2023-05-08 | 4 | -1/+40 | ||
| | | | ||||||
| * | | Merge pull request #10075 from Kelebek1/silence_nifm_spam | 2023-05-07 | 3 | -5/+5 | ||
| |\ \ | | | | | | | Silence network spam | |||||