Add addon description and name
This commit is contained in:
@@ -56,6 +56,10 @@ const char* DONATION_URL = "https://buymeacoffee.com/k4sh44";
|
|||||||
// Scaling factor based on screen resolution
|
// Scaling factor based on screen resolution
|
||||||
float scale = (float)screenHeight / 1200;
|
float scale = (float)screenHeight / 1200;
|
||||||
|
|
||||||
|
// Reshade addon name and description
|
||||||
|
extern "C" __declspec(dllexport) const char* NAME = "Of Ash And Steel";
|
||||||
|
extern "C" __declspec(dllexport) const char* DESCRIPTION = "Reshade addon to re-enable console, enable ultrawide, control FOV, camera distance and some effects.";
|
||||||
|
|
||||||
// Load and unload game core dll functions /!\ necessary
|
// Load and unload game core dll functions /!\ necessary
|
||||||
static void LoadFixDLL()
|
static void LoadFixDLL()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user