mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Cosmetics
This commit is contained in:
parent
cec5b0ce01
commit
6c7bed25a5
4 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@ ID3D11Buffer* gscbuf = nullptr;
|
|||
class GeometryShaderCacheInserter : public LinearDiskCacheReader<GeometryShaderUid, u8>
|
||||
{
|
||||
public:
|
||||
void Read(const GeometryShaderUid &key, const u8 *value, u32 value_size)
|
||||
void Read(const GeometryShaderUid &key, const u8* value, u32 value_size)
|
||||
{
|
||||
GeometryShaderCache::InsertByteCode(key, value, value_size);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue