From 151aff8403d28d04eb21445078692c36cfe4a528 Mon Sep 17 00:00:00 2001 From: zhl Date: Tue, 11 Jun 2019 20:05:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86fc2=E6=94=B9=E4=B8=BAfc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {fc2 => fc}/css/fc.css | 0 {fc2 => fc}/images/7.png | Bin {fc2 => fc}/images/8.png | Bin {fc2 => fc}/images/9.png | Bin {fc2 => fc}/images/button-press.png | Bin {fc2 => fc}/images/button.png | Bin {fc2 => fc}/images/direct-shadow.png | Bin {fc2 => fc}/images/flat-button-press.png | Bin {fc2 => fc}/images/flat-button.png | Bin {fc2 => fc}/images/invite-mask.jpg | Bin {fc2 => fc}/images/rocker-down.png | Bin {fc2 => fc}/images/rocker-left.png | Bin {fc2 => fc}/images/rocker-up.png | Bin {fc2 => fc}/images/rocker.png | Bin {fc2 => fc}/images/rockerLeftDown.png | Bin {fc2 => fc}/images/rockerLeftUp.png | Bin {fc2 => fc}/index.html | 0 {fc2 => fc}/js/bytebuffer.js | 0 {fc2 => fc}/js/jcmatchvs.js | 0 {fc2 => fc}/js/jquery.js | 0 {fc2 => fc}/js/js.cookie.js | 0 {fc2 => fc}/js/long.js | 0 {fc2 => fc}/js/nes-embed.js | 0 {fc2 => fc}/js/nes-worker.js | 0 {fc2 => fc}/js/netWorkHandle.js | 0 {fc2 => fc}/js/network.js | 0 {fc2 => fc}/js/options.js | 0 {fc2 => fc}/js/pako.js | 0 {fc2 => fc}/js/protobuf.js | 0 {fc2 => fc}/resources/kingsomevs.proto | 0 {fc2 => fc}/resources/messages.proto | 0 {fc2 => fc}/source/controller.js | 0 {fc2 => fc}/source/cpu.js | 0 {fc2 => fc}/source/index.js | 0 {fc2 => fc}/source/mappers.js | 0 {fc2 => fc}/source/nes.js | 0 {fc2 => fc}/source/papu.js | 0 {fc2 => fc}/source/ppu.js | 0 {fc2 => fc}/source/rom.js | 0 {fc2 => fc}/source/tile.js | 0 {fc2 => fc}/source/utils.js | 0 41 files changed, 0 insertions(+), 0 deletions(-) rename {fc2 => fc}/css/fc.css (100%) rename {fc2 => fc}/images/7.png (100%) rename {fc2 => fc}/images/8.png (100%) rename {fc2 => fc}/images/9.png (100%) rename {fc2 => fc}/images/button-press.png (100%) rename {fc2 => fc}/images/button.png (100%) rename {fc2 => fc}/images/direct-shadow.png (100%) rename {fc2 => fc}/images/flat-button-press.png (100%) rename {fc2 => fc}/images/flat-button.png (100%) rename {fc2 => fc}/images/invite-mask.jpg (100%) rename {fc2 => fc}/images/rocker-down.png (100%) rename {fc2 => fc}/images/rocker-left.png (100%) rename {fc2 => fc}/images/rocker-up.png (100%) rename {fc2 => fc}/images/rocker.png (100%) rename {fc2 => fc}/images/rockerLeftDown.png (100%) rename {fc2 => fc}/images/rockerLeftUp.png (100%) rename {fc2 => fc}/index.html (100%) rename {fc2 => fc}/js/bytebuffer.js (100%) rename {fc2 => fc}/js/jcmatchvs.js (100%) rename {fc2 => fc}/js/jquery.js (100%) rename {fc2 => fc}/js/js.cookie.js (100%) rename {fc2 => fc}/js/long.js (100%) rename {fc2 => fc}/js/nes-embed.js (100%) rename {fc2 => fc}/js/nes-worker.js (100%) rename {fc2 => fc}/js/netWorkHandle.js (100%) rename {fc2 => fc}/js/network.js (100%) rename {fc2 => fc}/js/options.js (100%) rename {fc2 => fc}/js/pako.js (100%) rename {fc2 => fc}/js/protobuf.js (100%) rename {fc2 => fc}/resources/kingsomevs.proto (100%) rename {fc2 => fc}/resources/messages.proto (100%) rename {fc2 => fc}/source/controller.js (100%) rename {fc2 => fc}/source/cpu.js (100%) rename {fc2 => fc}/source/index.js (100%) rename {fc2 => fc}/source/mappers.js (100%) rename {fc2 => fc}/source/nes.js (100%) rename {fc2 => fc}/source/papu.js (100%) rename {fc2 => fc}/source/ppu.js (100%) rename {fc2 => fc}/source/rom.js (100%) rename {fc2 => fc}/source/tile.js (100%) rename {fc2 => fc}/source/utils.js (100%) diff --git a/fc2/css/fc.css b/fc/css/fc.css similarity index 100% rename from fc2/css/fc.css rename to fc/css/fc.css diff --git a/fc2/images/7.png b/fc/images/7.png similarity index 100% rename from fc2/images/7.png rename to fc/images/7.png diff --git a/fc2/images/8.png b/fc/images/8.png similarity index 100% rename from fc2/images/8.png rename to fc/images/8.png diff --git a/fc2/images/9.png b/fc/images/9.png similarity index 100% rename from fc2/images/9.png rename to fc/images/9.png diff --git a/fc2/images/button-press.png b/fc/images/button-press.png similarity index 100% rename from fc2/images/button-press.png rename to fc/images/button-press.png diff --git a/fc2/images/button.png b/fc/images/button.png similarity index 100% rename from fc2/images/button.png rename to fc/images/button.png diff --git a/fc2/images/direct-shadow.png b/fc/images/direct-shadow.png similarity index 100% rename from fc2/images/direct-shadow.png rename to fc/images/direct-shadow.png diff --git a/fc2/images/flat-button-press.png b/fc/images/flat-button-press.png similarity index 100% rename from fc2/images/flat-button-press.png rename to fc/images/flat-button-press.png diff --git a/fc2/images/flat-button.png b/fc/images/flat-button.png similarity index 100% rename from fc2/images/flat-button.png rename to fc/images/flat-button.png diff --git a/fc2/images/invite-mask.jpg b/fc/images/invite-mask.jpg similarity index 100% rename from fc2/images/invite-mask.jpg rename to fc/images/invite-mask.jpg diff --git a/fc2/images/rocker-down.png b/fc/images/rocker-down.png similarity index 100% rename from fc2/images/rocker-down.png rename to fc/images/rocker-down.png diff --git a/fc2/images/rocker-left.png b/fc/images/rocker-left.png similarity index 100% rename from fc2/images/rocker-left.png rename to fc/images/rocker-left.png diff --git a/fc2/images/rocker-up.png b/fc/images/rocker-up.png similarity index 100% rename from fc2/images/rocker-up.png rename to fc/images/rocker-up.png diff --git a/fc2/images/rocker.png b/fc/images/rocker.png similarity index 100% rename from fc2/images/rocker.png rename to fc/images/rocker.png diff --git a/fc2/images/rockerLeftDown.png b/fc/images/rockerLeftDown.png similarity index 100% rename from fc2/images/rockerLeftDown.png rename to fc/images/rockerLeftDown.png diff --git a/fc2/images/rockerLeftUp.png b/fc/images/rockerLeftUp.png similarity index 100% rename from fc2/images/rockerLeftUp.png rename to fc/images/rockerLeftUp.png diff --git a/fc2/index.html b/fc/index.html similarity index 100% rename from fc2/index.html rename to fc/index.html diff --git a/fc2/js/bytebuffer.js b/fc/js/bytebuffer.js similarity index 100% rename from fc2/js/bytebuffer.js rename to fc/js/bytebuffer.js diff --git a/fc2/js/jcmatchvs.js b/fc/js/jcmatchvs.js similarity index 100% rename from fc2/js/jcmatchvs.js rename to fc/js/jcmatchvs.js diff --git a/fc2/js/jquery.js b/fc/js/jquery.js similarity index 100% rename from fc2/js/jquery.js rename to fc/js/jquery.js diff --git a/fc2/js/js.cookie.js b/fc/js/js.cookie.js similarity index 100% rename from fc2/js/js.cookie.js rename to fc/js/js.cookie.js diff --git a/fc2/js/long.js b/fc/js/long.js similarity index 100% rename from fc2/js/long.js rename to fc/js/long.js diff --git a/fc2/js/nes-embed.js b/fc/js/nes-embed.js similarity index 100% rename from fc2/js/nes-embed.js rename to fc/js/nes-embed.js diff --git a/fc2/js/nes-worker.js b/fc/js/nes-worker.js similarity index 100% rename from fc2/js/nes-worker.js rename to fc/js/nes-worker.js diff --git a/fc2/js/netWorkHandle.js b/fc/js/netWorkHandle.js similarity index 100% rename from fc2/js/netWorkHandle.js rename to fc/js/netWorkHandle.js diff --git a/fc2/js/network.js b/fc/js/network.js similarity index 100% rename from fc2/js/network.js rename to fc/js/network.js diff --git a/fc2/js/options.js b/fc/js/options.js similarity index 100% rename from fc2/js/options.js rename to fc/js/options.js diff --git a/fc2/js/pako.js b/fc/js/pako.js similarity index 100% rename from fc2/js/pako.js rename to fc/js/pako.js diff --git a/fc2/js/protobuf.js b/fc/js/protobuf.js similarity index 100% rename from fc2/js/protobuf.js rename to fc/js/protobuf.js diff --git a/fc2/resources/kingsomevs.proto b/fc/resources/kingsomevs.proto similarity index 100% rename from fc2/resources/kingsomevs.proto rename to fc/resources/kingsomevs.proto diff --git a/fc2/resources/messages.proto b/fc/resources/messages.proto similarity index 100% rename from fc2/resources/messages.proto rename to fc/resources/messages.proto diff --git a/fc2/source/controller.js b/fc/source/controller.js similarity index 100% rename from fc2/source/controller.js rename to fc/source/controller.js diff --git a/fc2/source/cpu.js b/fc/source/cpu.js similarity index 100% rename from fc2/source/cpu.js rename to fc/source/cpu.js diff --git a/fc2/source/index.js b/fc/source/index.js similarity index 100% rename from fc2/source/index.js rename to fc/source/index.js diff --git a/fc2/source/mappers.js b/fc/source/mappers.js similarity index 100% rename from fc2/source/mappers.js rename to fc/source/mappers.js diff --git a/fc2/source/nes.js b/fc/source/nes.js similarity index 100% rename from fc2/source/nes.js rename to fc/source/nes.js diff --git a/fc2/source/papu.js b/fc/source/papu.js similarity index 100% rename from fc2/source/papu.js rename to fc/source/papu.js diff --git a/fc2/source/ppu.js b/fc/source/ppu.js similarity index 100% rename from fc2/source/ppu.js rename to fc/source/ppu.js diff --git a/fc2/source/rom.js b/fc/source/rom.js similarity index 100% rename from fc2/source/rom.js rename to fc/source/rom.js diff --git a/fc2/source/tile.js b/fc/source/tile.js similarity index 100% rename from fc2/source/tile.js rename to fc/source/tile.js diff --git a/fc2/source/utils.js b/fc/source/utils.js similarity index 100% rename from fc2/source/utils.js rename to fc/source/utils.js