Skip to content

Commit

Permalink
update option descriptions and labels
Browse files Browse the repository at this point in the history
  • Loading branch information
JLaferri committed Oct 7, 2021
1 parent 656675f commit 2be64a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions common/config/MeleeCodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,14 @@ const MeleeCodeOption lagReductionOptionOff = {

const MeleeCodeOption lagReductionOptionPd = {
2,
"PD",
"PDF",
g_lag_pd_size,
g_lag_pd,
};

const MeleeCodeOption lagReductionOptionPdVb = {
3,
"PD + Half VB",
"PDF + 1/2F",
g_lag_pdhalfvb_size,
g_lag_pdhalfvb,
};
Expand All @@ -216,13 +216,12 @@ const MeleeCodeOption *lagReductionOptions[MELEE_CODES_LAG_REDUCTION_OPTION_COUN
static const char *lagReductionDescription[] = {
"Lag reduction codes",
"",
" [PD]",
" [PDF]",
" Polling drift fix. Ensures",
" inputs are polled consistently.",
" Average 4.17ms reduction",
"",
" [PD + Half VB]",
" VB is the visual buffer.",
" [PDF + 1/2F]",
" Removes 1/2 frame of lag.",
" Average 12.50ms reduction",
" THIS IS ONLY FOR MONITORS.",
Expand Down Expand Up @@ -367,7 +366,7 @@ const MeleeCodeOption screenOptionDefault = {

const MeleeCodeOption screenOptionMonitor7360 = {
MELEE_CODES_WIDE_SHUTTERS_VALUE,
"73:60 Shutters",
"16:9➧73:60",
g_screen_wide_shutters_size,
g_screen_wide_shutters,
};
Expand All @@ -391,9 +390,9 @@ static const char *screenDescription[] = {
" [Default]",
" Use on CRT or for no change.",
"",
" [73:60 Shutters]",
" Easiest way to get proper",
" resolution on a monitor.",
" [16:9➧73:60]",
" Use on monitor to show Melee",
" at its native resolution.",
" Set monitor to full/stretch",
" as if using widescreen.",
"",
Expand Down
2 changes: 1 addition & 1 deletion common/include/NintendontVersion.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef __NINTENDONT_VERSION_H__
#define __NINTENDONT_VERSION_H__

#define NIN_VERSION "1.9.1"
#define NIN_VERSION "1.9.2"

#endif
Binary file removed kernel/gecko/g_lag_pdvb.bin
Binary file not shown.

0 comments on commit 2be64a5

Please sign in to comment.