summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-07-03acc_su: Implement GetProfileEditor (205)Zach Hilman
Takes a UUID of a user and provides and interface that allows RW access to user data/settings.
2019-07-03acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage'Zach Hilman
Verified with IDA
2019-07-03profile_manager: Add setter for ProfileBase and ProfileDataZach Hilman
Needed by IProfileEditor 'Store' and 'StoreWithImage'
2019-07-03acc: Add IProfileCommon for IProfile and IProfileEditorZach Hilman
Since 2/3 of the commands are shared, this is likely how its done on HW.
2019-07-02Merge pull request #2659 from FernandoS27/safe-cachesbunnei
rasterizer_cache: Protect inherited caches from submission level
2019-07-02file_sys: Rename other ContentRecordType membersBakugo
2019-07-01rasterizer_cache: Protect inherited caches from submission levelFernando Sahmkow
2019-07-01file_sys/registered_cache: Improve missing metadata errorBakugo
This can happen when installing NSPs too, not just XCIs.
2019-07-01file_sys/submission_package: Don't warn about missing DeltaFragment NCAsBakugo
DeltaFragments are not useful to us and are often not included in patch NSPs.
2019-07-01file_sys/registered_cache: Ignore DeltaFragment NCAs during installationBakugo
DeltaFragments are only used to download and apply partial patches on a real console, and are not useful to us at all. Most patch NSPs do not include them, and when they do, it's a waste of space to install them.
2019-07-01file_sys: Rename ContentRecordType::Patch to DeltaFragmentBakugo
Avoids potential confusion, since patches and DeltaFragments are not the same thing. Actual full patches are listed under the Program type.
2019-06-30Merge pull request #2583 from FernandoS27/core-timing-safebunnei
Core_Timing: Make core_timing threadsafe by default.
2019-06-28Merge pull request #2533 from DarkLordZach/memory-frozenbunnei
memory: Add class to manage and enforce memory freezing
2019-06-26Merge pull request #2548 from DarkLordZach/applet-shopnbunnei
applets: Implement backend and default frontend for Parental Controls and EShop (ShopN) applets
2019-06-25glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman
2019-06-24applets: Pass current process title ID to appletsZach Hilman
Avoids using system accessor to get current process in applet code.
2019-06-24general_frontend: Add documentation for parental controls and ecommerce appletsZach Hilman
2019-06-24web_browser: Only delete temporary directory if it was createdZach Hilman
Prevents crashes with ShopN applet occasionally.
2019-06-24web_browser: Take ECommerce applet frontend optionally in constructorZach Hilman
If it is needed but wasn't passed (or passed nullptr), the Shop handling code will alert and throw an error.
2019-06-24frontend: Add base class and default impl for ECommerce applet frontendZach Hilman
2019-06-24web_browser: Use function tables for execute and initializeZach Hilman
Allows easy handling of multiple shim types, as they have enough in common to be the same backend but not enough to share init/exec.
2019-06-24web_browser: Correct structures and properly parse TLVs/ShimKindZach Hilman
Much, much more HW-accurate and allows us to easily support all of the different web 'shim' types.
2019-06-24yuzu: Accept default applets for Parental Controls and ECommerceZach Hilman
2019-06-24applets: Track ECommerce and Parental Control applet frontendsZach Hilman
2019-06-24web_browser: Rename OpenPage to OpenPageLocalZach Hilman
This is more representative of what actually occurs, as web does support remote URLs which wouldn't need a romfs callback. This paves for easy future support of this with a call like 'OpenPageRemote' or similar.
2019-06-24frontend: Add base class and default impl of parent controls applet frontendZach Hilman
2019-06-24applets: Implement Auth applet backendZach Hilman
This is responsible for parental controls and supports verifying, changing, and registering PIN codes.
2019-06-24core: Keep track of ARPManager and register current application on bootZach Hilman
2019-06-24glue: Implement arp:w and arp:r servicesZach Hilman
These keep track of running process' launch properties and control properties and allows for issuing and reading them by process and title ID.
2019-06-24glue: Add errors for glue/arp servicesZach Hilman
2019-06-24glue: Add scaffolding for bgtc:t and bgtc:sc servicesZach Hilman
2019-06-24arp: Move to glue servicesZach Hilman
Glue is the name of the sysmodule that contains both arp and bgtc.
2019-06-24glue: Add manager to keep track of application registryZach Hilman
Manages mapping between title IDs and application launch and control properties.
2019-06-24registered_cache: Add getter to determine source slot in content provider unionZach Hilman
Used to determine StorageId source for application data.
2019-06-24patch_manager: Add getter for title versionZach Hilman
2019-06-22Update reporter.cppThomas May
2019-06-21Merge pull request #2579 from ReinUsesLisp/fix-aoffi-testbunnei
gl_device: Fix TestVariableAoffi test
2019-06-21Merge pull request #2602 from lioncash/castbunnei
service/acc: Silence truncation warnings
2019-06-21Merge pull request #2575 from DarkLordZach/process-id-typesbunnei
kernel: Differentiate kernel and user processes when picking ID
2019-06-21Merge pull request #2546 from DarkLordZach/kipsbunnei
loader, file_sys: Add support for parsing and loading KIP (Kernel Internal Process) files
2019-06-21Merge pull request #2482 from DarkLordZach/prepobunnei
core: Add detailed local reporting feature for development
2019-06-21Merge pull request #2291 from DarkLordZach/homebrew-testingbunnei
yuzu_tester: Add and implement testing utility for homebrew
2019-06-21service/acc: Silence truncation warningsLioncash
The sanitizing function ensures that the returned type is always the correct type. This eliminates warnings without extra casts.
2019-06-20freezer: Update documentationZach Hilman
2019-06-20core: Move Freezer class to tools namespaceZach Hilman
2019-06-20freezer: Add documentation for methodsZach Hilman
2019-06-20memory: Add class to manage and enforce memory freezingZach Hilman
2019-06-20Merge pull request #2596 from FernandoS27/revert-2590bunnei
Revert PR 2590.
2019-06-20Merge pull request #2595 from jonsn0w/patch-1Hexagon12
Update content_archive.cpp
2019-06-19Revert PR 2590.Fernando Sahmkow
Even though it has been proven that IAudioRenderer:SystemEvent is actually an automatic event. The current implementation of such event is all thought to be manual. Thus it's implementation needs to be corrected when doing such change. As it is right now this PR introduced a series of regressions on softlocks on multiple games. Therefore, this pr reverts such change until a correct implementation is made.