Skip to content

Commit

Permalink
Updated readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillem96 committed Jan 23, 2019
1 parent dc21a8a commit c7a6cb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
7 changes: 5 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@

## v0.3

- No background must be vertical. New background size must be smaller or equal than 720x1280. (Performance reasons)
- Using 2 buffers for rendering in order to avoid flickering and also improve performance.
- No background must be in a vertical position. New background size must be smaller or equal than 720x1280. (Performance reasons)
- Using double buffering for rendering in order to avoid flickering and also improve performance.
- Fully touch support. Thanks to @pixel-stuck
- Now payloads are sorted by name
- Improve system stability to enhance user experience.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,21 +84,18 @@ The use of minerva is optional but recommended. To use minerva just place the co

## Compatibility

This payload will launch any CFW.

It has not been tested with TeamXecuter SXOS payload, but it should launch that too.
This payload will launch any CFW or payload.

## Roadmap

1. Touch input
2. Kind of config file
3. Change font
1. Kind of config file
2. Change to prettier font

## Credits

* __devkitPro__ for the [devkitA64](https://devkitpro.org/) toolchain.
* __naehrwert__ and __st4rk__ for the original [hekate](https://github.com/nwert/hekate) project and its hwinit code base.
* __CTCaer__ for the continued [hekate](https://github.com/CTCaer/hekate) and his **minerva** project.
* __xalgovia__ and __Retrogamer 74__ for the splash and logos. Also thanks them to use ArgonNX in RetroReloaded.
* __langerhans__ for his implementation of partial touch support.
* __langerhans__ and __stuck-pixel__ for their implementation of touch support.
* __D3fau4__ for touch support testing.

0 comments on commit c7a6cb5

Please sign in to comment.