| Age | Commit message (Collapse) | Author |
|
|
|
|
|
common: uuid: Add hash function for UUID
|
|
|
|
|
|
nvdec: Better logging for unimplemented codecs
|
|
|
|
|
|
|
|
- Useful purely for debugging.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
yuzu-cmd: hide mouse cursor when started fullscreen
|
|
settings_ui: Add emulated joystick position dot to controller preview
|
|
|
|
astc_decoder: Various performance and memory optimizations
|
|
|
|
|
|
|
|
|
|
If non-blocking sockets are used, they generate a lot of Errno::AGAIN errors when they didn't receive any data. These errors shouldn't be logged.
|
|
nvdec: Fix VP9 reference frame refreshes
|
|
Service::NIFM::IGeneralService::GetCurrentIpConfigInfo currently hardcodes 192.168.1.100 as the IP address, which prevents LAN play from working correctly.
|
|
This was mainly used to keep track of mapped buffers for later unmapping. Since unmap is no longer implemented, this no longer seves a valuable purpose.
|
|
With reference frames refreshes fix, we no longer need to buffer two frames in advance.
We can also remove other unused or otherwise unneeded variables.
|
|
This resolves the artifacting when decoding VP9 streams.
|
|
Skip unmapping nvdec buffers to avoid breaking the continuity of the VP9 reference frame addresses, and the risk of invalidating data before the async GPU thread is done with it.
|
|
F_SETFL/F_GETFL are the correct commands to set a socket to be non-blocking
|
|
assert: Avoid empty macros
|
|
Used when UUID is a key in an unordered_map. The hash is produced by XORing the high and low 64-bits of the UUID together.
|
|
|
|
add description too fast gpu time
|
|
|
|
|
|
|
|
common: uuid: Add hex string to UUID constructor
|
|
|