aboutsummaryrefslogtreecommitdiffstats
path: root/android/qemulator.h
Commit message (Collapse)AuthorAgeFilesLines
* Correct auto-detection of default VM heap size.David 'Digit' Turner2011-02-101-4/+0
| | | | | | | | | | | | This patch removes the need for the -m <memory> core option. Instead, the RAM size is taken by default from qemu-hardware.ini. Also, the default value of vm.heapSize is no longer 16MB, it is now adjusted based on the RAM size (16/32/48 values) + Get rid of core -lcd-density option (use .ini file instead) Change-Id: I93919926b61a132c7943a1bb2c41f7a3ab7f2d2f
* Separate init_skinned_ui() into two functions.David 'Digit' Turner2011-02-021-5/+0
| | | | | | | | | | | | | | | This removes init_skinned_ui() and adds parse_skin_files() and init_sdl_ui(). The first function only parses skin files and options, and doesn't do anything related to the UI. The second function does setup the SDL UI after all options/skin processing has been performed. We also modify main.c and main-ui.c to move the call to init_sdl_ui() as far as possible after the options parsing. + Move core attachment code to the end of qemu_main() in main-ui.c Change-Id: I2bf5f0a096d827ae1fee070a8fa45cbd4629d54f
* Compute default memory size from screen size.David 'Digit' Turner2011-01-191-0/+5
| | | | | | | | This change is used when using a magic skin (e.g. -skin 800x600) or when using the full Android build system, in order to determine a good default for the RAM size. Change-Id: I900e28146592cdd3f0df9b3f1828b119309eea85
* Hook up framebuffer changes with UI windowVladimir Chtchetkine2011-01-131-0/+4
| | | | Change-Id: Ib2dff72c808614cd6ded096d62717afc1c41e667
* Moved QEmulator out of main.cVladimir Chtchetkine2010-05-111-0/+69
Change-Id: I20964bb5d7fbef5ea22d265427793a2a7fce2017