video_core/macro_interpreter: Remove assertion within FetchParameter()
We can just use .at(), which essentially does the same thing, but with less code.
Loading
Please sign in to comment
We can just use .at(), which essentially does the same thing, but with less code.