Zach Hilman
fe150ae0a4
key_manager: Convert Ticket union to std::variant
7 years ago
Zach Hilman
51374d2489
es: Populate/synthesize tickets on construction
7 years ago
Zach Hilman
7b86f1b7f8
key_manager: Add structure for Ticket parsing
7 years ago
Zach Hilman
f48746b485
es: Implement ETicket GetPersonalizedTicketData (17)
Copies the raw personal ticket data into the buffer provided.
7 years ago
Zach Hilman
1558181ac8
es: Implement ETicket GetCommonTicketData (16)
Copies the raw common ticket data for the specified rights ID into the buffer provided.
7 years ago
Zach Hilman
b5863d70bb
es: Implement ETicket GetPersonalizedTicketSize (15)
Returns the size of the buffer needed to hold the personal ticket associated with the rights ID.
7 years ago
Zach Hilman
40e9ecb944
es: Implement ETicket GetCommonTicketSize (14)
Returns the size of the buffer needed to hold the common ticket associated with the rights ID.
7 years ago
Zach Hilman
b7bc1ca0a4
es: Implement ETicket ListPersonalizedTicket (12)
Returns an application-specific number of entries of personal tickets, starting at offset 0.
7 years ago
Zach Hilman
d096722c60
es: Implement ETicket ListCommonTicket (11)
Returns an application specified count of entries of common tickets, starting at offset 0.
7 years ago
Zach Hilman
df8800b719
es: Implement ETicket CountPersonalizedTicket (10)
Returns the number of personalized (console/user-unique) tickets in the KeyManager.
7 years ago
Zach Hilman
59df34708d
es: Implement ETicket CountCommonTicket (9)
Returns the number of common (non-console-unique) tickets in the KeyManager.
7 years ago
Zach Hilman
0ec000ec39
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
73ceeea0e4
es: Implement ETicket ImportTicket (1)
Takes a ticket and certificate and installs it to the KeyManager.
7 years ago
Zach Hilman
67e5cb8b21
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
ce79a125cc
clang-format fixes
7 years ago
Michael Scire
597e3aadf0
am: Implement GetAccumulatedSuspendedTickValue
7 years ago
Fernando Sahmkow
658934de85
NVServices: Correct delayed responses.
7 years ago
Fernando Sahmkow
cbb5d814bc
Nv_Host_Ctrl: Correct difference calculation
7 years ago
Fernando Sahmkow
94a7beb8b9
NVServices: Address Feedback
7 years ago
Fernando Sahmkow
b8b874005f
NVServices: Styling, define constructors as explicit and corrections
7 years ago
Fernando Sahmkow
a156731a9c
NVFlinger: Correct GCC compile error
7 years ago
Fernando Sahmkow
9db53b51b6
NVServices: Make NVEvents Automatic according to documentation.
7 years ago
Fernando Sahmkow
1238b13642
NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.
7 years ago
Fernando Sahmkow
604dc3f59b
GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardware
7 years ago
Fernando Sahmkow
bd05d92c26
nvflinger: Make the force 30 fps still force 30 fps
7 years ago
Fernando Sahmkow
575bf9d7fb
nv_services: Fixes to event liberation.
7 years ago
Fernando Sahmkow
4aa0a8add2
nvflinger: Acquire buffers in the same order as they were queued.
7 years ago
Fernando Sahmkow
531e3431fb
nv_services: Deglobalize NvServices
7 years ago
Fernando Sahmkow
772d205e8f
nv_host_ctrl: Make Sync GPU variant always return synced result.
7 years ago
Fernando Sahmkow
58f62368b3
nvhost_ctrl: Corrections to event handling
7 years ago
Fernando Sahmkow
095e6b1cd9
Gpu: Mark areas as protected.
7 years ago
Fernando Sahmkow
8c8e96b87c
nv_services: Stub CtrlEventSignal
7 years ago
Fernando Sahmkow
1fb8727a9a
Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts
7 years ago
Fernando Sahmkow
9a3dea2bdc
nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregister
7 years ago
Fernando Sahmkow
5ff576460e
nv_services: Create GPU channels correctly
7 years ago
Fernando Sahmkow
779c115dbb
video_core: Implement GPU side Syncpoints
7 years ago
Fernando Sahmkow
6fd625d497
nv_services: Correct buffer queue fencing and GPFifo fencing
7 years ago
Fernando Sahmkow
feac2e189e
nvflinger: Implement swap intervals
7 years ago
Zach Hilman
0bcf3756a8
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
9cb38c327a
acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage'
Verified with IDA
7 years ago
Zach Hilman
d25b6dae26
profile_manager: Add setter for ProfileBase and ProfileData
Needed by IProfileEditor 'Store' and 'StoreWithImage'
7 years ago
Zach Hilman
151feaf21b
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
81c1c139fe
file_sys: Rename other ContentRecordType members
7 years ago
David Marcec
f7d0320b84
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
f9eeba983f
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
a6f0026b75
am: Implement SetCpuBoostMode in terms of APM
7 years ago
Zach Hilman
1564a8835c
apm: Implement SetCpuBoostMode
7 years ago
Zach Hilman
b4838ee850
apm: Add getters for performance config and mode
7 years ago
Zach Hilman
5870cce7e1
apm: Add apm:am service
8.0.0+ identical version of apm
7 years ago
Zach Hilman
80c4d6eaf8
apm: Add Controller class to manage speed data and application
7 years ago