zoriya / ComSquare

A simple SNES emulator written in C++
GNU General Public License v3.0
13 stars 3 forks source link

Global clean up #46

Closed zoriya closed 3 years ago

zoriya commented 3 years ago

Global clean up of the code Unit tests now uses catch instead of critertion No more memory leaks No more weird switch of Processing Units, Debuggers are now distinct from those. No more shared ptr where a reference should be used.