Compare commits
No commits in common. "Dev" and "Feature/GraphicsProfiles" have entirely different histories.
Dev
...
Feature/Gr
5 changed files with 5 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "1.1.0",
|
||||
"VersionName": "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",
|
||||
|
|
|
@ -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://git.bbgames.dev/jordon/HarmonyLink).
|
||||
- Full HarmonyLinkLib source code is available [here](https://github.com/Jordonbc/HarmonyLink).
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
// Copyright (C) 2024 Jordon Brooks
|
||||
|
||||
using UnrealBuildTool;
|
||||
using UnrealBuildTool;
|
||||
|
||||
public class HarmonyLinkSettings : ModuleRules
|
||||
{
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
// Copyright (C) 2024 Jordon Brooks
|
||||
|
||||
#include "HarmonyLinkSettings.h"
|
||||
#include "HarmonyLinkSettings.h"
|
||||
|
||||
#include "Objects/HarmonyLinkGraphics.h"
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
// Copyright (C) 2024 Jordon Brooks
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "Modules/ModuleManager.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue