mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-09-01 02:11:47 -04:00
Option for PS controller icons. (#21)
* Initial PS button implementation. * Add controller buttons as config option & handle loading screen. * Rename "Controller Buttons" to "Controller Icons".
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
|
||||
project("bc_diff")
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
add_executable(bc_diff "bc_diff.cpp")
|
||||
add_compile_definitions(bc_diff PRIVATE _CRT_SECURE_NO_WARNINGS)
|
||||
|
||||
find_package(xxHash CONFIG REQUIRED)
|
||||
target_link_libraries(bc_diff PRIVATE xxHash::xxhash)
|
||||
Reference in New Issue
Block a user