- Jul 18, 2018
-
-
Lioncash authored
This function actually depends on no internal class state, so it doesn't even need to be a part of the class interface.
-
bunnei authored
game_list: Make containsAllWords a const member function
-
bunnei authored
Telemetry: Minor changes
-
bunnei authored
game_list: Remove unnecessary QString initialization in KeyReleaseEater
-
bunnei authored
astc: Minor changes
-
Lioncash authored
We can just take the value parameter by value which allows both moving into it, and copies at the same time, depending on the calling code.
-
Lioncash authored
These operators don't modify internal class state, so they can be made const member functions. While we're at it, drop the unnecessary inline keywords. Member functions that are defined in the class declaration are already inline by default.
-
bunnei authored
Implement buffer cropping and default to handheld mode
-
Lioncash authored
This provides the equivalent behavior, but without as much boilerplate. While we're at it, explicitly default the move constructor, since we have a move-assignment operator defined.
-
Lioncash authored
This makes it consistent with most of the other private utility functions.
-
Lioncash authored
This doesn't actually modify the internal class state, so it can be a const member function. While we're at it, amend the function to take its arguments by const reference.
-
Lioncash authored
QString initializes to an empty string by default, so this does nothing meaningful. While we're at it, use a constructor initializer list for initializing the gamelist member variable.
-
Lioncash authored
There's no need to perform a separate resize.
-
Lioncash authored
-
Lioncash authored
A few member functions didn't actually modify class state, so these can be amended as necessary.
-
Lioncash authored
This also potentially avoids warnings, considering the copy assignment operator is supposed to have a return value.
-
Lioncash authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
- Jul 17, 2018
-
-
bunnei authored
GPU: Added register definitions for the stencil parameters.
-
Subv authored
-
Zach Hilman authored
-
bunnei authored
scheduler: Clear exclusive state when switching contexts
-
bunnei authored
svc:: Fix bug in svcWaitForAddress
-
bunnei authored
nvflinger: Fix for BufferQueue event handling.
-
bunnei authored
-
Michael Scire authored
-
- Jul 16, 2018
- Jul 15, 2018
-
-
Lioncash authored
-
bunnei authored
HID: Update controllers less often
-
bunnei authored
Minor logging improvements
-
James Rowe authored
-
James Rowe authored
-
bunnei authored
gl_rasterizer_cache: Implement texture format G8R8.
-
bunnei authored
-
bunnei authored
gl_rasterizer_cache: Fix incorrect offset in ConvertS8Z24ToZ24S8.
-
bunnei authored
gl_rasterizer_cache: Implement depth format Z16_UNORM.
-