diff options
| author | 2008-01-11 15:14:31 +0000 | |
|---|---|---|
| committer | 2008-01-11 15:14:31 +0000 | |
| commit | fa09519f267ac72e2771281155f07b67a9153f68 (patch) | |
| tree | 546987bfd00226022a86c3167d4663b0ff29da1e /src | |
| parent | be9842eae51adbc5e3e7744bab27f8e9eff2eff9 (diff) | |
(From Emuman)
Testing his fix for the full screen switch bug, which apparently works, but I am still baffled as to why.
Diffstat (limited to 'src')
| -rw-r--r-- | src/osd/windows/drawd3d.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/windows/drawd3d.c b/src/osd/windows/drawd3d.c index 1cb7d6c0c9c..92150290953 100644 --- a/src/osd/windows/drawd3d.c +++ b/src/osd/windows/drawd3d.c @@ -515,8 +515,8 @@ static int drawd3d_window_init(win_window_info *window) goto error; // create the device immediately for the full screen case (defer for window mode) - if (window->fullscreen && device_create(window)) - goto error; +// if (window->fullscreen && device_create(window)) +// goto error; return 0; |
