Sfoglia il codice sorgente

Adjust horizontal scaling

master
Nathaniel Walizer 10 mesi fa
parent
commit
e283bd2d8a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/ppu.h

+ 1
- 1
src/ppu.h Vedi File

@@ -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)


Loading…
Annulla
Salva