Skip to content

Commit

Permalink
Update README, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Optiroc committed Dec 4, 2024
1 parent d8cdb19 commit cbef58a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,20 @@ This command mode accepts one image (either indexed, RGB or RGBA mode PNG – wh

The `mode` option, which is common for all commands, affects the color space handling and binary output format. It takes one of the following arguments:

* `snes`
* `snes_mode7`
* `gb`
* `gbc`
* `gba`
* `gba_affine`
* `md`
* `pce`
* `pce_sprite`
* `ws`
* `wsc`
* `wsc_packed`
* `gb` - Game Boy
* `gba` - Game Boy Advance
* `gba_affine` - Game Boy Advance (affine background data)
* `gbc` - Game Boy Color
* `gg` - Game Gear
* `md` - Mega Drive
* `pce` - PC Engine
* `pce_sprite` - PC Engine (sprite data)
* `sms` - Master System
* `snes` - Super Nintendo
* `snes_mode7` - Super Nintendo (mode 7 background data)
* `ws` - WonderSwan
* `wsc` - WonderSwan Color (planar)
* `wsc_packed` - WonderSwan Color (packed)

Sensible default options are applied, and differ depending on selected mode.

Expand Down
2 changes: 1 addition & 1 deletion src/About.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace sfc::about {
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-const-variable"

constexpr const char* VERSION = "0.10.0";
constexpr const char* VERSION = "0.11.0";

constexpr const char* COPYRIGHT = "Copyright (c) 2017-2024 David Lindecrantz";

Expand Down

0 comments on commit cbef58a

Please sign in to comment.