Closed fzurita closed 3 years ago
One thing I noticed is that when writing the default values, I don't see where the default values for the structure are initialize set. Am I missing it or is that a bug?
The defaults for the struct are set in n64video_config_init
and just those that are non-zero. Since the default for busyloop is false, nothing needs to be done.
Good idea, btw. And sorry for taking so long.
Ok. Great, thanks!
Make the busyloop configurable at runtime instead of using a compiler macro.