Skip to content

Commit

Permalink
v1.0.0 alpha 4
Browse files Browse the repository at this point in the history
  • Loading branch information
htv04 committed Aug 16, 2022
1 parent 30473bc commit 1a4e389
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ clean:
@rm -fr $(BUILD) bin dist

#---------------------------------------------------------------------------------
release: $(BUILD)
dist: $(BUILD)
@rm -rf dist
@mkdir -p dist/sd/apps/supergame
@mkdir -p dist/dolphin/sd/wiilove/data
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Before following these instructions, you will need to [install devkitPro and dev
* `wii-audiogc`
* `wii-grrlib-mod`
* `ppc-freetype`
* Run `make` (or `make release` to create release ZIPs).
* Run `make` (or `make dist` to create release ZIPs).
* Compiled binaries will be available in `bin` (and release ZIPs will be available in `dist`).

## Build options
Expand Down
Binary file modified data/open-sans.ttf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/wiilove/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* WiiLÖVE 1.0.0 "Terra" alpha 3
/* WiiLÖVE 1.0.0 alpha 4
*
* Copyright (C) 2022 HTV04
*
Expand Down Expand Up @@ -275,7 +275,7 @@ int main(int argc, char **argv) {
"release", &love::graphics::Texture::release
);

// Lua API expansion
// Lua-based API
lua.script(std::string(api_lua, api_lua + api_lua_size), "WiiLÖVE API", sol::load_mode::text);

// Start!
Expand Down

0 comments on commit 1a4e389

Please sign in to comment.