From dbfac88d124ee4e0276c569ecbaf49ee5e7f2e35 Mon Sep 17 00:00:00 2001 From: 20PercentRendered <32398752+20PercentRendered@users.noreply.github.com> Date: Thu, 1 Dec 2022 23:25:47 +0200 Subject: [PATCH] add todo --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 869c240..609f034 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ make If you want to load `cream_api.ini` from a specific path, specify the path with `CREAM_CONFIG_PATH` in the launch options. If the game you want to test isn't supported, use `CREAM_GAME_NAME` to specify the game executable's name. +## Todo + - Proxy mode + - dlsym hooking (Unity?) + - Support for some older versions of the steam API + - Proton support + ## Credits [pulzed](https://github.com/pulzed) for [mINI](https://github.com/pulzed/mINI)(ini.h)