Minor decoder optimizations, kernel fixes, cpu backend fixes
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
/**
|
||||
/**
|
||||
/**
|
||||
******************************************************************************
|
||||
* Xenia : Xbox 360 Emulator Research Project *
|
||||
@@ -50,8 +48,9 @@ struct MemExportRange {
|
||||
};
|
||||
class D3D12CommandProcessor final : public CommandProcessor {
|
||||
protected:
|
||||
#define OVERRIDING_BASE_CMDPROCESSOR
|
||||
#include "../pm4_command_processor_declare.h"
|
||||
|
||||
#undef OVERRIDING_BASE_CMDPROCESSOR
|
||||
public:
|
||||
explicit D3D12CommandProcessor(D3D12GraphicsSystem* graphics_system,
|
||||
kernel::KernelState* kernel_state);
|
||||
|
||||
Reference in New Issue
Block a user