olaf Posted December 13, 2005 Share Posted December 13, 2005 PDRoms reports that Reesy has updated DrMD for the GP2x. DrMD is a Sega Genesis emulator. Below are the changes in this version. - Everybody's noticed problems when saving data. It seems you need to call the sync() function after writing to a file in order to force linux to finish writing the file. People were losing data because they switched off their GP2X before Linux had written the data to disk. I have now made sure that any fwrite commands are now followed by sync() so we should be ok from now on.- Noticed a bug in my code that will crash the emulator if you try to scan more than 512 roms. Never been a problem before as the GP32 only had 128MB cards. The rom limit is still 512 roms but now the code will stop and display a message informing you that you have too many roms. In the next version I'm planning on a new file browser that will allow you to browse to any directory, this is why I don't want to spend too much time updating the current browser system.- Change the menu colour scheme.- Removed code that updates the gamma of the menu when you change the gamma menu setting as its a waste of time and looks crap. The gamma setting now only affects the games.You can find out more information here. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now