zoeyjodon / moonlight-N3DS

Gamestream client for the New 3DS
https://github.com/moonlight-stream/moonlight-embedded/wiki
GNU General Public License v3.0
88 stars 4 forks source link

C++ Overhaul #38

Closed zoeyjodon closed 1 month ago

zoeyjodon commented 1 month ago

Overview The basis of this changeset was replacing all of the 3DS specific C files with C++ files so I could simplify memory management and more easily avoid memory errors.

After that initial change, a lot of features I had been meaning to add got way easier to implement, so I just kept implementing them. New features include:

Changelog

Related Issues