issues
search
technobly
/
VEXTREME
VEXTREME - Vectrex Multicart
GNU General Public License v3.0
62
stars
12
forks
source link
Ignore all file extensions that are not '.bin' or '.vec'
#49
Closed
technobly
closed
4 years ago
technobly
commented
4 years ago
Problem
See issue #27
Solution
Reworked the removeExtension() function to be more of a test for games vs. non-games
Made removeExtension() function more extensible with strcasestr() which ignores case
Changed removeExtension() to checkExtension() which can simply check or modify extensions.
Also cleaned up a bunch of compiler warnings
Steps to Test
Try adding various file extensions .bin / .vec / .vEC / .BiN / .txt / .md / .jpg / etc..
Menu should build normally and games should play fine
References
Closes #27
Problem
See issue #27
Solution
Steps to Test
References
Closes #27