This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
BizHawk
mirror of
https://github.com/TASEmulators/BizHawk.git
Watch
1
Star
0
Fork
You've already forked BizHawk
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a26753234b
BizHawk
/
global.json
7 lines
80 B
JSON
Raw
Normal View
History
Unescape
Escape
Fix compiling on ancient compilers, and add a global.json which restricts bizhawk to ancient compilers
2020-07-12 21:24:12 +00:00
{
"sdk"
:
{
Restore SDK 5.0 in global.json and have AppVeyor overwrite the file
2020-12-04 08:45:46 +00:00
"version"
:
"5.0.100"
,
"rollForward"
:
"latestFeature"
Fix compiling on ancient compilers, and add a global.json which restricts bizhawk to ancient compilers
2020-07-12 21:24:12 +00:00
}
}