Mercurial > repos > blastem
comparison libblastem.c @ 2405:b50fa7602e39
Fix libblastem target
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Tue, 02 Jan 2024 18:23:15 -0800 |
parents | 0343f0d5add0 |
children | b9bec5771993 |
comparison
equal
deleted
inserted
replaced
2404:6f8400ce7a0f | 2405:b50fa7602e39 |
---|---|
396 void render_set_video_standard(vid_std std) | 396 void render_set_video_standard(vid_std std) |
397 { | 397 { |
398 video_standard = std; | 398 video_standard = std; |
399 } | 399 } |
400 | 400 |
401 int render_fullscreen(void) | 401 uint8_t render_fullscreen(void) |
402 { | 402 { |
403 return 1; | 403 return 1; |
404 } | 404 } |
405 | 405 |
406 uint32_t render_overscan_top() | 406 uint32_t render_overscan_top() |