Files
inferno-hart/TODO
Benjamin Kyd b9813d0126 hart_cpu: thread properly signals a start
the issue was i was being dumb with condition variables, however some additional debugging is required
2023-02-17 14:11:34 +00:00

4 lines
281 B
Plaintext

[ ] The main thread is constantly polling for changes in the render texture, consider using a notification mechanism instead. For example, you could use a callback function that the renderer registers with the render texture, which is called whenever the texture is updated.
[ ]