mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
(PSL1GHT/RGL) Add PSL1GHT defines for GCM method macros
This commit is contained in:
parent
83ae89dc4c
commit
7b01393941
@ -431,7 +431,7 @@
|
||||
#define cellGcmSetFlipHandler gcmSetFlipHandler
|
||||
#define cellGcmSetVBlankHandler gcmSetVBlankHandler
|
||||
#define cellGcmGetConfiguration gcmGetConfiguration
|
||||
#define cellGcmSetJumpCommand gcmSetJumpCommand
|
||||
#define cellGcmSetJumpCommand rsxSetJumpCommand
|
||||
#define cellGcmFlush rsxFlushBuffer
|
||||
#define cellGcmSetFlipMode gcmSetFlipMode
|
||||
#define cellGcmSetFlip gcmSetFlip
|
||||
@ -455,6 +455,22 @@
|
||||
#define cellVideoOutConfigure videoConfigure
|
||||
#define cellVideoOutGetState videoGetState
|
||||
#define cellVideoOutGetResolution videoGetResolution
|
||||
|
||||
#define cellGcmSetViewportInline rsxSetViewport
|
||||
#define cellGcmSetReferenceCommandInline rsxSetReferenceCommand
|
||||
#define cellGcmSetBlendEquationInline rsxSetBlendEquation
|
||||
#define cellGcmSetWriteBackEndLabelInline rsxSetWriteBackendLabel
|
||||
#define cellGcmSetWaitLabelInline rsxSetWaitLabel
|
||||
#define cellGcmSetDepthTestEnableInline rsxSetDepthTestEnable
|
||||
#define cellGcmSetScissorInline rsxSetScissor
|
||||
#define cellGcmSetBlendEnableInline rsxSetBlendEnable
|
||||
#define cellGcmSetClearColorInline rsxSetClearColor
|
||||
#define cellGcmSetBlendFuncInline rsxSetBlendFunc
|
||||
#define cellGcmSetBlendColorInline rsxSetBlendColor
|
||||
#define cellGcmSetTextureFilterInline rsxTextureFilter
|
||||
#define cellGcmSetTextureControlInline rsxTextureControl
|
||||
#define cellGcmSetCullFaceEnableInline rsxSetCullFaceEnable
|
||||
#define cellGcmSetShadeModeInline rxSetShadeModel
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user