0534.html 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Install Homebrew Channel and Apps on Dolphin Emulator</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Emulator,Emulation,Dolphin,Dolphin Emulator,Nintendo,Wii,Nintendo Wii,Wii Emulator,Wii Emulation,Homebrew,Homebrew Channel,Homebrew Channel On Dolphin,Run Homebrew Channel Emulator,Run Homebrew Channel On Dolphin,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Install Homebrew Channel and Apps on Dolphin Emulator">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="03/08/2023 09:01:55 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Install Homebrew Channel and Apps on Dolphin Emulator</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>Preparing the Virtual SD Card</h2>
  26. <ol>
  27. <li>Download 7-zip <a href="https://www.7-zip.org/" target="_blank">Download</a></li>
  28. <li>Download Virtual SD Card Maker <a href="http://www.mediafire.com/file/cfr9q8542e9lsos/Virtual_SD_Card_Maker.zip/file" target="_blank">Download</a></li>
  29. <li>Download ImDisk Virtual Disk Driver <a href="http://www.ltr-data.se/opencode.html/#ImDisk" target="_blank">Download</a></li>
  30. <li>Install 7-zip by running the .exe</li>
  31. <li>Extract the downloaded Virtual SD Card Maker .zip</li>
  32. <li>Install the ImDisk Virtual Disk Driver</li>
  33. <li>Navigate to the extracted Virtual SD Card Maker /Windows directory</li>
  34. <li>Hold the SHIFT key and right click in the white space &gt; Open PowerShell window here...</li>
  35. <li>Run the following command to create a new blank .raw SD card
  36. <div class="codeBlock PS"># change the size as needed, 32GB (32768M) is the maximum usable size by Dolphin<br />
  37. .\mksdcard 4096M .\sd.raw</div>
  38. </li>
  39. </ol>
  40. <h2>Installing Homebrew Applications</h2>
  41. <ol>
  42. <li>Back in File Explorer, right click the newly created sd.raw &gt; Mount as ImDisk Virtual Disk</li>
  43. <li>In the ImDisk Virtual Disk dialog, set the drive letter and check the Removable media box &gt; Click OK</li>
  44. <li>Open the newly mounted drive in File Explorer</li>
  45. <li>Create a folder called apps</li>
  46. <li>Copy Wii homebrew applications inside the apps folder, in this example WiiXplorer <a href="https://hbb1.oscwii.org/hbb/wiixplorer/wiixplorer.zip" target="_blank">Download</a></li>
  47. <li>Once completed copying homebrew applications, right click the mounted virtual SD drive &gt; Eject</li>
  48. </ol>
  49. <h2>Using Homebrew Applications in Dolphin</h2>
  50. <ol>
  51. <li>Download the Homebrew Channel <a href="https://github.com/FIX94/hbc/releases/download/1.1.4-1/Homebrew.Channel.-.OHBC.wad" target="_blank">Download</a></li>
  52. <li>Download the Dolphin emulator <a href="https://dolphin-emu.org/download/" target="_blank">Download</a></li>
  53. <li>Extract the downloaded Dolphin .7z file</li>
  54. <li>Inside the extracted Dolphin directory, create a new file named portable.txt</li>
  55. <li>Launch Dolphin.exe</li>
  56. <li>Copy/cut the sd.raw created earlier to the extracted Dolphin /User/Wii directory</li>
  57. <li>Back in Dolphin, select Tools &gt; Perform Online System Update &gt; United States</li>
  58. <li>After the update completes, select Tools &gt; Install WAD...</li>
  59. <li>Navigate and select the downloaded Homebrew Channel .wad file</li>
  60. <li>Select Tools &gt; Load Wii System Menu</li>
  61. <li>Completed the initial console setup</li>
  62. <li>The familiar Wii launcher should display with Homebrew Channel installed</li>
  63. <li>Select Homebrew Channel to see the homebrew apps installed on the virtual SD card</li>
  64. </ol> </div>
  65. </div>
  66. </body>
  67. </html>