Lioncash
|
83a01c27a2
|
file_system: Prevent resource leaks in DeleteDirectory()
We need to remember to close the search handle in the error cases.
|
2020-06-23 06:13:54 -04:00 |
|
Lioncash
|
e064196f25
|
rectangle: Correct assignment of right within SetExtents
Previously left was being assigned twice in a row.
|
2020-06-23 05:50:43 -04:00 |
|
Lioncash
|
7a05f8402b
|
playstation_mouse: Amend initial x value
Previously the last host y position was being written to twice, which
seems like a typo.
|
2020-06-23 05:48:25 -04:00 |
|
Lioncash
|
0abe4c60b4
|
cd_image: Make use of std::array where applicable
Simplifies array copies.
|
2020-06-23 05:35:26 -04:00 |
|
Lioncash
|
a27aa45e6a
|
bitfield: Make interface fully constexpr
Given C++17 is being used, the entire interface is capable of being
constexpr.
|
2020-06-23 05:27:40 -04:00 |
|
Lioncash
|
76af96f15b
|
system: Correct error dialog in PSF load case
Corrects the error message to state that the PSF couldn't be loaded
rather than EXE.
|
2020-06-23 05:13:47 -04:00 |
|