This commit is contained in:
Francesco Mecca 2023-05-11 11:54:03 +02:00
parent de90183cd4
commit 795a794430
8 changed files with 27 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#+AUTHOR: bparodi #+AUTHOR: bparodi
#+TITLE: Borderlands 2 #+TITLE: Borderlands 2
#+FILETAGS: :games:pc:borderlands: #+FILETAGS: :games:pc:borderlands:
# #+options: html-style:nil html-scripts:nil date:nil created:nil #+OPTIONS: html-style:nil html-scripts:nil date:nil created:nil
# #+HTML_HEAD: <link rel="stylesheet" href="articles.css"> # #+HTML_HEAD: <link rel="stylesheet" href="articles.css">
* Borderlands2 per lezzi * Borderlands2 per lezzi

View File

@ -1,4 +1,5 @@
#+TITLE: CEMU #+TITLE: CEMU
#+FILETAGS: :emulation: #+FILETAGS: :emulation:
#+AUTHOR: bparodi #+AUTHOR: bparodi
#+options: html-style:nil html-scripts:nil date:nil created:nil
Latest used version: [[./files/cemu-2.0-36-windows-x64.zip][Cemu 2.0-36 (Experimental) Pre-release]] Latest used version: [[./files/cemu-2.0-36-windows-x64.zip][Cemu 2.0-36 (Experimental) Pre-release]]

17
gamewiki/makefile Normal file
View File

@ -0,0 +1,17 @@
ORG_FILES := $(shell find . -type f -name '*.org' )
HTML_FILES := $(patsubst %.org,temp/%.html,$(ORG_FILES))
.PHONY: all clean
all: $(HTML_FILES)
temp/%.html: %.org | temp
emacs $< --batch -f org-html-export-to-html --kill
mv $(basename $<).html $@
temp:
mkdir temp
mkdir temp/meta
clean:
rm -rf temp

View File

@ -1,5 +1,6 @@
#+TITLE: Mario Kart 8 #+TITLE: Mario Kart 8
#+FILETAGS: :games:wiiu:mario: #+FILETAGS: :games:wiiu:mario:
#+options: html-style:nil html-scripts:nil date:nil created:nil
#+AUTHOR: bparodi #+AUTHOR: bparodi
Works with default configurations provided that you have support for vulkan Works with default configurations provided that you have support for vulkan
async compile. async compile.

View File

@ -1,3 +1,4 @@
#+TITLE: Guides #+TITLE: Guides
#+FILETAGS: :guides: #+FILETAGS: :guides:
** Pages in this category ** Pages in this category
- [[../wiiu.org][Nintendo Wii U]]

View File

@ -1,5 +1,7 @@
#+TITLE: Nintendo #+TITLE: Nintendo
#+FILETAGS: :nintendo: #+FILETAGS: :nintendo:
#+OPTIONS: creator:nil
#+OPTIONS: date:nil
** Pages in this category ** Pages in this category
- [[../wiiu.org][Nintendo Wii U]] - [[../wiiu.org][Nintendo Wii U]]
- [[../nus.org][NUS Downloader]] - [[../nus.org][NUS Downloader]]

View File

@ -125,3 +125,6 @@ if __name__ == '__main__':
if related: if related:
newcontent = f.enrich(map(lambda f: byfilename[f], related)) newcontent = f.enrich(map(lambda f: byfilename[f], related))
writetodisk(f, newcontent) writetodisk(f, newcontent)
unused = tags.keys() - meta
print(f'Finished exporting. List of unused tags: {unused}')

View File

@ -1,5 +1,5 @@
#+TITLE: Nintendo Wii U #+TITLE: Nintendo Wii U
#+FILETAGS: :guide:emulation:nintendo: #+FILETAGS: :guides:emulation:nintendo:
#+AUTHOR: bparodi #+AUTHOR: bparodi
We use [[./cemu.org][CEMU]] to emulate the Wii U platform and play the games on the pc. We use [[./cemu.org][CEMU]] to emulate the Wii U platform and play the games on the pc.
The biggest difference compared to other emulators is the workflow to play a The biggest difference compared to other emulators is the workflow to play a