diff options
| author | bhgv <bhgv.empire@gmail.com> | 2018-03-04 10:53:41 +0200 |
|---|---|---|
| committer | bhgv <bhgv.empire@gmail.com> | 2018-03-04 10:53:41 +0200 |
| commit | 6d35aa8bbc5a21ec699dd5cb157741f8766989d3 (patch) | |
| tree | 6ce8ee5629d44c43e6b885d0c4c2a3d55c233182 /emu | |
| parent | 688292a584784b20d9ca9da67ff84f524f50afae (diff) | |
some lite changes and updates
Diffstat (limited to 'emu')
| -rw-r--r-- | emu/Android/amain.c | 4 | ||||
| -rw-r--r-- | emu/Android/emu | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/emu/Android/amain.c b/emu/Android/amain.c index e3cc930..46f5ebf 100644 --- a/emu/Android/amain.c +++ b/emu/Android/amain.c @@ -28,8 +28,8 @@ extern int mflag; int vflag = 0; Procs procs; char *eve; - extern int Xsize; // = 640; // = 640; - extern int Ysize; // = 480; // = 480; +extern int Xsize; // = 640; // = 640; +extern int Ysize; // = 480; // = 480; int bflag = 1; int sflag = 0; int qflag = 0; diff --git a/emu/Android/emu b/emu/Android/emu index c2e01f2..036b98b 100644 --- a/emu/Android/emu +++ b/emu/Android/emu @@ -14,7 +14,7 @@ dev cmd cmd indir - draw win-andr + draw win-$WINDOW_BACKEND pointer ip ipif6-posix ipaux |
