Age | Commit message (Collapse) | Author |
|
We don't need to copy the whole pair
|
|
Resolves a -Wextra-semi warning
|
|
clear() when empty is simply a no-op, so we can get rid of the check
here and let the stdlib do it for us.
|
|
Gets rid of indirect includes and includes only what the interface
needs.
|
|
While we're in the same area, we can also avoid performing std::stoi in
a loop when it only needs to be performed once.
|
|
This is only using the input facilities, so we don't need to use the
fully-fleged stringstream.
|
|
Same behavior, but without the potential for extra allocations.
|
|
This also means we can get rid of the dependency on <regex>
|
|
Parameters shouldn't have the colon by their name.
|
|
Prevents these values from potentially clashing with anything in other
headers.
|
|
|
|
Kernel: Improve threading & scheduling V3
|
|
Texture Cache: Fix mismatching image/views on blits
|
|
kernel: svc: Implement ProcessMemory and CodeMemory SVCs
|
|
QWheelEvent::pos() is deprecated. Make use of position().toPoint() instead.
|
|
- Used by Immortals Fenyx Rising
|
|
service/notif: Add notif:a and stub ListAlarmSettings, Initialize
|
|
service/hid: Implement SetNpadJoyAssignmentMode
|
|
Support multiple videos playing
|
|
Fixed #7502
|
|
shader_recompiler/backend: Minor organization and refactoring to reduce compile time overhead
|
|
|
|
Co-authored-by: Mai M. <mathew1800@gmail.com>
|
|
GetCurrentThreadPointer calls.
|
|
|
|
|
|
|
|
changes.
|
|
|
|
|
|
|
|
- Fixes a crash in Megadimension Neptunia VII.
|
|
- Fixes a potential deadlock on service thread shutdown.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
down.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|