What's new in this version: MEmu 9.0.3 Fixed: - the problem that the emulator cannot normally use the physical camera - the problem of random generation of MAC address failure - the problem of Android 5.1 instance creation failure
MEmu 9.0.2 Added and optimized: - Added emulator shared system disk mode - Added shortcut keys – quick switch keymapping configuration (when the data configuration is less than 5)
Fixed: - the problem that the emulator will be prompted to repair the driver when first starting - the problem that the VT state detection is incorrect in some cases - the login problem of 37 games - the preview image stretching and rotation problems of camera - the stuck 100% problem with “Wild Rift” - video playback issues of some games (“One Punch Man: The World”, “King of Nazarick”)
MEmu 9.0.1 Added and optimized: - Keymapping: WASD supports the sprint function by pressing “shift”, which is under standard mode. - Optimized the display of MEmu Desktop, small and medium icons, and game screenshots on MEmu game center.
Fixed: - Fixed the compatibility issues like Brawl Stars, Hay Day, Boom Beach and Clash of Clans. - Fixed the game Teamfight Tactics stuck after a long time of gaming on HyperV mode. - Fixed the crash issue when playing 4399 Game Box and Happy Crash. - Fixed the crash issue when AMD graphics card may crash upon launch.
MEmu 9.0.0 Added and optimized: - Adopted the new Android 9 kernel engine, which significantly improves the compatibility and experience of games - Fully optimized the performance of games. Compared with the old version, the FPS has increased by more than 15%, and the graphic is smoother - Optimized the startup efficiency of emulator, saving 20%+ startup time - Added more high FPS models and supports 120/240Hz high FPS mode for more games - Improved the Multi-MEmu experience, refresh the emulator list immediately after setting a new emulator directory
Fixed: - Fixed the emulator startup failure which caused by the instance damage of emulator - Fixed the smart keymapping bug of Brawl Stars - Fixed the compatibility issues of “Dislyte”
MEmu 8.1.3 - Enhanced engine for smoother and higher FPS 240Hz mode for games such as “Arknights”, “Azur Lane”, “Fate/Grand Order” and so on - Optimized the smart mode of keymapping in “Undawn” - Optimized the emulator export and clone operation process - Fixed the problem that the emulator crashes when starting the game when the astc cache is turned on - Fixed the stucking at 99% issue of the emulator in some cases
MEmu 8.1.2 - Fixed the crash issue of “Garena Undawn” when running with the nVidia graphics card - Added smart mode support to “Garena Undawn” - Added ASTC decode feature in emulator settings - Optimized the disk expansion logic
MEmu 8.1.0 - Optimized emulator performance and improved Frames Per Second (FPS) in Games. - Fixed the problem of typing in Android system in some cases. - Fixed the problem that the delay parameter between scripts is not displayed correctly after switching the setting item when merging scripts. - Fixed the account login problem of “Diablo Immortal”. - Fixed the compatibility issues of “Mini World” and “X-Plane”.
MEmu 8.0.9 Fixed: - Fixed the problem of display error after switching vertical screen applications in full-screen mode - Fixed low-resolution display problem - Fixed the problem that the smart keymapping does not take effect
Hyperv mode-related optimization and repair: - Fixed the problem that the interface is not synchronized after manually changing DNS - Some repair dialog buttons are changed to “Restart Now” - Detect and fix invalid instances before launching the emulator - Fixed the issue that the floating ball could not disappear - Fixed Google store login issue - Fix wifi hotspot name display problem
For Android 9: - Fixed the problem that the browser input address cannot be opened - Fixed some pages being selected by default - Fixed WeChat login issue
MEmu 8.0.8 - Change log not available for this version
MEmu 8.0.7 Fixed: - Fixed the problem of display error after switching vertical screen applications in full-screen mode - Fixed low-resolution display problem - Fixed the problem that the smart keymapping does not take effect - Hyperv mode-related optimization and repair: - Fixed the problem that the interface is not synchronized after manually changing DNS - Some repair dialog buttons are changed to “Restart Now” - Detect and fix invalid instances before launching the emulator - Fixed the issue that the floating ball could not disappear - Fixed Google store login issue - Fix wifi hotspot name display problem - For Android 9: - Fixed the problem that the browser input address cannot be opened - Fixed some pages being selected by default - Fixed WeChat login issue
MEmu 8.0.6 Fixed: - Optimized memory efficiency and less memory footprint - Fixed the problem cannot recording in HyperV mode - Fixed the problem that cannot enable the high frame rate of 120HZ with some games
MEmu 8.0.2 New: - Optimize the performance of MEmu and improve the game experiences - Improve the image quality and more smoothly of “Apex Legends Mobile”, support smart keymapping - Chrome as the default browser
Fixed: - Fix the problem of no network after changing DNS under HyperV mode
Fixed some issues of Multi-MEmu: - Fixed occasional crashes when sorting windows - Fixed the failure issue when creating new instances in some cases - Fixed the problem that the disk becomes larger after cleaning - Fix the problem that the RT/LT buttons of the “GameSir-T3” series controllers cannot be used - Fix the problem that there is no placeholder icon on the desktop when some APKs are installed
MEmu 8.0.1 - Fixed the problem that the Android UI of 32-bit instance is stuck when VT (CPU virtualization technology) is not turned on. - Fixed the failure of APK/XAPK installation with size bigger than 2GB. - Fixed the problem that the Quick Macro cannot be operated by volume plus/minus. - Fixed some game compatibility issues on AMD device models.
MEmu 8.0.0 New: - The 64-bit emulator is used by default, in order to improve the compatibility and experience of games. - Support Hyper-V virtualization engine. Old 32/64-bit emulators can upgrade smoothly. - Optimize the overcall performance of games. Games run more smoothly. - Optimize the game installation speed, which saves time by 50%+. - Optimize the first startup time of the emulator, which saves time by 40%+. - Integrate the interface of Andorid 9, which will be released soon.
Fixed: - Fixed the problem that sdcard cannot be used after Android soft restart. - Fixed the problem of no response during the running of some games. - Fixed the problem of insufficient resources when running some games. - Fixed the problem of blurry screen and splash screen in some games.
Select Version 相關參考資料
How to Determine Your Postgres Version
Viewing the server version. To determine the server version using an SQL statement, simply issue the SELECT version(); command: =# SELECT version(); version ...
https://www.atlassian.com
How to find the SQL Server version
2019年10月8日 — We can use the @@VERSION function to find out all version details of the SQL Server instance. ... SELECT @@VERSION AS 'SQL Server Version Details' ...
https://www.sqlshack.com
MySQL VERSION() Function
Return the current version of the MySQL database: SELECT VERSION();. Try it Yourself ». Definition and Usage. The VERSION() function returns the current ...
https://www.w3schools.com
Select PHP Version
Select PHP Version 可提供用戶自定義PHP 版本、PHP Extension、PHP.ini 等三種功能。
https://help.url.com.tw
Select Version - 2011 - SOLIDWORKS PDM 說明
Select the version of SolidWorks to which you want to upgrade the files. The SolidWorks version you select must be installed on each workstation ...
https://help.solidworks.com
Understanding the SQL Server SELECT @@VERSION ...
I was recently trying to determine what version of SQL Server was installed on a particular server. I found this tip to determine the version and tried to ...
https://www.mssqltips.com
VERSION (Transact-SQL) - SQL Server
2023年6月21日 — 下列範例會顯示傳回目前安裝架構的版本資訊。 SELECT @@VERSION AS 'SQL Server Version';. 範例:Azure Synapse Analytics 和Analytics Platform ...
https://learn.microsoft.com
VERSION - Amazon Redshift
The VERSION function returns details about the currently installed release, with specific Amazon Redshift version information at the end.
https://docs.aws.amazon.com
判斷資料庫引擎的版本和版本SQL Server
2024年1月30日 — 方法3:連線至SQL Server 的執行個體,然後執行下列查詢:. SQL 複製. Select @@version. 此查詢的輸出範例如下所示:. 輸出 複製. Microsoft SQL Server ...
https://learn.microsoft.com
|