Skip to content

Commit

Permalink
For PS5
Browse files Browse the repository at this point in the history
  • Loading branch information
durswd committed Oct 19, 2023
1 parent 6ea6b00 commit 2b7aa3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dev/Plugin/Assets/Effekseer/Scripts/EffekseerSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@ public void InitPlugin()
case GraphicsDeviceType.Vulkan:
case GraphicsDeviceType.XboxOne:
case GraphicsDeviceType.XboxOneD3D12:
case GraphicsDeviceType.PlayStation5:
case GraphicsDeviceType.PlayStation5NGGC:
if (RendererType == EffekseerRendererType.Native)
{
RendererType = EffekseerRendererType.Unity;
Expand All @@ -390,6 +392,8 @@ public void InitPlugin()
case GraphicsDeviceType.Direct3D12:
case GraphicsDeviceType.Metal:
case GraphicsDeviceType.PlayStation4:
case GraphicsDeviceType.PlayStation5:
case GraphicsDeviceType.PlayStation5NGGC:
#if UNITY_2017_4_OR_NEWER
case GraphicsDeviceType.Switch:
#endif
Expand Down

0 comments on commit 2b7aa3e

Please sign in to comment.