| Age | Commit message (Collapse) | Author |
|
It releases a reference to an nvmap object
|
|
It removes a mapping previously created with the MapBufferEx ioctl.
|
|
GLRenderer: Log the shader source code when program linking fails.
|
|
Added IPC RequestWithContext & ControlWithContext
|
|
* Add and correct some Error Modules
|
|
Updated nfp to have more service names
|
|
svcSignalProcessWideKey.
|
|
threads.
|
|
|
|
|
|
|
|
|
|
buffer to 128 MB.
The stream buffer is where all the vertex data is copied, some games require this to be much bigger than the 4 MB we used to have.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial support for multi-core
|
|
More accurate GetTPCMasks impl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Stubs for QLaunch
* Wiped unrelated stuff
* Addressed comment
* Dropped GetPopFromGeneralChannelEvent
|
|
* hid: Update mouse/keyboard state
* hid: Working analog sticks
* hid: Nits
* hid: Nits
* hid: Update mystery sections
* hid: Tweaks
|
|
memory_hook: Default virtual destructor in the cpp file
|
|
core_timing: Don't include the log header in core timing's header
|
|
Prevents creating multiple copies of the vtable in every translation unit that uses the class.
Also silences a -Wweak-vtables warning
|
|
Avoids propagating logging macros and facilities to files that may not need them.
This also allows hiding an internal constant.
|
|
general: Make formatting of logged hex values more straightforward
|
|
vector_math: Ensure members are always initialized
|
|
ipc: Add support for PopIpcInterface() method.
|
|
This makes the formatting expectations more obvious (e.g. any zero padding specified
is padding that's entirely dedicated to the value being printed, not any pretty-printing
that also gets tacked on).
|