mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Cosmetics
This commit is contained in:
parent
cec5b0ce01
commit
6c7bed25a5
4 changed files with 4 additions and 4 deletions
|
@ -424,7 +424,7 @@ ID3D11Buffer* &PixelShaderCache::GetConstantBuffer()
|
|||
class PixelShaderCacheInserter : public LinearDiskCacheReader<PixelShaderUid, u8>
|
||||
{
|
||||
public:
|
||||
void Read(const PixelShaderUid &key, const u8 *value, u32 value_size)
|
||||
void Read(const PixelShaderUid &key, const u8* value, u32 value_size)
|
||||
{
|
||||
PixelShaderCache::InsertByteCode(key, value, value_size);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue