Explorar el Código

Adjust horizontal scaling

master
Nathaniel Walizer hace 10 meses
padre
commit
e283bd2d8a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/ppu.h

+ 1
- 1
src/ppu.h Ver fichero

@@ -49,7 +49,7 @@ struct nes_cart_t;

#define nes_ppu_frame_cycles (nes_ppu_dots * nes_ppu_frame)

#define nes_ppu_scan_w (320U) // Effective NTSC horizontal rez
#define nes_ppu_scan_w (292U)
#define nes_ppu_scan_h nes_ppu_height

#define nes_ppu_blocks_w (32U)


Cargando…
Cancelar
Guardar