Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Missed a spot where a /pcjs folder needed to be renamed to /pcx86
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpar committed Dec 27, 2016
1 parent 0ab16dc commit 3e66447
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/pcx86/examples/pcx86-dbg.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pcx86/examples/pcx86.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/shared/lib/save.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ function savePC(idMachine, sPCJSFile, callback)
var sParms = cmp.saveMachineParms();
if (!sPCJSFile) {
if (DEBUG) {
sPCJSFile = "/tmp/pcjs/" + (XMLVERSION || APPVERSION) + "/pc.js"
sPCJSFile = "/tmp/pcx86/" + (XMLVERSION || APPVERSION) + "/pcx86.js"
} else {
sPCJSFile = "/versions/pcjs/" + (XMLVERSION || APPVERSION) + "/pc" + (dbg? "-dbg" : "") + ".js";
sPCJSFile = "/versions/pcx86/" + (XMLVERSION || APPVERSION) + "/pcx86" + (dbg? "-dbg" : "") + ".js";
}
}
if (callback && callback({ state: sState, parms: sParms })) return true;
Expand Down
2 changes: 1 addition & 1 deletion versions/pcx86/1.31.0/pcx86-dbg.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion versions/pcx86/1.31.0/pcx86.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e66447

Please sign in to comment.