mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
parent
6b71752fc0
commit
f8ad4c9f0f
@ -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`.
|
||||
You do not need to create the `app::steam_interfaces` section for the `steamclient` version of the emu.
|
||||
You do not need to create a `steam_interfaces.txt` file for the `steamclient` version of the emu.
|
||||
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
## What is this ?
|
||||
This tool will generate the ini section `app::steam_interfaces` which is **always** recommended to be created.
|
||||
This tool will generate the file `steam_interfaces.txt` which is **always** recommended to be created.
|
||||
|
||||
## How to use it ?
|
||||
1. * On Windows
|
||||
@ -14,8 +14,7 @@ This tool will generate the ini section `app::steam_interfaces` which is **alway
|
||||
chmod 777 generate_interfaces_file_x64 # make sure we can execute the binary
|
||||
generate_interfaces_file_x64 libsteam_api.so
|
||||
```
|
||||
2. Copy the section `app::steam_interfaces` to your `configs.app.ini`
|
||||
|
||||
2. Copy the generated `steam_interfaces.txt` file inside the folder `steam_settings`
|
||||
---
|
||||
|
||||
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:
|
||||
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
|
||||
3. Use the command line tool `generate_interfaces` to generate the section `app::steam_interfaces`,
|
||||
then copy the ini section and merge it manually with your `configs.app.ini`
|
||||
3. Use the command line tool `generate_interfaces` to generate the file `steam_interfaces.txt`,
|
||||
then move it inside the folder `steam_settings`
|
||||
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`.
|
||||
Make sure to only keep the options you need, don't sepecify everything
|
||||
|
Loading…
Reference in New Issue
Block a user