Skip to content

Commit c4ad90e

Browse files
committed
Add qrcodegen library
1 parent 8cd0897 commit c4ad90e

File tree

6 files changed

+1442
-3
lines changed

6 files changed

+1442
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ TARGET := Universal-Updater
9393
BUILD := build
9494
UNIVCORE := Universal-Core
9595
SOURCES := $(UNIVCORE) source source/download source/gui source/lang source/menu source/overlays \
96-
source/qr source/screens source/store source/utils
96+
source/qr source/qrcodegen source/screens source/store source/utils
9797
DATA := data
98-
INCLUDES := $(UNIVCORE) include include/download include/gui include/lang include/overlays include/qr include/screens \
99-
include/store include/utils
98+
INCLUDES := $(UNIVCORE) include include/download include/gui include/lang include/overlays include/qr \
99+
include/qrcodegen include/screens include/store include/utils
100100
GRAPHICS := assets/gfx
101101
ROMFS := romfs
102102
GFXBUILD := $(ROMFS)/gfx

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,4 @@ If you're testing in Citra, run `make citra` instead of just `make` to disable t
9090
- [lvandeve](https://github.com/lvandeve): For [LodePNG](https://github.com/lvandeve/lodepng)
9191
- [PabloMK7](https://github.com/PabloMK7): 3D Banner & Download Code Improvements
9292
- [lividhen](https://github.com/lividhen): 3D Banner
93+
- [Nayuki](https://github.com/nayuki): Original developer of the [QR Code generator library](https://github.com/nayuki/QR-Code-generator)

0 commit comments

Comments
 (0)