173210 / snes9xTYL

Snes9xTYL
Other
54 stars 29 forks source link

Use sce function to show Free RAM and removed ram.h dependency #11

Closed VGkav closed 10 years ago

VGkav commented 10 years ago

I noticed that in r26 the free ram was shown correctly, I think it broke after your memory changes, instead of about 8800kb, it was showing 377kb. Not sure if it is important, though.

The original free ram computation is brute forcing allocs until one fail, which I find ridiculous.

What do you think about this ? (You can see the RAM amount changing at the credits screen, I guess because it loads the music.)

173210 commented 10 years ago

Use sce function to show Free RAM and removed ram.h dependency · 63f785f · AnotherLife/s9xTYLmecm_mod sce function is also not accurate. So I removed the display of free RAM. Remove the display of free of RAM · 366081a · 173210/s9xTYLmecm_mod

optimized some pngs · 9f37e78 · AnotherLife/s9xTYLmecm_mod PNG is not executable! Don't change the permission.

The other commits has been cherry-picked. Thank you for your commits.