Zach Hilman
37a352e9d3
mii: Handle logging of unknown database source
7 years ago
David Marcec
0330f5d6f8
IFriendService::GetFriendList
We don't have any friends implemented in Yuzu yet so it doesn't make sense to return any friends. For now we'll be returning 0 friends however the information provided will allow a proper implementation of this cmd when needed.
7 years ago
David Marcec
5234e08a0d
addressed issues
7 years ago
Zach Hilman
50d5414075
key_manager: Convert Ticket union to std::variant
7 years ago
Zach Hilman
d9ef20e5a5
es: Populate/synthesize tickets on construction
7 years ago
Zach Hilman
f8718ae779
key_manager: Add structure for Ticket parsing
7 years ago
Zach Hilman
b294b13584
es: Implement ETicket GetPersonalizedTicketData (17)
Copies the raw personal ticket data into the buffer provided.
7 years ago
Zach Hilman
c6a32dc077
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
44b0c19f6a
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
35b617b57f
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
669a21babb
es: Implement ETicket ListPersonalizedTicket (12)
Returns an application-specific number of entries of personal tickets, starting at offset 0.
7 years ago
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