Changeset a86b3ab in buchla-emu


Ignore:
Timestamp:
09/07/2017 03:44:02 PM (7 years ago)
Author:
Alexander Heinrich <alex.heinrich@…>
Branches:
master
Children:
18e37d6
Parents:
d160dda
Message:

Formatting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/lcd.c

    rd160dda ra86b3ab  
    7272static int32_t sur_w, sur_h;
    7373static SDL_Surface *sur;
    74 
    7574static SDL_Surface *gfx_sur;
    7675
     
    8786
    8887int32_t lcd_verbose = 0;
    89 
    9088
    9189void lcd_sdl(void)
     
    199197        SDL_RenderPresent(ren);
    200198}
    201 
    202199
    203200void lcd_init(void)
Note: See TracChangeset for help on using the changeset viewer.