mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:26:01 +02:00
flips: add page (#8942)
This commit is contained in:
parent
2507536686
commit
2022723f4f
2 changed files with 32 additions and 0 deletions
16
pages.pt_BR/common/flips.md
Normal file
16
pages.pt_BR/common/flips.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# flips
|
||||
|
||||
> Cria e aplica patches em arquivos IPS e BPS.
|
||||
> Mais informações: <https://github.com/Alcaro/Flips>.
|
||||
|
||||
- Abre Flips para criar e aplicar um patch:
|
||||
|
||||
`flips`
|
||||
|
||||
- Aplica um patch criando um novo arquivo ROM:
|
||||
|
||||
`flips --apply {{patch.bps}} {{rom.smc}} {{hack.smc}}`
|
||||
|
||||
- Cria um patch a partir de duas ROMs:
|
||||
|
||||
`flips --create {{rom.smc}} {{hack.smc}} {{patch.bps}}`
|
16
pages/common/flips.md
Normal file
16
pages/common/flips.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# flips
|
||||
|
||||
> Create and apply patches for IPS and BPS files.
|
||||
> More information: <https://github.com/Alcaro/Flips>.
|
||||
|
||||
- Start Flips to create and apply patches interactively:
|
||||
|
||||
`flips`
|
||||
|
||||
- Apply a patch and create a new ROM file:
|
||||
|
||||
`flips --apply {{patch.bps}} {{rom.smc}} {{hack.smc}}`
|
||||
|
||||
- Create a patch from two ROMs:
|
||||
|
||||
`flips --create {{rom.smc}} {{hack.smc}} {{patch.bps}}`
|
Loading…
Add table
Reference in a new issue