12-18-2005,07:37 PM

Originally Posted by
HypERSoniC
first, thankyou very much evilo for continuing to develop this emulator!
As for sugestions,
- An ability to change the path and partition PGEN saves its settings and savestates to. I currently have hex edited the ELF to use __boot as the partition, but it would be nice to have a settings file for this information.
- The ability to read roms of partitions that have already been mounted for the settings file. EG, if a user wants his settings on __boot, but his roms are also on __boot, PGEN will refuse to mount the volume (fairly enough) because the volume has already booted. Perhaps this code could be changed to if (!hdd_mounted) mount(this_partition) etc etc..
- Show __boot in file list, some people may use this partition to store roms, so it would be beneficial to allow this volume in the partition list
You shouldn't be using __boot, or any of the other partitions starting with '__' They are special purpose partitions with specially defined purposes and it should be considered unsafe to use them.
Having partitions start with '+' is pretty stupid though IMO, and I don't think pgen should be restricted to partitions starting with + as it originally was setup... Partitions starting with '__' should be kept hidden though.
Shoot Pixels, Not People.