Skip to content

Commit

Permalink
Remove last references to js-emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaltby committed Oct 25, 2024
1 parent 8ea1332 commit 12fc5b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ if (isDist) {
export const buildUUID = "_gbsbuild";
const engineRoot = path.normalize(`${rootDir}/appData/src`);
const buildToolsRoot = path.normalize(`${rootDir}/buildTools`);
const emulatorRoot = path.normalize(`${rootDir}/appData/js-emulator`);
const binjgbRoot = path.normalize(`${rootDir}/appData/wasm/binjgb`);
const projectTemplatesRoot = path.normalize(`${rootDir}/appData/templates`);
const localesRoot = path.normalize(`${rootDir}/src/lang`);
Expand Down Expand Up @@ -466,7 +465,6 @@ export const defaultPalettes: Palette[] = [
export {
engineRoot,
buildToolsRoot,
emulatorRoot,
binjgbRoot,
projectTemplatesRoot,
localesRoot,
Expand Down

0 comments on commit 12fc5b6

Please sign in to comment.