Stuff to do
This commit is contained in:
parent
6978f1076c
commit
5d5d789642
|
@ -5,6 +5,12 @@ Cxbx Todo:
|
|||
* KeInitializeDpc, KeInitializeTimer, ExQueryNonVolatileSetting
|
||||
* Locate "RtlNtStatusToDosError" in Win2k/XP doc
|
||||
|
||||
Add support for .XBE file handling capabilities through shell.
|
||||
When opening an .XBE with Cxbx, there should be an optional flag
|
||||
which will cause it to automagically generate the .Exe and start
|
||||
emulation. This used with the progress meter, etc, will make the
|
||||
emulation extremely fluid.
|
||||
|
||||
Exe->Xbe should use an "OpenXDK" logo bitmap by default. This can be done
|
||||
by having a debug version of Cxbx output the necessary raw data. Then, you
|
||||
just inline it into the code.
|
||||
|
@ -17,4 +23,4 @@ Cxbx Todo:
|
|||
|
||||
Xbe::m_Header should be allocated dynamically to make room for huge headers.
|
||||
|
||||
TLS needs work.
|
||||
TLS needs work.
|
||||
|
|
Loading…
Reference in New Issue