Update README.md
This commit is contained in:
parent
6e3d8279c9
commit
eac109f175
1 changed files with 3 additions and 2 deletions
|
@ -44,7 +44,7 @@ Things that ***may or may not*** be added in the future, in no particular order:
|
|||
|
||||
#### *Libretro* ####
|
||||
1) Open the solution in VS2017
|
||||
2) Compile as Release/x64 or Release/x86
|
||||
2) Compile as Libretro/x64 or Libretro/x86
|
||||
3) Use the "mesen_libretro.dll" file in bin/(x64 or x86)/Libretro/mesen_libretro.dll
|
||||
|
||||
|
||||
|
@ -63,7 +63,8 @@ LTO is supported under clang, which gives a large performance boost (25-30%+), s
|
|||
|
||||
To compile the libretro core you will need a recent version of clang/gcc. Mesen requires a C++14, along with support for the filesystem API.
|
||||
|
||||
Running "make libretro" will build the core and put it in "bin/mesen_libretro.(x64 or x86).so"
|
||||
Running "make libretro" will build the core and put it in "bin/mesen_libretro.(x64 or x86).so".
|
||||
LTO is supported under clang, which gives a large performance boost (25-30%+), so turning it on is highly recommended (see makefile for details).
|
||||
|
||||
## LICENSE ##
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue