mirror of
https://github.com/libretro/xmil-libretro.git
synced 2024-11-23 08:09:42 +00:00
win9x: sysmng
svn merge -r 274:275 https://amethyst.yui.ne.jp/svn-dev/x1/xmil/branches/yui/WORK_01
This commit is contained in:
parent
5fcc51a08e
commit
7c53425679
@ -10,11 +10,6 @@
|
||||
|
||||
UINT sys_updates;
|
||||
|
||||
|
||||
void sysmng_scrnwidth(REG8 mode) {
|
||||
}
|
||||
|
||||
|
||||
// ----
|
||||
|
||||
static OEMCHAR title[512];
|
||||
|
@ -34,7 +34,7 @@ void sysmng_fddaccess(REG8 drv);
|
||||
sys_updates &= (SYS_UPDATECFG | SYS_UPDATEOSCFG); \
|
||||
sysmng_workclockreset()
|
||||
|
||||
void sysmng_scrnwidth(REG8 mode);
|
||||
#define sysmng_scrnwidth(m)
|
||||
|
||||
#define sysmng_fddaccess(a)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user