Fix cursor position on lower resolution screens
This commit is contained in:
parent
7b45f0d899
commit
67df04e0a2
2 changed files with 3 additions and 7 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue