mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
update incorrect readme
This commit is contained in:
parent
f4df8e708d
commit
a89dfad004
@ -7,7 +7,7 @@ See both the regular and experimental readmes for how to configure it.
|
|||||||
---
|
---
|
||||||
|
|
||||||
**Note** that all emu config files should be put beside the `steamclient(64).dll`.
|
**Note** that all emu config files should be put beside the `steamclient(64).dll`.
|
||||||
You do not need to create a `steam_interfaces.txt` file for the `steamclient` version of the emu.
|
You do not need to create the `app::steam_interfaces` section for the `steamclient` version of the emu.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
## What is this ?
|
## What is this ?
|
||||||
This tool will generate the file `steam_interfaces.txt` which is **always** recommended to be created.
|
This tool will generate the ini section `app::steam_interfaces` which is **always** recommended to be created.
|
||||||
|
|
||||||
## How to use it ?
|
## How to use it ?
|
||||||
1. * On Windows
|
1. * On Windows
|
||||||
@ -14,7 +14,8 @@ This tool will generate the file `steam_interfaces.txt` which is **always** reco
|
|||||||
chmod 777 generate_interfaces_file_x64 # make sure we can execute the binary
|
chmod 777 generate_interfaces_file_x64 # make sure we can execute the binary
|
||||||
generate_interfaces_file_x64 libsteam_api.so
|
generate_interfaces_file_x64 libsteam_api.so
|
||||||
```
|
```
|
||||||
2. Copy the generated `steam_interfaces.txt` file inside the folder `steam_settings`
|
2. Copy the section `app::steam_interfaces` to your `configs.app.ini`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
In both cases, make sure the .dll/.so is **the original** one
|
In both cases, make sure the .dll/.so is **the original** one
|
||||||
|
@ -10,8 +10,8 @@ https://gitlab.com/Mr_Goldberg/goldberg_emulator
|
|||||||
## How to use:
|
## How to use:
|
||||||
1. Replace the `steam_api(64).dll` (Windows) or `libsteam_api.so` (Linux) from the game with the emu.
|
1. Replace the `steam_api(64).dll` (Windows) or `libsteam_api.so` (Linux) from the game with the emu.
|
||||||
2. Use the command line tool `generate_emu_config` to generate the `steam_settings` folder
|
2. Use the command line tool `generate_emu_config` to generate the `steam_settings` folder
|
||||||
3. Use the command line tool `generate_interfaces` to generate the file `steam_interfaces.txt`,
|
3. Use the command line tool `generate_interfaces` to generate the section `app::steam_interfaces`,
|
||||||
then move it inside the folder `steam_settings`
|
then copy the ini section and merge it manually with your `configs.app.ini`
|
||||||
4. Move the entire folder `steam_settings` beside the emu .dll/.so.
|
4. Move the entire folder `steam_settings` beside the emu .dll/.so.
|
||||||
5. Copy the the example files `steam_settings.EXAMPLE\configs.xxx.EXAMPLE.ini` and paste them inside your own `steam_settings` folder, then the postfix `.EXAMPLE`.
|
5. Copy the the example files `steam_settings.EXAMPLE\configs.xxx.EXAMPLE.ini` and paste them inside your own `steam_settings` folder, then the postfix `.EXAMPLE`.
|
||||||
Make sure to only keep the options you need, don't sepecify everything
|
Make sure to only keep the options you need, don't sepecify everything
|
||||||
|
Loading…
Reference in New Issue
Block a user