Przeglądaj źródła

Adjust horizontal scaling

master
Nathaniel Walizer 10 miesięcy temu
rodzic
commit
e283bd2d8a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/ppu.h

+ 1
- 1
src/ppu.h Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz