Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
DTM9025 committed Sep 13, 2024
1 parent 8ca2b71 commit 699ebd4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,11 @@ Example configs for common profiles can be found in the [`LEConfigs`](https://gi

## Requirements

This program requires the `.NET Framework 4.8 Runtime` to be installed. This should be included by default in updated Windows 10/11.
If this is not the case, then you can download the runtime (or tell users to download the runtime) from [here](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48).
This program requires the `.NET Framework 4.0 Runtime` or higher to be installed. This should be included by default in Windows 11/10/8 and
should be installed in most Windows 7 instances. If this is not the case, then you can download the runtime (or tell users to download the runtime) from [here](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48).

Due to this, this program only works for Windows 7 and up. In addition, the release binaries only work for 32bit executables.

However, the code here should still compile in earlier versions up to `.NET Framework 4.0`. That version is end-of-life,
but if needed you can simply edit the project to use `.NET Framework 4.0` as in the original Locale Emulator program.

## Example Usage

Let's say you have a 32-bit game that you are translating. However, for some weird reason it doesn't work unless you are in
Expand Down

0 comments on commit 699ebd4

Please sign in to comment.