Add 120hz refresh rate

This commit is contained in:
tobspr 2020-06-28 10:24:11 +02:00
parent 1092975f08
commit 3672f52619
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ export const allApplicationSettings = [
}),
new EnumSetting("refreshRate", {
options: ["60", "100", "144", "165", "250", G_IS_DEV ? "10" : "500"],
options: ["60", "100", "120", "144", "165", "250", G_IS_DEV ? "10" : "500"],
valueGetter: rate => rate,
textGetter: rate => rate + " Hz",
category: categoryGame,