示例#1
0
        public async Task SetCurrentSystem()
        {
            await _rl.SetCurrentSystemAsync("MFME");

            Assert.False(string.IsNullOrWhiteSpace(_rl.CurrentSystemSettings.DefaultEmulator));
        }