mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 08:25:16 +00:00
Experimental class template Module<T>
Allocates ps3 memory for specific instance T
This commit is contained in:
parent
093ecc0a02
commit
12f36cf31f
123 changed files with 494 additions and 379 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#include "cellAudioOut.h"
|
||||
#include "cellVideoOut.h"
|
||||
|
||||
extern Module cellAvconfExt;
|
||||
extern Module<> cellAvconfExt;
|
||||
|
||||
f32 g_gamma;
|
||||
|
||||
|
|
@ -137,7 +137,7 @@ s32 cellVideoOutGetScreenSize(u32 videoOut, vm::ptr<float> screenSize)
|
|||
}
|
||||
|
||||
|
||||
Module cellAvconfExt("cellAvconfExt", []()
|
||||
Module<> cellAvconfExt("cellAvconfExt", []()
|
||||
{
|
||||
g_gamma = 1.0f;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue