aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2019-09-22Deglobalize System: NvFlingerDavid Marcec
2019-09-22RebaseDavid Marcec
2019-09-22Deglobalize System: NimDavid Marcec
2019-09-22Deglobalize System: NifmDavid Marcec
2019-09-22Deglobalize System: NFPDavid Marcec
2019-09-22Deglobalize System: LDRDavid Marcec
2019-09-22Deglobalize System: IRSDavid Marcec
2019-09-22Deglobalize System: HidDavid Marcec
2019-09-22Deglobalize System: FriendDavid Marcec
2019-09-22Deglobalize System: FatalDavid Marcec
2019-09-22Deglobalize System: BtmDavid Marcec
2019-09-22Deglobalize System: BtdrvDavid Marcec
2019-09-22Deglobalize System: AocDavid Marcec
2019-09-22Deglobalize System: AmDavid Marcec
2019-09-22Merge pull request #2535 from DarkLordZach/cheat-v2David
cheat_engine: Use Atmosphere's Cheat VM and fix cheat crash
2019-09-22Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1David
system_archive: Move shared font data to system_archive and fix extended font data
2019-09-21pl_u: Use kernel physical memoryZach Hilman
2019-09-21qt: Prompt user for confirmation if exit lock is activeZach Hilman
2019-09-21dmnt_cheat_vm: Default initialize structure valuesZach Hilman
2019-09-22server side clang format fix2David Marcec
2019-09-21am: Implement ISelfController ExitLock commandsZach Hilman
2019-09-21am: Implement ISelfController ExitZach Hilman
Closes the current application.
2019-09-21am: Add RequestExit event to AppletMessageQueueZach Hilman
Tested against libnx, signals to games to begin cleanup.
2019-09-21core: Track system exit lock statusZach Hilman
Used to determine if yuzu should confirm before pausing or stopping a game.
2019-09-22Use clang-format provided by build serverDavid Marcec
2019-09-21pl_u: Remove excess static qualifierZach Hilman
2019-09-21pl_u: Use OSS system archives if real archives don't existZach Hilman
2019-09-22Merge pull request #2612 from DarkLordZach/prepo-newDavid
prepo: Implement New, System, and Non-User variants of SaveReport
2019-09-21dmnt_cheat_vm: Make Cheat VM compliant to code styleZach Hilman
2019-09-21core: Initialize cheats after load to avoid VMManager crashZach Hilman
This used to occur due to the VMManager being nullptr at the time cheats were registered (during load, but before it was done). This is bypassed by not accessing the VMManager for offset data until load is complete,
2019-09-21core: Update RegisterCheatList for new VMZach Hilman
2019-09-21patch_manager: Update cheat parsing for new VMZach Hilman
2019-09-21nso: Pass build ID directlyZach Hilman
As opposed to converting to string and then back to hex array
2019-09-21cheat_engine: Move to memory and strip VMZach Hilman
This is to go with the Atmosphere VM port, now it just contains the callbacks needed for the interface between DmntCheatVm and yuzu, along with the cheat parsers.
2019-09-21memory: Port Atmosphere's DmntCheatVmZach Hilman
This was done because the current VM contained many inaccuracies and this also allows cheats to have identical behavior between hardware and yuzu.
2019-09-21system_archive: Synthesize shared fonts system archivesZach Hilman
2019-09-21pl_u: Expose method to encrypt TTF to BFTTFZach Hilman
2019-09-21externals: Move OSS font data to file_sys in coreZach Hilman
2019-09-21prepo: Remove system global accessorsZach Hilman
2019-09-21prepo: Implement SaveReport New and System variantsZach Hilman
2019-09-21reporter: Differentiate between Old, New, and System play reportsZach Hilman
2019-09-21configure_debug: Move reporting option to loggingZach Hilman
2019-09-21filesystem: Add const qualification to various accessorsZach Hilman
2019-09-21core: Store FileSystemController in coreZach Hilman
2019-09-21settings: Add options for managing gamecard emulationZach Hilman
2019-09-21settings: Add options for setting storage sizesZach Hilman
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman
2019-09-21settings: Update LogSettings to show NAND/SDMC paths from FileUtilZach Hilman
2019-09-21card_image: Add accessors for gamecard certificateZach Hilman
Used by fsp-srv/IDeviceOperator
2019-09-21card_image: Add functions to query gamecard update partitionZach Hilman
Includes version and meta title ID, used by fsp-srv/IDeviceOperator