mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 12:35:26 -05:00
Start remote storage work. (Unbuild. Untested.)
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
// This sorts the vector alphabetically so stuff is easier to find
|
||||
static bool compare_info(data::TitleInfo *infoA, data::TitleInfo *infoB)
|
||||
{
|
||||
// Get pointers to both titles.
|
||||
const char *titleA = infoA->get_title();
|
||||
const char *titleB = infoB->get_title();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user