Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
89d6fa1a58 Update README.md 2025-05-04 14:23:35 +01:00
e2f24ae0fa
Merge tag 'v1.1.0' into Dev
v1.1.0
2024-07-08 22:52:06 +01:00
0fb1da0984
Merge branch 'release/v1.1.0' into Stable 2024-07-08 22:52:02 +01:00
821b673666
Merge branch 'Dev' into release/v1.1.0 2024-07-08 22:50:24 +01:00
a6de000c5a
Add copyright notice to files 2024-07-08 22:50:08 +01:00
5e3ccc5ba9
Version Bump 2024-07-08 22:44:17 +01:00
Jordon
ac09bd419b
Merge pull request #1 from Jordonbc/Feature/GraphicsProfiles
Add automatic profile switching
2024-07-08 22:22:09 +01:00
5 changed files with 11 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"VersionName": "1.1.0",
"FriendlyName": "HarmonyLinkUE",
"Description": "Revolutionize handheld gaming with adaptive game settings. Optimize graphics and gameplay experience based on real-time system metrics. Open-source project empowering developers to enhance games on portable devices",
"Category": "Handheld",

View file

@ -68,4 +68,4 @@ For inquiries or issues, reach out or open an issue on GitHub.
## Acknowledgements
- Full HarmonyLinkLib source code is available [here](https://github.com/Jordonbc/HarmonyLink).
- Full HarmonyLinkLib source code is available [here](https://git.bbgames.dev/jordon/HarmonyLink).

View file

@ -1,4 +1,6 @@
using UnrealBuildTool;
// Copyright (C) 2024 Jordon Brooks
using UnrealBuildTool;
public class HarmonyLinkSettings : ModuleRules
{

View file

@ -1,4 +1,6 @@
#include "HarmonyLinkSettings.h"
// Copyright (C) 2024 Jordon Brooks
#include "HarmonyLinkSettings.h"
#include "Objects/HarmonyLinkGraphics.h"

View file

@ -1,4 +1,6 @@
#pragma once
// Copyright (C) 2024 Jordon Brooks
#pragma once
#include "CoreMinimal.h"
#include "Modules/ModuleManager.h"