libretro / swanstation

GNU General Public License v3.0
93 stars 21 forks source link

remove redundant check for the empty string in filename #108

Closed guijan closed 1 week ago

guijan commented 2 weeks ago

The OS APIs will error in such a case, we don't need to manually look for this error.

guijan commented 2 weeks ago

Sorry, just force-pushing to change the terminology. The C standard (included by C++) has a mention of "empty string".