diff --git a/Makefile b/Makefile index c10e8c4..b74d3ac 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ all: $(OUTPUT_FILES) cp -r $(ASSETS_DIRECTORY)/. $(OUTPUT_DIRECTORY) deploy: all - scp -r $(OUTPUT_DIRECTORY)/. $(DEPLOY_SERVER):$(DEPLOY_PATH) + rsync -rz --info=progress2 $(OUTPUT_DIRECTORY)/ $(DEPLOY_SERVER):$(DEPLOY_PATH) clean: rm -r $(OUTPUT_DIRECTORY) diff --git a/src/index.md b/src/index.md index 6ca17f6..094077f 100644 --- a/src/index.md +++ b/src/index.md @@ -16,13 +16,15 @@ This project was started thanks to [ferris](http://iamferris.com/)' amazing seri I strive to make the source code as elegant as I can while keeping an eye on performance. +You can join the [Discord64 server](https://discord.gg/X4rwx2J) to chat with us. + ### Status Game code is executed and audio/video interrupts are serviced, which probably cause the OS to save thread states as it switches contexts. ### Goals -* Implement angrylion's RDP core in the short term. +* ✅ Implement angrylion's RDP core in the short term. * Support expansion devices such as the 64DD. diff --git a/templates/layout.html b/templates/layout.html index 8d6e6e0..d6290e0 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -13,6 +13,7 @@

.N⁶⁴ is a cross-platform emulator in the works.

Source Documentation + Screenshots Download