mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-11-25 02:44:14 +00:00
Add a function that safely returns whether a character is printable i.e. whether 0x20 <= c <= 0x7e is true. This is done in several places in our codebase and it's easy to run into undefined behaviour if the C version defined in <cctype> is used instead of this one, since its behaviour is undefined if the character is not representable as an unsigned char. This fixes MemoryViewWidget. |
||
|---|---|---|
| .. | ||
| Config | ||
| Debugger | ||
| FIFO | ||
| GameList | ||
| NetPlay | ||
| QtUtils | ||
| Settings | ||
| TAS | ||
| AboutDialog.cpp | ||
| AboutDialog.h | ||
| CheatsManager.cpp | ||
| CheatsManager.h | ||
| CMakeLists.txt | ||
| DiscordHandler.cpp | ||
| DiscordHandler.h | ||
| DiscordJoinRequestDialog.cpp | ||
| DiscordJoinRequestDialog.h | ||
| DolphinQt.manifest | ||
| DolphinQt.rc | ||
| DolphinQt.vcxproj | ||
| DolphinQt.vcxproj.user | ||
| GCMemcardManager.cpp | ||
| GCMemcardManager.h | ||
| Host.cpp | ||
| Host.h | ||
| HotkeyScheduler.cpp | ||
| HotkeyScheduler.h | ||
| Info.plist.in | ||
| Main.cpp | ||
| MainWindow.cpp | ||
| MainWindow.h | ||
| MenuBar.cpp | ||
| MenuBar.h | ||
| qt.conf | ||
| qt.conf.win | ||
| RenderWidget.cpp | ||
| RenderWidget.h | ||
| resource.h | ||
| ResourcePackManager.cpp | ||
| ResourcePackManager.h | ||
| Resources.cpp | ||
| Resources.h | ||
| SearchBar.cpp | ||
| SearchBar.h | ||
| Settings.cpp | ||
| Settings.h | ||
| ToolBar.cpp | ||
| ToolBar.h | ||
| Translation.cpp | ||
| Translation.h | ||
| Updater.cpp | ||
| Updater.h | ||
| WiiUpdate.cpp | ||
| WiiUpdate.h | ||