lc-3-2 / lc32sim

LC-3.2 simulator
0 stars 0 forks source link

Use of VSync can lead to undesired behavior #24

Closed sameer-s closed 1 year ago

sameer-s commented 1 year ago

Currently, the display code uses VSync, as it makes handling the frames relatively simple. However, this means that there are more frames drawn per second on a system with a >60Hz display, requiring better specs to be able to run the simulator. This may be undesirable behavior.

sameer-s commented 1 year ago

resolved in a0e2590 since it was also having undesired performance implications