mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 10:39:59 +00:00
OGL: reimplement poke-color
This commit is contained in:
parent
c7bae5ad11
commit
d91d935057
4 changed files with 114 additions and 17 deletions
|
@ -71,6 +71,7 @@ public:
|
|||
void FlipImageData(u8 *data, int w, int h, int pixel_width = 3);
|
||||
|
||||
u32 AccessEFB(EFBAccessType type, u32 x, u32 y, u32 poke_data) override;
|
||||
void PokeEFB(EFBAccessType type, const std::vector<EfbPokeData>& data) override;
|
||||
|
||||
u16 BBoxRead(int index) override;
|
||||
void BBoxWrite(int index, u16 value) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue