Commit Graph

7 Commits

Author SHA1 Message Date
d2b7a0fe7b Add code for checking if an Entry exists or not (basically just check if the header is in the file)
This is to support the default global 8MB RDRAM option
If the Entry does not exist then use the 8MB default
Otherwise only use the 8MB option if Use ExpansionPak (Or whatever the setting is called) is enabled through the rom settings
2021-04-22 09:02:09 -05:00
5595f3470e Correct code so Good Name, Internal Name, and Name are actually moved to the top of a game entry 2021-04-08 11:35:11 -05:00
36b6f7846b Add support for Reading, Writing, and Deleting lines
This will be for future support of 2.x's CHT files
Heavily rewrite the file handler for better protection and speed
2021-04-07 16:33:45 -05:00
5ab17fd5a3 More explicit implimentation of sorting
This was specifically for the cheat file, CheatX(_Y)= entries where X is a number and _Y is optional
These must be sorted by number, from 0 up to 500
2021-03-22 07:43:42 -05:00
16ffe4a88b Updated to get rid of compiler warnings, should not have affected anything else. 2021-03-13 11:25:34 -06:00
c93b092a62 Entries should now be saved in order in the example of
Cheat10 vs Cheat2_ (The _ technically comes after the 0 but not if the value 10 is compared to 2, although the fix does not compare value in this way)
Name was added as an important "header" for entries
So, Good Name, Internal Name, and Name now get moved above to right below the [XXXXXXX:XXXXXXX-C:XX] heading
2021-03-13 10:26:47 -06:00
75e01b431f Using local commit to keep track of further changes 2021-02-27 15:08:28 -06:00