JaCzekanski / Avocado

🥑 PlayStation 1 emulator
GNU General Public License v2.0
537 stars 31 forks source link

Refactor Device and CPU classes into normal modules #5

Closed JaCzekanski closed 5 years ago

JaCzekanski commented 7 years ago

For performance reasons - OOP separation is not necessary, it creates problems with two-way communication and has performance overhead.