Skip to content

Commit 41e1cae

Browse files
committed
scroll animation in menu, stretched instead of streched, quick_save_file accessible as load file option
Signed-off-by: Vincent-FK <[email protected]>
1 parent a83296a commit 41e1cae

File tree

3 files changed

+168
-116
lines changed

3 files changed

+168
-116
lines changed

sys.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ typedef enum{
3232

3333
///------ Definition of the different aspect ratios
3434
#define ASPECT_RATIOS \
35-
X(ASPECT_RATIOS_TYPE_STRECHED, "STRECHED") \
35+
X(ASPECT_RATIOS_TYPE_STRETCHED, "STRETCHED") \
3636
X(ASPECT_RATIOS_TYPE_SCALED, "SCALED") \
3737
X(NB_ASPECT_RATIOS_TYPES, "")
3838

0 commit comments

Comments
 (0)