update option_flags description

This commit is contained in:
Martin Michelsen
2024-03-06 09:55:43 -08:00
parent 0db0a55e6b
commit 2ecef68a72
+2 -3
View File
@@ -338,9 +338,8 @@ struct PSOGCCharacterFile {
// H = Player lobby labels (0 = name; 1 = name, language, and level; // H = Player lobby labels (0 = name; 1 = name, language, and level;
// 2 = W/D counts; 3 = challenge rank; 4 = nothing) // 2 = W/D counts; 3 = challenge rank; 4 = nothing)
// I = Idle disconnect time (0 = 15 mins; 1 = 30 mins; 2 = 45 mins; // I = Idle disconnect time (0 = 15 mins; 1 = 30 mins; 2 = 45 mins;
// 3 = 60 mins; 4 or 5: immediately; 6: 16 seconds; 7: 32 seconds). // 3 = 60 mins; 4: never; 5-7: undefined behavior due to a missing
// Obviously the behaviors for 4-7 are unintended; this is the result // bounds check).
// of a missing bounds check.
// J = Message speed (0 = slow; 1 = normal; 2 = fast; 3 = very fast) // J = Message speed (0 = slow; 1 = normal; 2 = fast; 3 = very fast)
// P = Cursor position (0 = saved; 1 = non-saved) // P = Cursor position (0 = saved; 1 = non-saved)
// Q = Button config (0 = normal; 1 = L/R reversed) // Q = Button config (0 = normal; 1 = L/R reversed)