Add addon description and name

This commit is contained in:
2025-11-29 11:46:22 +01:00
parent ba93f5607f
commit dc6c17b843

View File

@@ -56,6 +56,10 @@ const char* DONATION_URL = "https://buymeacoffee.com/k4sh44";
// Scaling factor based on screen resolution
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
static void LoadFixDLL()
{