Zach Hilman
5d6bf75296
es: Implement ETicket ListCommonTicket (11)
Returns an application specified count of entries of common tickets, starting at offset 0.
7 years ago
Zach Hilman
11f45e6015
es: Implement ETicket CountPersonalizedTicket (10)
Returns the number of personalized (console/user-unique) tickets in the KeyManager.
7 years ago
Zach Hilman
71bc2182c2
es: Implement ETicket CountCommonTicket (9)
Returns the number of common (non-console-unique) tickets in the KeyManager.
7 years ago
Zach Hilman
475a7a4446
es: Implement ETicket GetTitleKey (8)
Takes a rights ID as input and returns the associated title key, if it exists.
7 years ago
Zach Hilman
f15f73a555
es: Implement ETicket ImportTicket (1)
Takes a ticket and certificate and installs it to the KeyManager.
7 years ago
Zach Hilman
a4ef86a021
mii: Implement IDatabaseService SetInterfaceVersion
Appears to set a member variable used to affect the API that games access, and the method used to store data.
7 years ago
Michael Scire
36259c01c2
clang-format fixes
7 years ago
Michael Scire
7fb7d3c218
am: Implement GetAccumulatedSuspendedTickValue
7 years ago
Fernando Sahmkow
0fc98958a3
NVServices: Correct delayed responses.
7 years ago
Fernando Sahmkow
8c91d5c166
Nv_Host_Ctrl: Correct difference calculation
7 years ago
Fernando Sahmkow
f3a39e0c9c
NVServices: Address Feedback
7 years ago
Fernando Sahmkow
d20ede40b1
NVServices: Styling, define constructors as explicit and corrections
7 years ago
Fernando Sahmkow
b391e5f638
NVFlinger: Correct GCC compile error
7 years ago
Fernando Sahmkow
0335a25d1f
NVServices: Make NVEvents Automatic according to documentation.
7 years ago
Fernando Sahmkow
b6844bec60
NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.
7 years ago
Fernando Sahmkow
7d1b974bca
GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardware
7 years ago
Fernando Sahmkow
61697864c3
nvflinger: Make the force 30 fps still force 30 fps
7 years ago
Fernando Sahmkow
efdeab3a1d
nv_services: Fixes to event liberation.
7 years ago
Fernando Sahmkow
ea97589624
nvflinger: Acquire buffers in the same order as they were queued.
7 years ago
Fernando Sahmkow
24408cce9b
nv_services: Deglobalize NvServices
7 years ago
Fernando Sahmkow
0706d633bf
nv_host_ctrl: Make Sync GPU variant always return synced result.
7 years ago
Fernando Sahmkow
78add28aab
nvhost_ctrl: Corrections to event handling
7 years ago
Fernando Sahmkow
eef55f493b
Gpu: Mark areas as protected.
7 years ago
Fernando Sahmkow
a45643cb3b
nv_services: Stub CtrlEventSignal
7 years ago
Fernando Sahmkow
8942047d41
Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts
7 years ago
Fernando Sahmkow
e0027eba85
nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregister
7 years ago
Fernando Sahmkow
7039ece0a0
nv_services: Create GPU channels correctly
7 years ago
Fernando Sahmkow
82b829625b
video_core: Implement GPU side Syncpoints
7 years ago
Fernando Sahmkow
737e978f5b
nv_services: Correct buffer queue fencing and GPFifo fencing
7 years ago
Fernando Sahmkow
ceb5f5079c
nvflinger: Implement swap intervals
7 years ago
Zach Hilman
471b2a4211
acc_su: Implement GetProfileEditor (205)
Takes a UUID of a user and provides and interface that allows RW access to user data/settings.
7 years ago
Zach Hilman
812fb30821
acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage'
Verified with IDA
7 years ago
Zach Hilman
02560d6482
profile_manager: Add setter for ProfileBase and ProfileData
Needed by IProfileEditor 'Store' and 'StoreWithImage'
7 years ago
Zach Hilman
39f6d57c34
acc: Add IProfileCommon for IProfile and IProfileEditor
Since 2/3 of the commands are shared, this is likely how its done on HW.
7 years ago
Bakugo
b50557d1f0
file_sys: Rename other ContentRecordType members
7 years ago
David Marcec
965608e6d1
IAudioDevice::QueryAudioDeviceOutputEvent
The event should only be signaled when an output audio device gets changed. Example, Speaker to USB headset. We don't identify different devices internally yet so there's no need to signal the event yet.
7 years ago
David Marcec
472210bf72
hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignment
StartLrAssignmentMode and StopLrAssignmentMode don't require any implementation as it's just used for showing the screen of changing the controller orientation if the user wishes to do so. Ever since #1634 this has not been needed as users can specify the controller orientation from the config and swap at any time. We store a private member just in case this gets used for anything extra in the future
7 years ago
Zach Hilman
7e5d7773cc
am: Implement SetCpuBoostMode in terms of APM
7 years ago
Zach Hilman
e52306ca60
apm: Implement SetCpuBoostMode
7 years ago
Zach Hilman
1c6e6305ea
apm: Add getters for performance config and mode
7 years ago
Zach Hilman
9175b00e7d
apm: Add apm:am service
8.0.0+ identical version of apm
7 years ago
Zach Hilman
65eb9cbb28
apm: Add Controller class to manage speed data and application
7 years ago
Zach Hilman
d40f38967e
fsp-srv: Implement GetAccessLogVersionInfo
Returns some misc. data about logging to help the game determine if it should log.
7 years ago
Zach Hilman
db2fdd0352
fsp-srv: Implement OutputAccessLogToSdCard
Allows games to log data to the SD.
7 years ago
Zach Hilman
f477c5dfdd
set: Implement GetQuestFlag
Simply returns a true/false value indicating if the system is a kiosk system. This has been mapped to a config option for the purposes of yuzu.
7 years ago
David Marcec
dfe4b3f723
Attemp clang format fix?
Seems to be an issue with clang format
7 years ago
David Marcec
c2146c4eef
Addressed issues
7 years ago
David Marcec
fd6549be73
Addressed issues
7 years ago
David Marcec
0b03e8a98f
Implemented InitializeApplicationInfo & InitializeApplicationInfoRestricted
InitializeApplicationInfoRestricted will need further implementation as it's checking for other user requirements about the game. As we're emulating, we're assuming the user owns the game so we skip these checks currently, implementation will need to be added further on
7 years ago
Zach Hilman
bce4bfffb6
pm: Implement pm:shell and pm:dmnt GetApplicationPid
Returns the process ID of the current application or 0 if no app is running.
7 years ago