Zach Hilman
b8ce87103d
bcat: Add backend function for BCAT Indirect (launch parameter)
...
Returns the data that should be returned by PopLaunchParameter kind=ApplicationSpecific.
5 years ago
Zach Hilman
ea17b294ea
bcat: Expose CreateBackendFromSettings helper function
5 years ago
Zach Hilman
fe8c7e66e2
am: Unstub PopLaunchParameter and add bcat connection for app-specific data
...
Previously we were simply returning the account-preselect structure all times but if passed with a different mode the game expects application-specific data. This also adds a hook for BCAT into this allowing us to send the launch parameter through bcat,
5 years ago
Zach Hilman
02f8f1bb3e
configure_service: Allow Qt to open external links
5 years ago
Zach Hilman
f0551aef09
yuzu: Add UI tab to configure BCAT services
...
Also displays current events if boxcat is selected.
5 years ago
Zach Hilman
102db206e0
bcat: Implement cmd 90201 ClearDeliveryCacheStorage
...
Takes a title ID and simply deletes all the data for that title ID's bcat. Invokes the respective backend command.
5 years ago
Zach Hilman
1bde5a3c6a
bcat: Implement cmd 30100 SetPassphrase
...
Takes a title ID and passphrase (0x40 byte string) and passes it to the backend.
5 years ago
Zach Hilman
86773a7f08
bcat: Implement cmd RequestSyncDeliveryCache and variant
...
Variant also supports only updating a single directory. These just both invoke backend commands.
5 years ago
Zach Hilman
cb7c96b96a
bcat: Implement IDeliveryCacheProgressService commands
...
Used to query completion status and events for the current delivery task.
5 years ago
Zach Hilman
f352ad5c93
bcat: Implement IDeliveryCacheFileService commands
...
Used to read the contents of files and access their metadata.
5 years ago
Zach Hilman
8812018c1d
bcat: Implement IDeliveryCacheDirectoryService commands
...
Used to list and get directories at the root level.
5 years ago
Zach Hilman
862131ead9
bcat: Implement IDeliveryCacheStorageService commands
...
Used to create subclasses to manage files and directories and to list directories.
5 years ago
Zach Hilman
78d146f907
bcat: Add commands to create IDeliveryCacheStorageService
...
Used to access contents of download.
5 years ago
Zach Hilman
68658a8385
module: Create BCAT backend based upon Settings value on construction
5 years ago
Zach Hilman
2903f3524e
bcat: Add BCAT backend for Boxcat service
...
Downloads content from yuzu servers and unpacks it into the temporary directory provided. Fully supports all Backend features except passphrase.
5 years ago
Zach Hilman
2c0b75a744
bcat: Add backend class to generify the functions of BCAT
...
Provides the most abstract simplified functions of BCAT as functions. Also includes a NullBackend class which is just a no-op.
5 years ago
Zach Hilman
647992e666
settings: Add option to set BCAT backend
5 years ago
Zach Hilman
532ec459b8
nifm: Signal to applications that internet access is available
5 years ago
Zach Hilman
f6c53526b3
core/loader: Track the NSO build ID of the current process
5 years ago
Zach Hilman
943662dc3c
applets: Add accessor for AppletFrontendSet
...
Allows other services to call applets without using LLE.
5 years ago
Zach Hilman
f2073217a4
filesystem: Add getter for BCAT temporary directory
5 years ago
Zach Hilman
c00ed8f4ff
vfs: Add function to extract ZIP file into virtual filesystem
5 years ago
bunnei
dc29919bbe
Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule"
5 years ago
bunnei
28538bba9c
Merge pull request #2574 from DarkLordZach/dynarmic-jit-nullptr
...
arm_dynarmic: Check if jit is nullptr when preparing reschedule
5 years ago
ReinUsesLisp
f926230ab1
gl_shader_decompiler: Add tailing return for HUnpack2
5 years ago
ReinUsesLisp
25bfaffdff
gl_shader_decompiler: Fix clang build issues
5 years ago
bunnei
376f1a4432
Merge pull request #2869 from ReinUsesLisp/suld
...
shader/image: Implement SULD and fix SUATOM
5 years ago
Zach Hilman
14248685af
cmake: Add SCM detection for Azure
5 years ago
David
aaec1562f8
Merge pull request #2683 from DarkLordZach/lock-exit
...
am: Implement exit locking and self exit commands
5 years ago
David
a9abf4e7f8
Merge pull request #2889 from FearlessTobi/adwsawdawd
...
Add missing include
5 years ago
Zach Hilman
b835d76311
Merge pull request #2876 from ogniK5377/AcquireNpadStyleSetUpdateEventHandle-fix
...
AcquireNpadStyleSetUpdateEventHandle should have a separate event for each controller type
5 years ago
Zach Hilman
b7725812ac
Merge pull request #2877 from ogniK5377/framecount-rev7
...
Added frame_count for REV5 audio renderer
5 years ago
Zach Hilman
9f3bf6d157
main: Use const on all variable initializations
5 years ago
David
e31c15606b
Merge pull request #2895 from FearlessTobi/debug-logs
...
service/acc: Lower log severity from INFO to DEBUG
5 years ago
FearlessTobi
e22e0eb8d7
Add missing include
5 years ago
Fernando Sahmkow
a755f24369
Merge pull request #2873 from ogniK5377/new-ioctls
...
Initial implementation of Ioctl2 & Ioctl3
5 years ago
David Marcec
59fd910355
removed comment
5 years ago
David Marcec
654427d4d0
Rebased
5 years ago
Fernando Sahmkow
4ace69de9c
Merge pull request #2884 from ogniK5377/deglobal-sys-services
...
Remove usage of System::CurrentInterface() from most services
5 years ago
FearlessTobi
82979296d2
service/acc: Lower log severity from INFO to DEBUG
...
According to ogniK, this should have always been Debug and not Info.
5 years ago
David
9d69206cd0
Merge pull request #2870 from FernandoS27/multi-draw
...
Implement a MME Draw commands Inliner and correct host instance drawing
5 years ago
Fernando Sahmkow
822ca65d69
Merge pull request #2891 from FearlessTobi/rod-tex
...
video_core: Implement RGBX16F and lower Surface Copy log severity
5 years ago
David
3bfba23362
Merge pull request #2867 from ReinUsesLisp/configure-framebuffers-clean
...
gl_rasterizer: Remove unused code paths from ConfigureFramebuffers
5 years ago
Fernando Sahmkow
68f5aff64f
Maxwell3D: Corrections and refactors to MME instance refactor
5 years ago
David Marcec
9513abbb0a
removed unneeded semicolon
5 years ago
David Marcec
d961d5479e
Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"
...
This reverts commit fa1c60c33e
, reversing
changes made to e34899067b
.
5 years ago
David Marcec
e73ac40eaa
Removed reference to core timing to nvflinger and used system instead
5 years ago
David Marcec
aed884d121
marked controller constructors as explicit
5 years ago
David Marcec
bd1c4ec9a0
Rebase
5 years ago
David Marcec
fcdbf0bc53
Rebase
5 years ago