Fix cursor position on lower resolution screens

This commit is contained in:
loki
2021-05-06 16:51:59 +02:00
parent 7b45f0d899
commit 67df04e0a2
2 changed files with 3 additions and 7 deletions

View File

@@ -373,11 +373,9 @@ static encoder_t software {
static std::vector<encoder_t> encoders {
#ifdef _WIN32
nvenc,
#endif
software,
#ifdef _WIN32
amdvce,
#endif
software
};
void reset_display(std::shared_ptr<platf::display_t> &disp, AVHWDeviceType type) {