コード例 #1
0
ファイル: RLaunchtests.cs プロジェクト: horseyhorsey/RetroDb
        public async Task SetCurrentSystem()
        {
            await _rl.SetCurrentSystemAsync("MFME");

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