Search:
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
a86b3ab
in buchla-emu for
emu
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
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
emu/lcd.c
(modified)
(
3 diffs
)
Legend:
Unmodified
Added
Removed
emu/lcd.c
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)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive