Lioncash
|
4c82705e34
|
timestamp: Correct duplicate conditionals
Previously, the milliseconds field wasn't being used in comparisons on
Windows.
|
2020-06-23 06:24:06 -04:00 |
|
Lioncash
|
987b11a1d2
|
timestamp: Implement operator!= in terms of operator==
Same behavior, less code.
|
2020-06-23 06:20:29 -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 |
|