summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | time_zone_manager: Implement go_ahead/go_backGravatar lat9nq2023-06-051-1/+39
| | | |
| * | | tz_content_manager: Try the system time zone firstGravatar lat9nq2023-06-051-2/+9
| | | | | | | | | | | | | | | | | | | | If we can't find the normal time zone string, try searching for the closest one.
| * | | time: Remove auto timezone considerationGravatar lat9nq2023-06-053-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 zoneGravatar lat9nq2023-06-051-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 zoneGravatar lat9nq2023-06-051-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 DynarmicGravatar Liam2023-06-1215-172/+189
| |/ / |/| |
* | | android: Add update supportGravatar Narr the Reg2023-06-111-0/+1
| | |
* | | android: Add proper homebrew checkGravatar Charles Lombardo2023-06-092-1/+14
| | |
* | | Merge pull request #10623 from german77/backupGravatar liamwhite2023-06-087-39/+181
|\ \ \ | | | | | | | | service: nfc: Add backup support
| * | | service: nfc: Add backup supportGravatar german772023-06-067-39/+181
| | | |
* | | | nvnflinger: allow locking framerate during video playbackGravatar Liam2023-06-084-2/+27
| |_|/ |/| |
* | | Merge pull request #10591 from keve1227/localized-game-iconsGravatar liamwhite2023-06-073-9/+40
|\ \ \ | |/ / |/| | Localize game icons
| * | Fix typoGravatar Kevin Sundqvist Norlén2023-06-031-1/+1
| | | | | | | | | Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
| * | Update Chinese NX language namesGravatar Keve12272023-06-032-8/+8
| | | | | | | | | | | | ... as per the TLoZ: TotK icon files. Would this conflict with older games?
| * | Pick game icon based on the configured system languageGravatar Keve12272023-06-031-1/+32
| | |
* | | Merge pull request #10508 from yuzu-emu/limeGravatar bunnei2023-06-0513-57/+145
|\ \ \ | |_|/ |/| | Project Lime - yuzu Android Port
| * | core: hid: Finish linking motion from virtual controllersGravatar Narr the Reg2023-06-034-9/+55
| | |
| * | service: account: Save user profile folder on first user creationGravatar german772023-06-031-0/+1
| | |
| * | android: native: Add support for custom Vulkan driver loading.Gravatar bunnei2023-06-031-12/+5
| | |
| * | core: frontend: Refactor GraphicsContext to its own module.Gravatar bunnei2023-06-034-47/+73
| | |
| * | android: frontend: Integrate key installation for SAF.Gravatar bunnei2023-06-032-2/+2
| | |
| * | core: crypto: key_manager: Add methods to reload & validate keys.Gravatar bunnei2023-06-032-0/+11
| | |
| * | device_memory: Use smaller virtual reservation size for compatibility with ↵Gravatar Liam2023-06-032-1/+12
| |/ | | | | | | 39-bit paging
* | Merge pull request #10594 from liamwhite/double-patchGravatar bunnei2023-06-041-8/+12
|\ \ | | | | | | fsp-srv: avoid patching romfs multiple times
| * | fsp-srv: avoid patching romfs multiple timesGravatar Liam2023-06-031-8/+12
| |/
* | romfs: use vfs_cached for romfs outputGravatar Liam2023-06-033-24/+2
| |
* | vfs: add vfs_cached for romfs buildGravatar Liam2023-06-034-2/+99
|/
* Fix incorrect id check and potential out of bounds lookupGravatar Kelebek12023-05-311-1/+1
|
* vfs_concat: fix time complexity of readGravatar Liam2023-05-264-70/+125
|
* Merge pull request #10396 from german77/amiibo_writeGravatar bunnei2023-05-252-6/+11
|\ | | | | input_common: Implement amiibo writing
| * input_common: Implement amiibo writtingGravatar Narr the Reg2023-05-212-6/+11
| |
* | Merge pull request #10415 from german77/amiibo-no-keyGravatar bunnei2023-05-243-21/+52
|\ \ | | | | | | service: nfc: Remove encryption key requirement
| * | service: nfc: Remove encryption key requirementGravatar Narr the Reg2023-05-223-21/+52
| |/
* / k_memory_block_manager: remove auditing callsGravatar Liam2023-05-231-6/+2
|/
* service: hid: Use span instead of vector referenceGravatar german772023-05-143-14/+14
|
* Merge pull request #10244 from liamwhite/lower-upperGravatar Fernando S2023-05-133-2/+34
|\ | | | | time: implement ContinuousAdjustmentTimePoint
| * time: implement ContinuousAdjustmentTimePointGravatar Liam2023-05-113-2/+34
| |
* | Merge pull request #10237 from liamwhite/cache-storageGravatar bunnei2023-05-125-6/+50
|\ \ | | | | | | fs: stub cache storage
| * | fs: adjust future save pathGravatar Liam2023-05-112-4/+4
| | |
| * | am: stub CreateCacheStorageGravatar Liam2023-05-112-1/+33
| | |
| * | fs: stub cache storage and fix params alignmentGravatar Liam2023-05-112-5/+17
| |/
* | nvnflinger: fix Parcel serializationGravatar Liam2023-05-113-39/+49
| |
* | nvnflinger: fix producer slot fence initGravatar Liam2023-05-111-0/+1
|/
* service: nfc: Seed all random valuesGravatar Narr the Reg2023-05-092-6/+14
|
* service: nfp: Allow to load with a different amiibo idGravatar german772023-05-091-4/+13
|
* Merge pull request #10183 from liamwhite/modsGravatar liamwhite2023-05-093-3/+29
|\ | | | | vfs_vector: avoid n^2 lookup in layeredfs building
| * vfs_layered: avoid n^2 lookup in layeredfs buildingGravatar Liam2023-05-071-3/+6
| |
| * vfs_vector: avoid n^2 lookup in layeredfs buildingGravatar Liam2023-05-072-0/+23
| |
* | core: hid: Allow to calibrate gyro sensorGravatar Narr the Reg2023-05-084-1/+40
| |
* | Merge pull request #10075 from Kelebek1/silence_nifm_spamGravatar bunnei2023-05-073-5/+5
|\ \ | | | | | | Silence network spam