From 6785b079bdf5dea9e6a1692440ffa4783b10598d Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Fri, 24 Jan 2025 21:57:06 -0500 Subject: cleanup files --- backend/src/main.c | 5 ----- plugin.json | 2 +- py_modules/.keep | 0 3 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 backend/src/main.c delete mode 100644 py_modules/.keep diff --git a/backend/src/main.c b/backend/src/main.c deleted file mode 100644 index b3b8fed..0000000 --- a/backend/src/main.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -int main() { - printf("Hello World\n"); - return 0; -} \ No newline at end of file diff --git a/plugin.json b/plugin.json index 54d884f..751e594 100644 --- a/plugin.json +++ b/plugin.json @@ -5,7 +5,7 @@ "api_version": 1, "publish": { "tags": ["DLSS", "Framegen","upscaling","FSR"], - "description": "plugin to swap DLSS with FSR, to enable upscaling and framegen in games without built in FSR.", + "description": "Plugin to swap DLSS with FSR, to enable upscaling and framegen in games without built in FSR.", "image": "https://steamuserimages-a.akamaihd.net/ugc/25433478552776047/5693E580359F3891E1C0A3990B968CFBC6EB0C92/?imw=5000&imh=5000&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false" } } diff --git a/py_modules/.keep b/py_modules/.keep deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.3