Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/src/pc/gfx/gfx_screen_config.h
7861 views
1
#ifndef GFX_SCREEN_CONFIG_H
2
#define GFX_SCREEN_CONFIG_H
3
4
#define DESIRED_SCREEN_WIDTH configWindowWidth
5
#define DESIRED_SCREEN_HEIGHT configWindowHeight
6
7
#endif
8
9