Changeset a86b3ab in buchla-emu
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
rd160dda
|
ra86b3ab
|
|
72 | 72 | static int32_t sur_w, sur_h; |
73 | 73 | static SDL_Surface *sur; |
74 | | |
75 | 74 | static SDL_Surface *gfx_sur; |
76 | 75 | |
… |
… |
|
87 | 86 | |
88 | 87 | int32_t lcd_verbose = 0; |
89 | | |
90 | 88 | |
91 | 89 | void lcd_sdl(void) |
… |
… |
|
199 | 197 | SDL_RenderPresent(ren); |
200 | 198 | } |
201 | | |
202 | 199 | |
203 | 200 | void lcd_init(void) |