Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "SDL_GameControllerDB"]
path = src
url = https://github.com/mdqinc/SDL_GameControllerDB
2 changes: 1 addition & 1 deletion SDLPoP.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ enable_flash = true
enable_text = true

; Display the SDLPoP information screen when the game starts.
enable_info_screen = true;
enable_info_screen = true

; Start the game in fullscreen mode. (In-game fullscreen toggle: Alt+Enter)
start_fullscreen = false
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.8...3.20)
project(SDLPoP)

set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -std=c99")
Expand Down
Loading