From b7b50a2fe4291e235c403b801bce6e0333ad56f1 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Thu, 1 Oct 2020 00:39:28 +1000 Subject: [PATCH] Update README.md to mention CPU overclocking --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36c019f52..dc3b022de 100644 --- a/README.md +++ b/README.md @@ -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.