Changeset a2b296e in buchla-emu for emu/lcd.c


Ignore:
Timestamp:
12/31/2017 05:14:32 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
f0af168
Parents:
9b204fa
Message:

Smaller LCD and console windows. Mouse scaling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/lcd.c

    r9b204fa ra2b296e  
    2424int32_t lcd_verbose = 0;
    2525
    26 #define WIN_W (1615 * 2 / 3)
    27 #define WIN_H (304 * 2 / 3)
     26#define WIN_W (1615 / 2)
     27#define WIN_H (304 / 2)
    2828
    2929#define GFX_BGR 0x00000000
Note: See TracChangeset for help on using the changeset viewer.