mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-01 07:30:45 +00:00
Tweak comments
This commit is contained in:
parent
4c8856fb04
commit
9d26e2c6f0
@ -71,13 +71,13 @@ extern A2Color_s colormap[];
|
||||
void video_init(void);
|
||||
|
||||
/*
|
||||
* Begin main video loop (does not return)
|
||||
* Enters main video loop (returns on emulator shutdown request).
|
||||
*/
|
||||
void video_main_loop(void);
|
||||
|
||||
/*
|
||||
* Undo anything done by video_init() and video_start(). Called before exiting the
|
||||
* emulator.
|
||||
* Begins video subsystem shutdown. Because this process is multithreaded, this really just gives notice that a
|
||||
* shutdown has been requested, and so various threads should begin their own shutdown process.
|
||||
*/
|
||||
void video_shutdown(void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user