add TODO comment to BkmImport

This commit is contained in:
Morilli 2024-06-10 15:44:27 +02:00
parent 14cf4b3486
commit f99a09283a
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ namespace BizHawk.Client.Common.movie.import
for (var i = 0; i < bkm.InputLogLength; i++)
{
// TODO: this is currently broken because Result.Movie.Emulator is no longer getting set,
// however using that was sketchy anyway because it relied on the currently loaded core for import
var input = bkm.GetInputState(i, Result.Movie.Emulator.ControllerDefinition, bkm.Header[HeaderKeys.Platform]);
Result.Movie.AppendFrame(input);
}