Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-28 | am: Implement SetCpuBoostMode in terms of APM | Zach Hilman | |
2019-06-28 | core: Keep instance of APM Controller | Zach Hilman | |
2019-06-28 | apm: Implement SetCpuBoostMode | Zach Hilman | |
2019-06-28 | apm: Add getters for performance config and mode | Zach Hilman | |
2019-06-28 | apm: Add apm:am service | Zach Hilman | |
8.0.0+ identical version of apm | |||
2019-06-28 | apm: Add Controller class to manage speed data and application | Zach Hilman | |
2019-06-26 | Merge pull request #2548 from DarkLordZach/applet-shopn | bunnei | |
applets: Implement backend and default frontend for Parental Controls and EShop (ShopN) applets | |||
2019-06-25 | glue: Correct missing bytes in ApplicationLaunchParameter | Zach Hilman | |
2019-06-24 | applets: Pass current process title ID to applets | Zach Hilman | |
Avoids using system accessor to get current process in applet code. | |||
2019-06-24 | general_frontend: Add documentation for parental controls and ecommerce applets | Zach Hilman | |
2019-06-24 | web_browser: Only delete temporary directory if it was created | Zach Hilman | |
Prevents crashes with ShopN applet occasionally. | |||
2019-06-24 | web_browser: Take ECommerce applet frontend optionally in constructor | Zach Hilman | |
If it is needed but wasn't passed (or passed nullptr), the Shop handling code will alert and throw an error. | |||
2019-06-24 | frontend: Add base class and default impl for ECommerce applet frontend | Zach Hilman | |
2019-06-24 | web_browser: Use function tables for execute and initialize | Zach 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-24 | web_browser: Correct structures and properly parse TLVs/ShimKind | Zach Hilman | |
Much, much more HW-accurate and allows us to easily support all of the different web 'shim' types. | |||
2019-06-24 | yuzu: Accept default applets for Parental Controls and ECommerce | Zach Hilman | |
2019-06-24 | applets: Track ECommerce and Parental Control applet frontends | Zach Hilman | |
2019-06-24 | web_browser: Rename OpenPage to OpenPageLocal | Zach 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-24 | frontend: Add base class and default impl of parent controls applet frontend | Zach Hilman | |
2019-06-24 | applets: Implement Auth applet backend | Zach Hilman | |
This is responsible for parental controls and supports verifying, changing, and registering PIN codes. | |||
2019-06-24 | core: Keep track of ARPManager and register current application on boot | Zach Hilman | |
2019-06-24 | glue: Implement arp:w and arp:r services | Zach 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-24 | glue: Add errors for glue/arp services | Zach Hilman | |
2019-06-24 | glue: Add scaffolding for bgtc:t and bgtc:sc services | Zach Hilman | |
2019-06-24 | arp: Move to glue services | Zach Hilman | |
Glue is the name of the sysmodule that contains both arp and bgtc. | |||
2019-06-24 | glue: Add manager to keep track of application registry | Zach Hilman | |
Manages mapping between title IDs and application launch and control properties. | |||
2019-06-24 | registered_cache: Add getter to determine source slot in content provider union | Zach Hilman | |
Used to determine StorageId source for application data. | |||
2019-06-24 | patch_manager: Add getter for title version | Zach Hilman | |
2019-06-22 | Update reporter.cpp | Thomas May | |
2019-06-21 | Merge pull request #2579 from ReinUsesLisp/fix-aoffi-test | bunnei | |
gl_device: Fix TestVariableAoffi test | |||
2019-06-21 | Merge pull request #2602 from lioncash/cast | bunnei | |
service/acc: Silence truncation warnings | |||
2019-06-21 | Merge pull request #2575 from DarkLordZach/process-id-types | bunnei | |
kernel: Differentiate kernel and user processes when picking ID | |||
2019-06-21 | Merge pull request #2546 from DarkLordZach/kips | bunnei | |
loader, file_sys: Add support for parsing and loading KIP (Kernel Internal Process) files | |||
2019-06-21 | Merge pull request #2482 from DarkLordZach/prepo | bunnei | |
core: Add detailed local reporting feature for development | |||
2019-06-21 | Merge pull request #2291 from DarkLordZach/homebrew-testing | bunnei | |
yuzu_tester: Add and implement testing utility for homebrew | |||
2019-06-21 | service/acc: Silence truncation warnings | Lioncash | |
The sanitizing function ensures that the returned type is always the correct type. This eliminates warnings without extra casts. | |||
2019-06-20 | Merge pull request #2596 from FernandoS27/revert-2590 | bunnei | |
Revert PR 2590. | |||
2019-06-20 | Merge pull request #2595 from jonsn0w/patch-1 | Hexagon12 | |
Update content_archive.cpp | |||
2019-06-19 | Revert 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. | |||
2019-06-19 | Merge pull request #2591 from lioncash/record | bunnei | |
core: Remove unused CiTrace source files | |||
2019-06-19 | Merge pull request #2590 from lioncash/event | bunnei | |
service/audio/audren_u: Correct event reset type for the system event | |||
2019-06-19 | Update content_archive.cpp | jonsn0w | |
log clutter in debug logs when theres really no need | |||
2019-06-19 | Merge pull request #2594 from FearlessTobi/very-important-change | Zach Hilman | |
yuzu/configure_input: Add missing space in window title | |||
2019-06-19 | Change to a more descriptive name | Tobias | |
2019-06-19 | yuzu/configure_input: Add missing space in window name | Tobias | |
2019-06-20 | Added missing space between two words | Alex Subaric | |
Added missing whitespace character between two words in the "Warning Missing Derivation Components" warning message box. | |||
2019-06-19 | Merge pull request #2584 from ogniK5377/cadence | Zach Hilman | |
Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent | |||
2019-06-18 | core: Remove unused CiTrace source files | Lioncash | |
These source files have been unused for the entire lifecycle of the project. They're a hold-over from Citra and only add to the build time of the project, so they can be removed. There's also likely no way this would ever work in yuzu in its current form without revamping quite a bit of it, given how different the GPU on the Switch is compared to the 3DS. | |||
2019-06-18 | service/audio/audren_u: Correct event reset type for the system event | Lioncash | |
This is actually an auto-reset event in the audio service itself, not a manual one. | |||
2019-06-17 | Merge pull request #2562 from ReinUsesLisp/split-cbuf-upload | bunnei | |
video_core/engines: Move ConstBufferInfo out of Maxwell3D |