Update README.md

This commit is contained in:
SourMesen 2018-01-05 01:03:35 -05:00 committed by GitHub
parent 6e3d8279c9
commit eac109f175
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ##