Update README.md to mention CPU overclocking
This commit is contained in:
parent
8edf02bca8
commit
b7b50a2fe4
|
@ -13,6 +13,7 @@ A "BIOS" ROM image is required to to start the emulator and to play games. You c
|
|||
|
||||
## Latest News
|
||||
|
||||
- 2020/09/30: CPU overclocking is now supported. Use with caution as it will break games and increase system requirements. It can be set globally or per-game.
|
||||
- 2020/09/25: Cheat support added for libretro core.
|
||||
- 2020/09/23: Game covers added to Qt frontend (see [Adding Game Covers](https://github.com/stenzek/duckstation/wiki/Adding-Game-Covers)).
|
||||
- 2020/09/19: Memory card importer/editor added to Qt frontend.
|
||||
|
@ -67,6 +68,7 @@ Other features include:
|
|||
- Optional automatic switching of memory cards for each game
|
||||
- Supports loading cheats from libretro or PCSXR format lists
|
||||
- Memory card editor and save importer
|
||||
- Emulated CPU overclocking
|
||||
|
||||
## System Requirements
|
||||
- A CPU faster than a potato. But it needs to be 64-bit (either x86_64 or AArch64/ARMv8) otherwise you won't get a recompiler and it'll be slow. There are no plans to add any 32-bit recompilers.
|
||||
|
|
Loading…
Reference in New Issue