Compare commits
7 commits
Feature/Ed
...
Dev
Author | SHA1 | Date | |
---|---|---|---|
89d6fa1a58 | |||
e2f24ae0fa | |||
0fb1da0984 | |||
821b673666 | |||
a6de000c5a | |||
5e3ccc5ba9 | |||
|
ac09bd419b |
5 changed files with 11 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"FileVersion": 3,
|
"FileVersion": 3,
|
||||||
"Version": 1,
|
"Version": 1,
|
||||||
"VersionName": "1.0",
|
"VersionName": "1.1.0",
|
||||||
"FriendlyName": "HarmonyLinkUE",
|
"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",
|
"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",
|
"Category": "Handheld",
|
||||||
|
|
|
@ -68,4 +68,4 @@ For inquiries or issues, reach out or open an issue on GitHub.
|
||||||
|
|
||||||
## Acknowledgements
|
## 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).
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
using UnrealBuildTool;
|
// Copyright (C) 2024 Jordon Brooks
|
||||||
|
|
||||||
|
using UnrealBuildTool;
|
||||||
|
|
||||||
public class HarmonyLinkSettings : ModuleRules
|
public class HarmonyLinkSettings : ModuleRules
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#include "HarmonyLinkSettings.h"
|
// Copyright (C) 2024 Jordon Brooks
|
||||||
|
|
||||||
|
#include "HarmonyLinkSettings.h"
|
||||||
|
|
||||||
#include "Objects/HarmonyLinkGraphics.h"
|
#include "Objects/HarmonyLinkGraphics.h"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#pragma once
|
// Copyright (C) 2024 Jordon Brooks
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include "CoreMinimal.h"
|
#include "CoreMinimal.h"
|
||||||
#include "Modules/ModuleManager.h"
|
#include "Modules/ModuleManager.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue