mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2025-06-26 01:32:25 +08:00
viper.cpp: Rename methods and general housekeeping
Removed strcpy calls as those would lead to a buffer overflow and were unnecessary. Alse added nullptr checking just in case (official Google effects do so)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.18.1)
|
||||
cmake_minimum_required(VERSION 3.16.3)
|
||||
|
||||
project("ViPER4Android Reworked")
|
||||
|
||||
@ -67,4 +67,5 @@ add_library(
|
||||
${FILES})
|
||||
|
||||
find_library(log-lib log)
|
||||
|
||||
target_link_libraries(v4afx_r ${log-lib})
|
||||
|
Reference in New Issue
Block a user