|
OldSchool Library 1.5.1
|
Save and load functions in OSLib. More...
Data Structures | |
| struct | oslSaveLoad |
| Structure containing data to save/load. More... | |
Functions | |
| void | oslInitSaveDialog (struct oslSaveLoad *saveData) |
| Initializes the save dialog. | |
| void | oslInitMultiSaveDialog (struct oslSaveLoad *saveData) |
| Initializes the multi-list save dialog. | |
| void | oslInitSingleSaveDialog (struct oslSaveLoad *saveData) |
| Initializes the single save dialog. | |
| void | oslInitAutoSaveDialog (struct oslSaveLoad *saveData) |
| Initializes the automatic save dialog. | |
| void | oslInitLoadDialog (struct oslSaveLoad *loadData) |
| Initializes the load dialog. | |
| void | oslInitMultiLoadDialog (struct oslSaveLoad *loadData) |
| Initializes the multi-list load dialog. | |
| void | oslInitSingleLoadDialog (struct oslSaveLoad *loadData) |
| Initializes the single load dialog. | |
| void | oslInitAutoLoadDialog (struct oslSaveLoad *loadData) |
| Initializes the automatic load dialog. | |
| void | oslInitDeleteDialog (struct oslSaveLoad *deleteData) |
| Initializes the delete dialog. | |
| void | oslDrawSaveLoad (void) |
| Draws the save/load dialog. | |
| int | oslGetLoadSaveStatus (void) |
| Returns the current dialog status. | |
| int | oslGetSaveLoadType (void) |
| Returns the current dialog type. | |
| int | oslSaveLoadGetResult (void) |
| Gets the dialog's result. | |
| void | oslEndSaveLoadDialog (void) |
| Ends the current dialog. | |
Save and load functions in OSLib.
This file provides access to Sony's save and load screens, used to read and write save data in the PSP savedata format.