Skip to content

Commit

Permalink
Updated the documentation to refer to the new calling convention
Browse files Browse the repository at this point in the history
  • Loading branch information
sago007 committed May 27, 2018
1 parent bc48900 commit be6a67e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sago/platform_folders.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ std::string getVideoFolder();
* The base folder for storring saved games.
* You must add the program name to it like this:
* @code{.cpp}
* PlatformFolders pf;
* string saved_games_folder = pf.getSaveGamesFolder1()+"/My Program Name/";
* string saved_games_folder = sago::getSaveGamesFolder1()+"/My Program Name/";
* @endcode
* @note Windows: This is an XP compatible version and returns the path to "My Games" in Documents. Vista and later has an official folder.
* @note Linux: XDF does not define a folder for saved games. This will just return the same as GetDataHome()
Expand Down

0 comments on commit be6a67e

Please sign in to comment.