sudachi-emu / sudachi

Sudachi is a Nintendo Switch emulator for Android, Linux, macOS and Windows, written in C++
GNU General Public License v3.0
1.93k stars 104 forks source link

(WIP) Android & PC: Replace Microprofile with Tracy #111

Closed Gamer64ytb closed 1 month ago

Gamer64ytb commented 1 month ago

Microprofile is deprecated and it usually eats much RAM, so this should slightly reduce RAM usage as well. Also, Microprofile doesn't support Android, but Tracy does. The only bad thing is that Tracy needs a separate app when microprofile can be used into emu, but I don't think that it's a big deal.

jarrodnorwell commented 1 month ago

As mentioned on the repo I don't plan on accepting any external development, please feel free to do whatever you'd like with your own fork though keeping in mind the license set by the original developers