1
0
mirror of synced 2024-11-12 02:00:52 +01:00

git: Updated readme feature list a bit

This commit is contained in:
WerWolv 2022-07-30 11:43:25 +02:00
parent 063f59065b
commit 376cf6e8fa
2 changed files with 3 additions and 3 deletions

View File

@ -41,6 +41,8 @@ If you like my work, please consider supporting me on GitHub Sponsors, Patreon o
- Automatic loading based on MIME type
- arrays, pointers, structs, unions, enums, bitfields, namespaces, little and big endian support, conditionals and much more!
- Useful error messages, syntax highlighting and error marking
- Doesn't burn out your retinas when used in late-night sessions
- Dark mode by default, but a light mode is available as well
- Data importing
- Base64 files
- IPS and IPS32 patches
@ -99,8 +101,6 @@ If you like my work, please consider supporting me on GitHub Sponsors, Patreon o
- File splitter
- File combiner
- File shredder
- Built-in cheat sheet for pattern language and Math evaluator
- Doesn't burn out your retinas when used in late-night sessions
## Pattern Language

View File

@ -185,7 +185,7 @@ namespace hex::init {
ImHexApi::System::impl::setGlobalScale(meanScale);
ImHexApi::System::impl::setNativeScale(meanScale);
log::info("Native scaling set to: {}", meanScale);
log::info("Native scaling set to: {:.1}", meanScale);
}
glfwSetWindowSize(this->m_window, 640_scaled, 400_scaled);