닌텐도 스위치

스위치 1 컨트롤러(Joy Con)는 스위치 2와 호환되나요?

By Pierre Moutoucou , on 23 6월 2025 à 19:05 , updated on 23 6월 2025 — 스위치2 - 9 minutes to read
switch2 manette compatible
Noter cet Article

많은 닌텐도 게이머들이 기다려온 스위치 2가 드디어 출시되었습니다. 하지만 컨트롤러 컬렉션에 투자한 모든 게임 팬들이 궁금해하는 진짜 질문은 간단합니다. 스위치 1 액세서리와 조이콘 컨트롤러는 여전히 유용할까요, 아니면 옷장에 넣어두어야 할까요? 답은 놀랍도록 간단하고 명확합니다. 네, 호환성은 보장됩니다. 구체적인 예시와 팁을 통해 작동 방식을 자세히 살펴보겠습니다.스위치 1 조이콘 컨트롤러와 스위치 2의 호환성 스위치 2는 색상이나 한정판 여부와 관계없이 스위치 1 조이콘 컨트롤러와 완벽한 무선 호환성을 유지합니다. 콘솔의 새로운 자석 레일은 아무런 변화도 주지 않습니다. 커넥터 변경으로 인해 측면에 물리적으로 부착할 수 없게 되었을 뿐입니다.블루투스 연결 덕분에 1세대 조이콘 컨트롤러가 차세대 콘솔과 완벽하게 호환됩니다. Switch 1 Joy-Con을 Switch 2에 연결하는 방법은 간단합니다.

콘솔의 컨트롤러 메뉴로 이동하세요.

“컨트롤러 동기화”를 선택하세요.Joy-Con의 동기화 버튼(표시등 옆에 있는 작고 둥근 버튼)을 누르세요. 화면에 연결 상태가 표시되는지 확인하세요.Switch 컨트롤러 호환성

새로운 세대의 Nintendo Switch 액세서리를 사용할 때의 장점, 제한 사항, 그리고 유용한 팁을 알아보세요. 빠른 호환성 차트

  • 컨트롤러/액세서리
  • 스위치 2 호환
  • 물리적 연결
  • 무선 연결
/* Base styles – Encapsulated to avoid conflicts */ #switch-compat-module { font-family: ‘Inter’, sans-serif; margin: 2.5rem auto; /* Slightly more margin, centered */ padding: 2rem; /* Increased padding */ background-color: #ffffff; color: #212121; /* Darker text for contrast */ width: 100%; max-width: 960px; border-radius: 1.25rem; /* More rounded corners for gaming feel */ box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.2), 0 6px 12px -3px rgba(0, 0, 0, 0.1); /* Stronger shadow */ display: flex; flex-direction: column; gap: 3rem; /* Increased space between sections */ box-sizing: border-box; /* Ensure padding is included in the width */ } /* Background color for the page, if needed. This should ideally be handled by WordPress theme. */ /* If you want the background *behind* this module to be gaming-friendly, you’d apply this to a wrapper around the module. */ /* For now, we assume the WordPress body background is sufficient or will be set elsewhere. */ /* Header section */ #switch-compat-module .header-section { display: flex; flex-direction: column; gap: 0.75rem; /* Slightly adjusted gap */ align-items: center; text-align: center; /* Center align text in header */ } @media (min-width: 768px) { #switch-compat-module .header-section { flex-direction: column; /* Keep as column even on desktop for centralized text */ text-align: center; } } #switch-compat-module .header-section p { font-size: 1.1rem; /* Slightly larger text for main description */ color: #555555; /* Softer gray */ line-height: 1.5; } /* Compatibility table section */ #switch-compat-module .compatibility-section h3 { font-weight: 700; /* Bolder title */ font-size: 1.3rem; /* Larger title */ margin-bottom: 1rem; /* More space */ color: #0072CE; /* Nintendo blue for section titles */ text-align: center; } #switch-compat-module .table-container { overflow-x: auto; border-radius: 0.75rem; /* Rounded corners for table container */ box-shadow: 0 4px 6px rgba(0,0,0,0.05); /* Subtle shadow for table */ } #switch-compat-module .compatibility-table { min-width: 100%; font-size: 0.95rem; /* Slightly larger font */ border: 1px solid #c0d9ed; /* Softer border color */ border-radius: 0.75rem; /* Rounded corners for table */ border-collapse: separate; /* Allows border-radius */ border-spacing: 0; overflow: hidden; /* Ensures rounded corners are applied */ } #switch-compat-module .compatibility-table th, #switch-compat-module .compatibility-table td { padding: 0.75rem 1rem; /* Increased padding */ border: 1px solid #e0e9f2; /* Lighter border for cells */ text-align: center; vertical-align: middle; } #switch-compat-module .compatibility-table thead tr { background-color: #0072CE; /* Nintendo Blue for header */ color: #ffffff; /* White text for contrast */ } #switch-compat-module .compatibility-table tbody tr:nth-child(odd) { background-color: #fefefe; } #switch-compat-module .compatibility-table tbody tr:nth-child(even) { background-color: #f0f8ff; /* Lighter blue tint */ } #switch-compat-module .text-green-500 { color: #00B341; font-weight: 600;} /* Brighter green */ #switch-compat-module .text-green-600 { color: #00802e; font-weight: 600;} #switch-compat-module .text-red-500 { color: #E60012; font-weight: 600;} /* Nintendo Red */ #switch-compat-module .text-yellow-500 { color: #FFD700; font-weight: 600;} /* Brighter yellow */ #switch-compat-module .text-xs { font-size: 0.7rem; } /* Slightly smaller for subtext */ #switch-compat-module .text-gray-500 { color: #777777; } #switch-compat-module .font-bold { font-weight: 700; } #switch-compat-module .compatibility-section .note { margin-top: 0.75rem; /* More space */ font-size: 0.8rem; /* Slightly larger */ color: #777777; } /* Simulator section */ #switch-compat-module .simulator-section { border-top: 1px solid #e5e7eb; padding-top: 2rem; /* Increased padding */ } #switch-compat-module .simulator-section h3 { font-weight: 700; font-size: 1.3rem; margin-bottom: 1.5rem; /* More space */ display: flex; align-items: center; color: #0072CE; /* Nintendo blue for section titles */ text-align: center; justify-content: center; /* Center the icon and text */ } #switch-compat-module .simulator-section h3 svg { width: 1.5rem; /* Larger icon */ height: 1.5rem; /* Larger icon */ margin-right: 0.75rem; /* More space */ color: #8A2BE2; /* A playful purple */ } #switch-compat-module .simulator-controls { display: flex; flex-direction: column; gap: 1.25rem; /* More space between controls */ align-items: flex-start; /* Align labels to start */ padding: 0 1rem; /* Add horizontal padding for controls */ } @media (min-width: 768px) { #switch-compat-module .simulator-controls { flex-direction: row; justify-content: center; /* Center controls on larger screens */ align-items: center; padding: 0; } } #switch-compat-module .simulator-controls > div { display: flex; flex-direction: column; align-items: flex-start; width: 100%; } @media (min-width: 768px) { #switch-compat-module .simulator-controls > div { width: auto; } } #switch-compat-module .simulator-controls label { font-weight: 600; display: block; margin-bottom: 0.5rem; /* More space below label */ color: #444444; } #switch-compat-module .simulator-controls select { border-radius: 0.5rem; /* More rounded */ border: 1px solid #b0c4de; /* Softer border */ padding: 0.6rem 1rem; /* More padding */ background-color: #f9f9f9; font-size: 1rem; width: 100%; /* Full width for selects on mobile */ box-shadow: inset 0 1px 3px rgba(0,0,0,0.05); } #switch-compat-module #manette-type, #switch-compat-module #mode-util { width: 100%; } @media (min-width: 768px) { #switch-compat-module #manette-type { width: 16rem; } /* Adjusted width */ #switch-compat-module #mode-util { width: 14rem; } /* Adjusted width */ } #switch-compat-module .simulator-controls button { background-color: #E60012; /* Nintendo Red button */ background-image: linear-gradient(to bottom right, #E60012, #FF4500); /* Subtle gradient */ color: #ffffff; padding: 0.75rem 1.5rem; /* Larger button */ border-radius: 0.75rem; /* More rounded */ font-weight: 700; transition: all 0.2s ease-in-out; /* Smooth transitions */ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); /* Lifted shadow */ margin-left: 0; margin-top: 1rem; /* More space on top for mobile */ cursor: pointer; border: none; letter-spacing: 0.05em; text-transform: uppercase; } #switch-compat-module .simulator-controls button:hover { background-color: #FF4500; background-image: linear-gradient(to bottom right, #FF4500, #E60012); transform: translateY(-2px); /* Slight lift effect */ box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25); } @media (min-width: 768px) { #switch-compat-module .simulator-controls button { margin-left: 1rem; /* Adjusted ml */ margin-top: 0; } } #switch-compat-module #simu-result { margin-top: 2rem; /* More space */ padding: 1.5rem; /* More padding */ min-height: 5rem; /* Increased min-height */ border-radius: 0.75rem; /* More rounded */ background-color: #e0f8ff; /* Lighter Nintendo blue */ border: 1px solid #a8dadc; /* Blueish border */ box-shadow: inset 0 1px 4px rgba(0,0,0,0.08); /* Inner shadow */ line-height: 1.4; } #switch-compat-module #simu-result .font-bold { font-weight: 700; color: #00802e; /* Darker green for emphasis */ margin-bottom: 0.75rem; display: flex; align-items: center; font-size: 1.1rem; } #switch-compat-module #simu-result .font-bold svg { width: 1.5rem; height: 1.5rem; margin-right: 0.5rem; color: #00B341; /* Brighter green checkmark */ } #switch-compat-module #simu-result .font-medium { font-weight: 500; } #switch-compat-module #simu-result .text-gray-700 { color: #333333; } #switch-compat-module #simu-result .text-yellow-700 { color: #b8860b; /* Darker yellow for readability */ } #switch-compat-module #simu-result ul { margin-top: 1rem; /* More space */ font-size: 0.85rem; padding-left: 1.5rem; list-style-type: disc; color: #666666; } #switch-compat-module #simu-result ul li { margin-bottom: 0.4rem; } #switch-compat-module #simu-result ul li:last-child { margin-bottom: 0; } #switch-compat-module #simu-result .text-red-600 { color: #c00000; /* Darker red for error */ font-size: 1.1rem; } /* Chart section */ #switch-compat-module .chart-section { border-top: 1px solid #e5e7eb; padding-top: 2rem; } #switch-compat-module .chart-section h3 { font-weight: 700; font-size: 1.3rem; margin-bottom: 1.5rem; color: #0072CE; text-align: center; } #switch-compat-module .chart-container { width: 100%; max-width: 32rem; margin-left: auto; margin-right: auto; padding: 1rem; background-color: #fefefe; border-radius: 0.75rem; box-shadow: 0 5px 15px rgba(0,0,0,0.1); } #switch-compat-module .chart-section .caption { font-size: 0.8rem; color: #777777; margin-top: 1rem; font-style: italic; text-align: center; } #switch-compat-module .chart-section .caption a { color: #0072CE; text-decoration: underline; } /* FAQ section */ #switch-compat-module .faq-section { border-top: 1px solid #e5e7eb; padding-top: 2rem; } #switch-compat-module .faq-section h3 { font-weight: 700; font-size: 1.3rem; margin-bottom: 1.5rem; color: #0072CE; text-align: center; } #switch-compat-module #faq { display: flex; flex-direction: column; gap: 0.75rem; /* More space between FAQ items */ } #switch-compat-module #faq .faq-item { border-radius: 0.75rem; /* More rounded */ background-color: #f5fafd; /* Lighter background for FAQ items */ border: 1px solid #b0c4de; padding: 1rem 1.25rem; /* More padding */ box-shadow: 0 2px 5px rgba(0,0,0,0.08); /* Subtle shadow */ transition: all 0.2s ease-in-out; } #switch-compat-module #faq .faq-item:hover { transform: translateY(-3px); box-shadow: 0 5px 10px rgba(0,0,0,0.12); } #switch-compat-module #faq .faq-button { width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; padding-top: 0.25rem; padding-bottom: 0.25rem; font-weight: 600; cursor: pointer; outline: none; background: none; border: none; color: #333333; font-size: 1.05rem; } #switch-compat-module #faq .faq-button:hover { color: #0072CE; /* Nintendo Blue on hover */ } #switch-compat-module #faq .faq-button svg { width: 1.5rem; /* Larger icon */ height: 1.5rem; /* Larger icon */ margin-left: 0.75rem; transition: transform 200ms ease-in-out; } #switch-compat-module #faq .faq-content { margin-top: 0.75rem; /* More space */ padding-left: 0.75rem; /* More padding */ color: #555555; line-height: 1.5; font-size: 0.9rem; } #switch-compat-module #faq .faq-content.hidden { display: none; } #switch-compat-module #faq .faq-content ol { list-style-type: decimal; margin-left: 1.5rem; /* More indent */ font-size: 0.875rem; } #switch-compat-module #faq .faq-content ol li { margin-bottom: 0.35rem; } #switch-compat-module #faq .faq-content li:last-child { margin-bottom: 0; } #switch-compat-module #faq .faq-content .font-semibold { font-weight: 600; color: #333333; /* Ensure it stands out */ } #switch-compat-module #faq .faq-content .text-red-500 { color: #E60012; /* Nintendo Red */ } #switch-compat-module #faq .faq-content .text-red-600 { color: #c00000; }

충전 가능

고급 기능

조이콘 1개

아니요 외부 지원 도크 또는 패드 아니요
(켜기, C 버튼, 마우스 등) 프로 컨트롤러 1개 아니요
USB
아니요
레트로(NES/SNES/N64/Genesis)
아니요 배터리(모델에 따라 다름) 아니요 링콘/다리 스트랩
아니요 사용하는 조이콘에 따라 다름 스위치 독/케이블 액세서리 1개
아니요 아니요 아니요 (기존 컨트롤러는 새로운 기능 없이도 작동합니다.)
세션 시뮬레이션: 액세서리별 호환성 컨트롤러 유형: Joy-Con 1 Pro 컨트롤러 1 레트로 컨트롤러(NES/SNES/N64/Genesis) Ring-Con/스트랩

Joy-Con 2

Pro 컨트롤러 2

도킹(TV/테이블탑) 휴대용 시뮬레이션 Switch 1 플레이어는 Switch 2에서도 어떤 컨트롤러를 계속 사용하고 싶어할까요? 이 그래프는 Reddit 커뮤니티 설문 조사의 실제 데이터를 사용합니다. Switch 2로 전환 시 컨트롤러 유지율(시연을 위한 가상 샘플).
`; html += `

${info.note}

`; if (info.limitations.length) { html += `

제한 사항:

/* ============================ Section 3 : Simulateur interactif ============================ */ const manetteInfos = { joycon1: { label: “Joy-Con 1”, docked: { compat: true, remarque: “Utilisation sans fil possible. Les Joy-Con 1 ne peuvent PAS être attachés physiquement à la Switch 2. Recharge par support externe uniquement.”, limitations: [ “Pas de bouton C (GameChat)”, “Réveil de la console impossible”, “Contrôle souris indisponible” ] }, portable: { compat: true, remarque: “Utilisation uniquement en sans fil. Les Joy-Con 1 ne peuvent PAS être attachés pour le mode portable natif sur Switch 2.”, limitations: [ “Pas de bouton C (GameChat)”, “Réveil de la console impossible”, “Contrôle souris indisponible” ] } }, pro1: { label: “Pro Controller 1”, docked: { compat: true, remarque: “Connexion en USB (filiaire) ou sans fil, recharge directe sur Dock Switch 2.”, limitations: [ “Pas de bouton C (GameChat)”, “Réveil de la console impossible” ] }, portable: { compat: true, remarque: “Utilisation en sans fil uniquement en mode portable.”, limitations: [ “Pas de bouton C (GameChat)”, “Réveil de la console impossible” ] } }, retro: { label: “Manette rétro (NES/SNES/N64/Genesis)”, docked: { compat: true, remarque: “Appairage sans fil via menu synchronisation. Certaines fonctions avancées non supportées. Vérifiez les mises à jour requises.”, limitations: [ “Pas de bouton C”, “Absence de rumble HD”, “Réveil de la console impossible” ] }, portable: { compat: true, remarque: “Utilisation en sans fil possible. Peu adapté à un usage portable (taille/ergonomie).”, limitations: [ “Pas de bouton C”, “Absence de rumble HD”, “Réveil de la console impossible” ] } }, ringcon: { label: “Ring-Con/Sangle (Ring Fit)”, docked: { compat: true, remarque: “Reste compatible si Joy-Con 1 ou 2 sont utilisés dans l’accessoire (sans fil seulement).”, limitations: [ “Dépend du modèle Joy-Con fixé” ] }, portable: { compat: true, remarque: “Reste compatible si Joy-Con (1 ou 2) sont insérés. Pas d’attache à la Switch 2, utilisation sur table.”, limitations: [ “Dépend du modèle Joy-Con fixé” ] } }, joycon2: { label: “Joy-Con 2”, docked: { compat: true, remarque: “Pleine compatibilité : sans fil et nouvelle fixation magnétique possible. Profitez des fonctions avancées.”, limitations: [] }, portable: { compat: true, remarque: “Pleine compatibilité, y compris attache physique.”, limitations: [] } }, pro2: { label: “Pro Controller 2”, docked: { compat: true, remarque: “Pleine compatibilité, toutes fonctions incluses : bouton C, réveil de la console, etc.”, limitations: [] }, portable: { compat: true, remarque: “Utilisation complète en sans fil.”, limitations: [] } } }; document.getElementById(‘btn-simuler’).addEventListener(‘click’, () => { const type = document.getElementById(‘manette-type’).value; const mode = document.getElementById(‘mode-util’).value; const info = manetteInfos[type][mode]; let html = “”; if (info.compat) { html += `
Compatible !
`; html += info.limitations.map(txt => `
${txt}
`).join(”);
html += ` `; }
  • } else {
  • html += ` 이 모드와 호환되지 않습니다.
  • `;
  • } document.getElementById(‘simu-result’).innerHTML = html;
}); // 로드 시 기본 결과를 표시합니다. document.addEventListener(‘DOMContentLoaded’, () => { document.getElementById(‘btn-simuler’).click();
});
/* ========================== 섹션 4: Chart.js 인기 그래프 =========================== */ // 시뮬레이션된 데이터(일반적으로 fetch를 사용하여 API를 가져올 수 있으며, 여기서는 인라인으로 제공) const manettesPollData = [ { type: “Joy-Con 1”, percentage: 38 }, { type: “Pro Controller 1”, percentage: 31 }, { type: “Retro Controller”, percentage: 16 }, { type: “Ring-Con”, percentage: 9 }, { type: “None/Conversion”, percentage: 6 } ]; document.addEventListener(‘DOMContentLoaded’, function () { // 기본 차트, 원형 차트 모드 const ctx = document.getElementById(‘chartManettes’).getContext(‘2d’); const labels = manettesPollData.map(e => e.type); const data = manettesPollData.map(e => e.percentage); new Chart(ctx, { type: ‘doughnut’, data: { labels: labels, datasets: [{ label: “이 액세서리를 재사용하려는 플레이어의 비율”, data: data, backgroundColor: [ ‘#0072CE’, // Joy-Con 1 (닌텐도 블루) ‘#E60012’, // Pro Controller 1 (닌텐도 레드) ‘#FFD700’, // 레트로 (골드) ‘#8A2BE2’, // 링콘 (블루 바이올렛) ‘#666666’, // 없음 (다크 그레이) ] }] }, 옵션: { 플러그인: { 캡션: { 위치: ‘bottom’, 레이블: { 글꼴: { 패밀리: “‘Inter’, sans-serif” }, }, }, 툴팁: { 콜백: { 레이블: 함수(컨텍스트) { return ` ${context.label}: ${context.parsed}%`; } } } } } } }); }); /* ============================ 섹션 5: 대화형 FAQ(아코디언) ============================ */ // 호환성 FAQ const faqData = [ { q: “Joy-Con 1을 Switch 2에 어떻게 연결하나요?”, a: ` Switch 2의 동기화 메뉴에 접근하세요. Joy-Con 가장자리에 있는 동기화 버튼을 누르세요. Joy-Con 아이콘이 화면에 나타날 때까지 기다리세요(진동 확인 가능). 무선으로 플레이를 시작하세요. 알림: 물리적 연결은 불가능합니다. ` }, { q: “Pro Controller 1에서 Switch 2의 빠른 게임챗 기능을 사용할 수 있나요?”,
  1. a: “아니요: 전용 게임챗 C 버튼은 Switch 2 컨트롤러에만 새로 추가되었습니다. 음성 채팅은 외부 앱을 사용하세요.” }, {
  2. q: “스위치 2에서 Joy-Con 1을 어떻게 충전하나요?”, a: “Joy-Con 1은 외부 충전 스탠드, 호환 도크 또는 구형 스위치를 통해 충전해야 합니다. 스위치 2 자체에서는 불가능합니다.” },
  3. {
  4. q: “Joy-Con 1로 마리오 카트 월드 스위치 2를 플레이할 수 있나요?”, a: “네! 무선 연결이 활성화되어 있는 한, Joy-Con 1을 사용하여 스위치 2에서 모든 표준 조작(스위치 2 전용 버튼 및 제스처 제외)으로 멀티플레이를 할 수 있습니다.” },
{ q: “스위치 1용으로 구매한 레트로 SNES/N64 컨트롤러는 여전히 작동하나요?”, a: “네, 이러한 액세서리는 (무선으로) 계속 사용할 수 있지만, 알람 시계나 게임챗과 같은 일부 최신 기능은 사용할 수 없습니다.” }, { q: “Switch 2에서 반드시 교체해야 하는 액세서리는 무엇인가요?”, a: “Switch 1의 AC 어댑터, 도크, 일부 케이블(HDMI, USB)은 일반적으로 Switch 2와 호환되지 않습니다. 구매 전에 공식 Nintendo 목록을 확인하세요.” } ]; const faqContainer = document.getElementById(‘faq’); faqData.forEach((item, idx) => { const wrapper = document.createElement(‘div’); wrapper.className = ‘faq-item’; wrapper.innerHTML = ` ${item.q} ${item.a} `; faqContainer.appendChild(wrapper); // 아코디언 로직 const btn = wrapper.querySelector(‘button’); const panel = wrapper.querySelector(‘.faq-content’); btn.addEventListener(‘click’, () => { const expanded = btn.getAttribute(‘aria-expanded’) === “true”; btn.setAttribute(‘aria-expanded’, !expanded); panel.classList.toggle(‘hidden’); panel.setAttribute(‘aria-hidden’, expanded ? “true” : “false”); btn.querySelector(‘svg’).classList.toggle(‘rotate-180’); }); }); 이 과정은 기존 스위치의 동기화 방식과 매우 유사합니다. 간단한 메뉴와 복잡한 단계 없이 플러그 앤 플레이 방식을 선호하는 사용자라면 문제없이 사용할 수 있습니다. 젤다의 전설이나 마리오 카트처럼 수집가용 조이콘 컨트롤러도 문제없이 사용할 수 있습니다. 스위치 2에서 조이콘 1을 충전할 수 없습니다(마운팅 및 전원 공급 시스템 변경). 원격 콘솔 깨우기 기능 없음 구형 컨트롤러 사용 시 오래 사용하려면 전용 도크나 충전 액세서리가 필요합니다. 자석식 조이콘이나 악명 높은 조이콘 드리프트 현상을 방지하기 위한 홀 효과와 같은 기술적 발전이 있다고 해서 구형 모델이 쓸모없어지는 것은 아닙니다. 이번 기회는 친구들과 함께 마리오 파티나 스매시브라더스 게임을 즐길 때 두 번째, 세 번째, 심지어 네 번째 컨트롤러로 사용할 수 있는 기회입니다. 핵심 포인트: 플레이어에 대한 충성심, 닌텐도 세계관의 연속성, 낭비를 최소화하도록 설계된 하위 호환성. 스위치 1 프로 컨트롤러: 스위치 2를 위한 확실한 선택 닌텐도 게임의 또 다른 핵심 요소는 프로 컨트롤러입니다. 조이콘보다 클래식 패드를 선호하는 사람들을 위한 작은 프루스트 마들렌처럼, 스위치 1 프로 컨트롤러는 스위치 2와 완벽한 호환성을 유지합니다. 페어링은 USB(휴대용 또는 도킹형) 또는 무선 블루투스를 통해 이루어지며, 기능 손실은 없습니다. 반응성이 뛰어난 아날로그 스틱과 견고한 그립감은 제노블레이드 크로니클이나 젤다와 같은 RPG나 어드벤처 게임을 장시간 플레이하는 데 익숙한 까다로운 게이머들에게도 여전히 즐거움을 선사합니다. 연결 절차는 다음과 같습니다. 프로 컨트롤러를 USB를 통해 직접 연결하거나 무선 모드를 사용합니다. 스위치 2 컨트롤러 메뉴에서 동기화합니다. 충전 포트 근처에 있는 동기화 버튼을 누릅니다. 일부 기존 닌텐도 액세서리는 디자인이나 기능 면에서 발전했지만, 프로 컨트롤러는

새로운 세대에 비해 성능이 저하되지 않습니다. 가장 큰 장점은 그대로 유지됩니다. 뛰어난 배터리 수명장시간 게임 플레이에도 편안한 사용감

모든 주요 Switch 게임과의 즉각적인 호환성

  • 이러한 특징은 Smash Bros Ultimate나 Monster Hunter처럼 정밀하거나 빠른 속도의 콤보가 필요한 게임에 필수적인 요소로 여겨지는 이 컨트롤러에 투자한 플레이어들에게 안심을 줄 것입니다.
  • 주의가 필요한 부분은 일부 타사 액세서리(어댑터, 충전 스테이션, 스티어링 휠, 아케이드 스틱)가 부분적으로 호환된다는 점입니다. 이는 Switch 2에 사용된 Bluetooth 표준이나 새로운 포트 디자인과 관련이 있는 경우도 있습니다.
  • 모델 및 브랜드에 따라 확인해 보세요.

공식 Pro 컨트롤러의 경우 모든 기능이 작동합니다. 이것이 장기적인 차이를 만드는 요소입니다.

Partager l'info à vos amis !
Pierre Moutoucou

Pierre Moutoucou

Salut! Je m'appelle Pierre et j'ai 32 ans. Je suis un passionné de jeux vidéo, notamment de Pokémon et de Nintendo. Les consoles de jeux n'ont aucun secret pour moi. Bienvenue sur mon site web!

See the publications of this author