Added some unicode to imgui...
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -12s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -12s
This commit is contained in:
parent
040286cb27
commit
df7b435b56
|
@ -116,6 +116,7 @@ When you want to see whats happening do a debug run;
|
|||
|
||||
## Errata
|
||||
|
||||
* Very sometimes the fail_after "boot_err" watchdog doesn't get canceled
|
||||
* Make: @@include-mods will not get chained, it doesn't list ANY dep anymore
|
||||
* Make: @@include-tree will not get phony, (and thus @@include-root not on top)
|
||||
* boot_exec_setcolor: does not work on MSX1 vdp TMS9918
|
||||
|
@ -127,6 +128,7 @@ When you want to see whats happening do a debug run;
|
|||
|
||||
## OpenMSX backlog issues
|
||||
|
||||
* Only all all 16 bit unicode fonts because unicode is 21 bit but imgui is not
|
||||
* (FIXED:rm-SDL) Bug: screenshots sometimes segfaults when using SDL renderer
|
||||
* Screenshots don't work without throttle
|
||||
* (FIXED++) Audio device init option + warning messages on computer without sound card
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
|
||||
<msxconfig>
|
||||
<info>
|
||||
<name>Fire HDD</name>
|
||||
<manufacturer>MSXBUILD</manufacturer>
|
||||
<name>Fire HDD ©Δ∞ 仙上主天</name>
|
||||
<manufacturer>MSXBUILD للَّٰهِilLצسُو</manufacturer>
|
||||
<code />
|
||||
<release_year>2024</release_year>
|
||||
<description>Sunrise IDE with lastest nextor.</description>
|
||||
|
|
Loading…
Reference in a new issue