Skip to content

Commit

Permalink
Solved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillem96 committed Jan 3, 2019
2 parents 180e135 + 276ff27 commit affa9d2
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Argon NX is an immutable payload which is injected to your Nintendo Switch via F

## Purpose

The purpose of Argon NX is to stay immutable, so you can always inject it, without caring about other payloads getting updated (Always use ArgonNX for TegraSmash, TegraGUI, TrinkedM0 ...).
The purpose of Argon NX is to stay immutable, so you can always inject it, without caring about other payloads getting updated (Always use ArgonNX for TegraSmash, TegraGUI, TrinkedM0...).

## How can it be?

When Argon NX is injected it automatically launches the `payload.bin` loacted at `argon` directory on your SD Card root.

If `payload.bin` is not present or VOOLUME DOWN button is pressed on payload injection, Argon NX will list all payloads located at `argon/payloads`, and you will be able tp select one of theme to launch it.
If `payload.bin` is not present or VOOLUME DOWN button is pressed on payload injection, Argon NX will list all payloads located at `argon/payloads`, and you will be able to select one of theme to launch it.

## Features

Expand All @@ -37,11 +37,12 @@ argon
fusee-primary.bin
ReiNX.bin # Will be rendered using default logo
```
- **Custom background** add a custom background by simply adding `background.bmp` file inside `argon` directory. **Background must be smaller than 1280x720**.
- **Custom background** add a custom background by simply adding `background.bmp` file inside `argon` directory. **Background must be smaller or equal than 1280x720**.
- **Custom title** add a custom title by simply adding `title.bmp` file inside `argon` directory. **Not an specific size for title**.
- Take **screenshots** to share your ArgonNX gui.
- Touch partial suppor. Create an empty file called `touch` inside `argon` directory. **Touch only works with Game Cartige inside de Nintendo Switch**


## About BMP format

The only format supported is **BMP 32 bit ARGB color**.
Expand All @@ -54,6 +55,7 @@ This capture is thanks to **screenshot** feature.
<img src="img/example.png" alt="example" width="700">

The sd card files of the image are:
Find these logos [here](img/example-logos) an background and title [here](sd-card-example/).
```
argon
β”œβ”€β”€β”€ payloads
Expand All @@ -64,13 +66,13 @@ argon
β”‚ SXOS.bin
β”‚
β”œβ”€β”€β”€ logos
| [Atmosphere.bmp](img/example-logos/Atmosphere.bmp)
| [Reinx.bmp](img/example-logos/Reinx.bmp)
| [hekate.bmp](img/example-logos/hekate.bmp)
| [SXOS.bmp](img/example-logos/SXOS.bmp)
| Atmosphere.bmp
| Reinx.bmp
| hekate.bmp
| SXOS.bmp
|
β”œβ”€β”€β”€ [background.bmp](sd-card-example/background.bmp)
└─── [title.bmp](sd-card-example/title.bmp)
β”œβ”€β”€β”€ background.bmp
└─── title.bmp
```

## Improve performance
Expand All @@ -81,7 +83,7 @@ Use of minerva is optional but recommended, to use minerva just place the compil
## Compatibility

Works with all cfw payloads.
Not tested with TeamXecuter SXOS payloat but it should work too.
Not tested with TeamXecuter SXOS payload, but it should work too.

## Roadmap

Expand Down

0 comments on commit affa9d2

Please sign in to comment.