Integrate all the progress into master #6
|
@ -87,7 +87,7 @@ namespace JabyEngine {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Display :: set_offset(int16_t x, int16_t y) {
|
void Display :: set_offset(int16_t x, int16_t y) {
|
||||||
// Todo: Apply these in a better way or never?
|
// TODO: Apply these in a better way or never?
|
||||||
static constexpr auto PS3_CorrectionX = 0; // 2
|
static constexpr auto PS3_CorrectionX = 0; // 2
|
||||||
static constexpr auto PS3_CorrectionY = 0; // 1
|
static constexpr auto PS3_CorrectionY = 0; // 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue