> For the complete documentation index, see [llms.txt](https://guide.cronuszen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.cronuszen.com/zen-fr/appareils-pris-en-charge/ps4.md).

# PlayStation®4

Cronus Zen™ prend en charge toutes les versions de la console PlayStation®4, y compris toutes les variantes de la manette DualShock®4 via USB et Bluetooth®.

Tout appareil pris en charge fonctionne avec votre PlayStation®4 via le Cronus Zen™, y compris [manettes](/zen-fr/appareils-pris-en-charge/manette.md), [souris](/zen-fr/appareils-pris-en-charge/souris.md), et [claviers](/zen-fr/appareils-pris-en-charge/clavier.md).

***

### <i class="fa-playstation">:playstation:</i> Consoles <a href="#consoles" id="consoles"></a>

| Modèle             |                    Pris en charge                   |
| ------------------ | :-------------------------------------------------: |
| PlayStation®4      |       <mark style="color:vert;">**Oui**</mark>      |
| PlayStation®4 Slim |       <mark style="color:vert;">**Oui**</mark>      |
| PlayStation®4 Pro  | <mark style="color:orange;">**Conditionnel**</mark> |

{% hint style="warning" %}
Sur la PlayStation®4 Pro, le câble USB CONSOLE/PC doit être branché sur le **port USB arrière**. Les ports avant ne fournissent pas assez d’alimentation pour le Cronus Zen™.
{% endhint %}

***

### <i class="fa-gamepad-modern">:gamepad-modern:</i> DualShock®4 v1 contre v2 <a href="#ds4-versions" id="ds4-versions"></a>

Il existe deux modèles de DualShock®4, et la différence compte.

|                                  |               v1 (CUH-ZCT1X)              |              v2 (CUH-ZCT2X)              |
| -------------------------------- | :---------------------------------------: | :--------------------------------------: |
| USB                              |  <mark style="color:vert;">**Oui**</mark> | <mark style="color:vert;">**Oui**</mark> |
| Bluetooth®                       |  <mark style="color:vert;">**Oui**</mark> | <mark style="color:vert;">**Oui**</mark> |
| Audio via USB                    | <mark style="color:rouge;">**Non**</mark> | <mark style="color:vert;">**Oui**</mark> |
| Fonctionne comme contrôleur AUTH | <mark style="color:rouge;">**Non**</mark> | <mark style="color:vert;">**Oui**</mark> |

La v1 convient pour le jeu de base, mais elle n’a aucun son — ni casque ni haut-parleur de la manette — et elle ne peut pas servir de contrôleur d’authentification dans une configuration croisée PS4®. La v2 prend tout cela en charge.

**Comment les distinguer :** la v2 a une barre lumineuse visible à travers le pavé tactile.

{% hint style="info" %}
Dans les numéros de modèle, la dernière lettre indique la région : **U** pour les États-Unis, **E** pour l’Europe, **J** pour le Japon.
{% endhint %}

***

### <i class="fa-gamepad">:gamepad:</i> Manettes PlayStation® Move <a href="#move" id="move"></a>

Les manettes PlayStation® Move d’origine et la plupart des manettes tierces s’appairent au Zen via Bluetooth® — gauche et droite sur des canaux Bluetooth® séparés.

***

### <i class="fa-list">:list:</i> Manettes sous licence <a href="#licensed" id="licensed"></a>

{% hint style="info" %}
Pour la prise en charge du Bluetooth® sur une PlayStation®4, certaines manettes tierces sous licence nécessitent une DualShock®4 v2 comme manette d’authentification dans **A1**.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://guide.cronuszen.com/zen-fr/appareils-pris-en-charge/ps4.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
