mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +00:00
Fuck smooth scaling
This commit is contained in:
parent
2816992fcf
commit
d4d0ca4644
3 changed files with 1 additions and 3 deletions
|
|
@ -74,7 +74,7 @@ void Config::read(int argc, char *argv[]){
|
||||||
PO_DESC(EnableSixteenByNine, bool, false) \
|
PO_DESC(EnableSixteenByNine, bool, false) \
|
||||||
PO_DESC(fullscreen, bool, false) \
|
PO_DESC(fullscreen, bool, false) \
|
||||||
PO_DESC(fixedAspectRatio, bool, true) \
|
PO_DESC(fixedAspectRatio, bool, true) \
|
||||||
PO_DESC(smoothScaling, bool, true) \
|
PO_DESC(smoothScaling, bool, false) \
|
||||||
PO_DESC(vsync, bool, true) \
|
PO_DESC(vsync, bool, true) \
|
||||||
PO_DESC(defScreenW, int, 0) \
|
PO_DESC(defScreenW, int, 0) \
|
||||||
PO_DESC(defScreenH, int, 0) \
|
PO_DESC(defScreenH, int, 0) \
|
||||||
|
|
|
||||||
|
|
@ -73,4 +73,3 @@ void blitEnd();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // GLMETA_H
|
#endif // GLMETA_H
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -999,4 +999,3 @@ void Graphics::remDisposable(Disposable *d){
|
||||||
const TEX::ID &Graphics::obscuredTex() const{
|
const TEX::ID &Graphics::obscuredTex() const{
|
||||||
return p->obscuredTex;
|
return p->obscuredTex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue