Skip to content

Commit

Permalink
Removing the version from the title
Browse files Browse the repository at this point in the history
  • Loading branch information
MorsGames committed Nov 16, 2022
1 parent bf32e1f commit c7bd0bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion DEV_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This is the changelog for the current development commit of the game. For the changelog for the public versions please check the Wiki!

# v3.0.0 (??/01/2022):
# v3.0.0 (17/11/2022):

### Additions:
- Added the controller rumble feature from the Shindou version of the game. The strength of it can be adjusted from the "Input Mapping" page.
Expand Down Expand Up @@ -30,6 +30,8 @@ This is the changelog for the current development commit of the game. For the ch
- And more...
- Rewrote the descriptions of a majority of the settings.
- Altered the default presets slightly.
- Removed the game version from the window title.
- Changed the default working directory to `~/.config/SM64Plus` on Linux.
- Updated the codebase to include the latest commits to the sm64-port repository, and made countless technical changes and fixes in the process. This ideally shouldn't make any visible differences in gameplay.

### Fixes:
Expand Down
2 changes: 1 addition & 1 deletion src/game/settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
#define DIK_MAIL 0xEC /* Mail */
#define DIK_MEDIASELECT 0xED /* Media Select */

char* gTitleString = "Super Mario 64 Plus v3.0.0 DEV";
char* gTitleString = "Super Mario 64 Plus";

s8 configFullscreen = 1;
unsigned int configDefaultMonitor = 1;
Expand Down

0 comments on commit c7bd0bc

Please sign in to comment.