luajitos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

screen_config.h (306B)


      1 #ifndef SCREEN_CONFIG_H
      2 #define SCREEN_CONFIG_H
      3 
      4 /* Default screen resolution - single source of truth */
      5 /* Using 1024x768 as it's a standard VESA mode supported by QEMU */
      6 #define DEFAULT_SCREEN_WIDTH  1024
      7 #define DEFAULT_SCREEN_HEIGHT 768
      8 #define DEFAULT_SCREEN_BPP    32
      9 
     10 #endif /* SCREEN_CONFIG_H */