mirror of https://github.com/bsnes-emu/bsnes.git
6c83329cae
byuu says: I refactored my schedulers. Added about ten lines to each scheduler, and removed about 100 lines of calling into internal state in the scheduler for the FC,SFC cores and about 30-40 lines for the other cores. All of its state is now private. Also reworked all of the entry points to static auto Enter() and auto main(). Where Enter() handles all the synchronization stuff, and main() doesn't need the while(true); loop forcing another layer of indentation everywhere. Took a few hours to do, but totally worth it. I'm surprised I didn't do this sooner. Also updated icarus gmake install rule to copy over the database. |
||
---|---|---|
.. | ||
ppu.cpp | ||
ppu.hpp | ||
serialization.cpp | ||
video.cpp | ||
video.hpp |