mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 03:47:54 -05:00
streamline cdma_pusher/command_classes
This commit is contained in:
@ -23,7 +23,7 @@ public:
|
||||
~Nvdec();
|
||||
|
||||
/// Writes the method into the state, Invoke Execute() if encountered
|
||||
void ProcessMethod(Method method, const std::vector<u32>& arguments);
|
||||
void ProcessMethod(Method method, u32 argument);
|
||||
|
||||
/// Return most recently decoded frame
|
||||
[[nodiscard]] AVFramePtr GetFrame();
|
||||
|
Reference in New Issue
Block a user