├── .editorconfig ├── .gitignore ├── .gitmodules ├── .mailmap ├── .tx └── config ├── AndroidSetup.md ├── CMake ├── CCache.cmake ├── CheckAndAddFlag.cmake ├── CheckLib.cmake ├── DolphinCompileDefinitions.cmake ├── DolphinPostprocessBundle.cmake ├── FindALSA.cmake ├── FindBacktrace.cmake ├── FindBlueZ.cmake ├── FindFFmpeg.cmake ├── FindHIDAPI.cmake ├── FindLibUSB.cmake ├── FindLibevdev.cmake ├── FindLibudev.cmake ├── FindMbedTLS.cmake ├── FindMiniupnpc.cmake ├── FindOProfile.cmake ├── FindOpenAL.cmake ├── FindOpenSLES.cmake ├── FindPulseAudio.cmake ├── FindSDL2.cmake └── FindSFML.cmake ├── CMakeLists.txt ├── CMakeSettings.json ├── CMakeTests └── FindOculusSDK.cmake ├── Contributing.md ├── Data ├── 51-usb-device.rules ├── Sys │ ├── GC │ │ ├── dsp_coef.bin │ │ ├── dsp_rom.bin │ │ ├── font-licenses.txt │ │ ├── font_japanese.bin │ │ └── font_western.bin │ ├── GameSettings │ │ ├── 0000000100000002.ini │ │ ├── 0000000100000002r1.ini │ │ ├── 010.ini │ │ ├── 301.ini │ │ ├── C.ini │ │ ├── D43.ini │ │ ├── D43E01.ini │ │ ├── D43J01.ini │ │ ├── D85.ini │ │ ├── D93E01.ini │ │ ├── DD2.ini │ │ ├── DLS.ini │ │ ├── DTL.ini │ │ ├── E.ini │ │ ├── E52.ini │ │ ├── E53.ini │ │ ├── E54.ini │ │ ├── E55.ini │ │ ├── E56.ini │ │ ├── E57.ini │ │ ├── E5W.ini │ │ ├── E5Z.ini │ │ ├── E62.ini │ │ ├── E63.ini │ │ ├── E6M.ini │ │ ├── E6N.ini │ │ ├── E6Q.ini │ │ ├── E6V.ini │ │ ├── E6VE8P.ini │ │ ├── E6VJ8P.ini │ │ ├── E6VP8P.ini │ │ ├── E6W.ini │ │ ├── E6WE8P.ini │ │ ├── E6WJ8P.ini │ │ ├── E6WP8P.ini │ │ ├── E6X.ini │ │ ├── E73.ini │ │ ├── E79.ini │ │ ├── E7Z.ini │ │ ├── EA2.ini │ │ ├── EA3.ini │ │ ├── EA4.ini │ │ ├── EA5.ini │ │ ├── EA6.ini │ │ ├── EA7.ini │ │ ├── EA8.ini │ │ ├── EA9.ini │ │ ├── EAA.ini │ │ ├── EAB.ini │ │ ├── EAC.ini │ │ ├── EAD.ini │ │ ├── EAE.ini │ │ ├── EAF.ini │ │ ├── EAG.ini │ │ ├── EAH.ini │ │ ├── EAI.ini │ │ ├── EAJ.ini │ │ ├── EAK.ini │ │ ├── EAL.ini │ │ ├── EAM.ini │ │ ├── EAN.ini │ │ ├── EAO.ini │ │ ├── EAP.ini │ │ ├── EAQ.ini │ │ ├── EAR.ini │ │ ├── EAS.ini │ │ ├── EAT.ini │ │ ├── EAU.ini │ │ ├── EAV.ini │ │ ├── EAW.ini │ │ ├── EAY.ini │ │ ├── EAZ.ini │ │ ├── EB2.ini │ │ ├── EB3.ini │ │ ├── EB4.ini │ │ ├── EB5.ini │ │ ├── EB6.ini │ │ ├── EB7.ini │ │ ├── EB8.ini │ │ ├── EB9.ini │ │ ├── EBA.ini │ │ ├── EBB.ini │ │ ├── EBC.ini │ │ ├── EBD.ini │ │ ├── EBE.ini │ │ ├── EBF.ini │ │ ├── EBG.ini │ │ ├── EBK.ini │ │ ├── EBL.ini │ │ ├── EBM.ini │ │ ├── EBN.ini │ │ ├── EBO.ini │ │ ├── EBP.ini │ │ ├── EBQ.ini │ │ ├── EBR.ini │ │ ├── EBS.ini │ │ ├── EBT.ini │ │ ├── EBU.ini │ │ ├── EBV.ini │ │ ├── EBW.ini │ │ ├── EBX.ini │ │ ├── EBZ.ini │ │ ├── ECA.ini │ │ ├── ECC.ini │ │ ├── ECD.ini │ │ ├── ECE.ini │ │ ├── ECF.ini │ │ ├── ECG.ini │ │ ├── ECI.ini │ │ ├── ECJ.ini │ │ ├── ECK.ini │ │ ├── ECL.ini │ │ ├── ECN.ini │ │ ├── F.ini │ │ ├── FA7.ini │ │ ├── FA8.ini │ │ ├── FA9.ini │ │ ├── FAA.ini │ │ ├── FAAE01.ini │ │ ├── FAB.ini │ │ ├── FABE01.ini │ │ ├── FABP01.ini │ │ ├── FAC.ini │ │ ├── FACE01.ini │ │ ├── FACP01.ini │ │ ├── FAF.ini │ │ ├── FAFE01.ini │ │ ├── FAG.ini │ │ ├── FAGE01.ini │ │ ├── FAH.ini │ │ ├── FAHE01.ini │ │ ├── FAI.ini │ │ ├── FAIE01.ini │ │ ├── FAJE01.ini │ │ ├── FAJP01.ini │ │ ├── FAKE01.ini │ │ ├── FAKP01.ini │ │ ├── FAL.ini │ │ ├── FALE01.ini │ │ ├── FAM.ini │ │ ├── FAME01.ini │ │ ├── FAN.ini │ │ ├── FANE01.ini │ │ ├── FAO.ini │ │ ├── FAOE01.ini │ │ ├── FAP.ini │ │ ├── FAQ.ini │ │ ├── FAR.ini │ │ ├── FARE01.ini │ │ ├── FAS.ini │ │ ├── FASE01.ini │ │ ├── FAT.ini │ │ ├── FAV.ini │ │ ├── FAW.ini │ │ ├── FAX.ini │ │ ├── FB4.ini │ │ ├── FBD.ini │ │ ├── FBH.ini │ │ ├── FBI.ini │ │ ├── FBY.ini │ │ ├── FBZ.ini │ │ ├── FC3.ini │ │ ├── FCS.ini │ │ ├── FCW.ini │ │ ├── FCY.ini │ │ ├── FDA.ini │ │ ├── FED.ini │ │ ├── FES.ini │ │ ├── G2B.ini │ │ ├── G2BE5G.ini │ │ ├── G2BP7D.ini │ │ ├── G2C.ini │ │ ├── G2F.ini │ │ ├── G2FE78.ini │ │ ├── G2G.ini │ │ ├── G2M.ini │ │ ├── G2ME01.ini │ │ ├── G2MEAB.ini │ │ ├── G2MP01.ini │ │ ├── G2O.ini │ │ ├── G2R.ini │ │ ├── G2RE52.ini │ │ ├── G2T.ini │ │ ├── G2V.ini │ │ ├── G2X.ini │ │ ├── G3A.ini │ │ ├── G3AE69.ini │ │ ├── G3AP69.ini │ │ ├── G3AS69.ini │ │ ├── G3B.ini │ │ ├── G3D.ini │ │ ├── G3E.ini │ │ ├── G3F.ini │ │ ├── G3J.ini │ │ ├── G3L.ini │ │ ├── G3N.ini │ │ ├── G3Q.ini │ │ ├── G3R.ini │ │ ├── G3S.ini │ │ ├── G3V.ini │ │ ├── G3X.ini │ │ ├── G4A.ini │ │ ├── G4B.ini │ │ ├── G4C.ini │ │ ├── G4F.ini │ │ ├── G4G.ini │ │ ├── G4GEE9.ini │ │ ├── G4M.ini │ │ ├── G4N.ini │ │ ├── G4NJDA.ini │ │ ├── G4O.ini │ │ ├── G4Q.ini │ │ ├── G4QE01.ini │ │ ├── G4S.ini │ │ ├── G4SP01.ini │ │ ├── G4Z.ini │ │ ├── G5D.ini │ │ ├── G5N.ini │ │ ├── G5S.ini │ │ ├── G5T.ini │ │ ├── G63.ini │ │ ├── G6F.ini │ │ ├── G6M.ini │ │ ├── G6N.ini │ │ ├── G6Q.ini │ │ ├── G6S.ini │ │ ├── G6T.ini │ │ ├── G6W.ini │ │ ├── G89.ini │ │ ├── G8F.ini │ │ ├── G8M.ini │ │ ├── G8ME01.ini │ │ ├── G8MP01.ini │ │ ├── G8O.ini │ │ ├── G8S.ini │ │ ├── G8W.ini │ │ ├── G8WP01.ini │ │ ├── G97U01.ini │ │ ├── G9B.ini │ │ ├── G9R.ini │ │ ├── G9S.ini │ │ ├── G9T.ini │ │ ├── GA2.ini │ │ ├── GA3.ini │ │ ├── GA4.ini │ │ ├── GA7.ini │ │ ├── GAB.ini │ │ ├── GAC.ini │ │ ├── GAF.ini │ │ ├── GAFE01.ini │ │ ├── GAG.ini │ │ ├── GAGP70.ini │ │ ├── GAH.ini │ │ ├── GAK.ini │ │ ├── GAL.ini │ │ ├── GALE01r0.ini │ │ ├── GALE01r1.ini │ │ ├── GALE01r2.ini │ │ ├── GALP01.ini │ │ ├── GAM.ini │ │ ├── GAN.ini │ │ ├── GAP.ini │ │ ├── GAQ.ini │ │ ├── GAR.ini │ │ ├── GAT.ini │ │ ├── GAU.ini │ │ ├── GAUE08.ini │ │ ├── GAV.ini │ │ ├── GAX.ini │ │ ├── GAY.ini │ │ ├── GAZ.ini │ │ ├── GB3.ini │ │ ├── GB4.ini │ │ ├── GB4E51.ini │ │ ├── GBD.ini │ │ ├── GBF.ini │ │ ├── GBG.ini │ │ ├── GBH.ini │ │ ├── GBHEC8.ini │ │ ├── GBI.ini │ │ ├── GBK.ini │ │ ├── GBL.ini │ │ ├── GBLPGL.ini │ │ ├── GBM.ini │ │ ├── GBO.ini │ │ ├── GBOP51.ini │ │ ├── GBQ.ini │ │ ├── GBS.ini │ │ ├── GBT.ini │ │ ├── GBV.ini │ │ ├── GBW.ini │ │ ├── GBX.ini │ │ ├── GBY.ini │ │ ├── GBZ.ini │ │ ├── GBZP08.ini │ │ ├── GC2.ini │ │ ├── GC3.ini │ │ ├── GC4.ini │ │ ├── GC5.ini │ │ ├── GC6.ini │ │ ├── GC7.ini │ │ ├── GC9.ini │ │ ├── GCA.ini │ │ ├── GCB.ini │ │ ├── GCC.ini │ │ ├── GCCE01.ini │ │ ├── GCD.ini │ │ ├── GCE.ini │ │ ├── GCF.ini │ │ ├── GCG.ini │ │ ├── GCH.ini │ │ ├── GCI.ini │ │ ├── GCJ.ini │ │ ├── GCL.ini │ │ ├── GCN.ini │ │ ├── GCO.ini │ │ ├── GCOPDV.ini │ │ ├── GCP.ini │ │ ├── GCQ.ini │ │ ├── GCS.ini │ │ ├── GCT.ini │ │ ├── GCV.ini │ │ ├── GCVEEB.ini │ │ ├── GCZ.ini │ │ ├── GD4.ini │ │ ├── GD6.ini │ │ ├── GD7.ini │ │ ├── GD9.ini │ │ ├── GDD.ini │ │ ├── GDDE41.ini │ │ ├── GDE.ini │ │ ├── GDEE71.ini │ │ ├── GDF.ini │ │ ├── GDG.ini │ │ ├── GDI.ini │ │ ├── GDJ.ini │ │ ├── GDJEB2.ini │ │ ├── GDK.ini │ │ ├── GDL.ini │ │ ├── GDM.ini │ │ ├── GDO.ini │ │ ├── GDQ.ini │ │ ├── GDR.ini │ │ ├── GDREAF.ini │ │ ├── GDS.ini │ │ ├── GDT.ini │ │ ├── GDTE69.ini │ │ ├── GDV.ini │ │ ├── GDW.ini │ │ ├── GDX.ini │ │ ├── GE3.ini │ │ ├── GE4.ini │ │ ├── GE5.ini │ │ ├── GE5EA4.ini │ │ ├── GE9.ini │ │ ├── GEA.ini │ │ ├── GEB.ini │ │ ├── GED.ini │ │ ├── GEM.ini │ │ ├── GEN.ini │ │ ├── GEO.ini │ │ ├── GES.ini │ │ ├── GEW.ini │ │ ├── GEX.ini │ │ ├── GEY.ini │ │ ├── GEZ.ini │ │ ├── GF2.ini │ │ ├── GF4.ini │ │ ├── GF5.ini │ │ ├── GF6.ini │ │ ├── GF7.ini │ │ ├── GF7E01.ini │ │ ├── GF7P01.ini │ │ ├── GF8.ini │ │ ├── GF8E69.ini │ │ ├── GFA.ini │ │ ├── GFB.ini │ │ ├── GFC.ini │ │ ├── GFD.ini │ │ ├── GFE.ini │ │ ├── GFEE01.ini │ │ ├── GFEJ01.ini │ │ ├── GFEP01.ini │ │ ├── GFF.ini │ │ ├── GFG.ini │ │ ├── GFH.ini │ │ ├── GFK.ini │ │ ├── GFO.ini │ │ ├── GFP.ini │ │ ├── GFQ.ini │ │ ├── GFT.ini │ │ ├── GFU.ini │ │ ├── GFX.ini │ │ ├── GFY.ini │ │ ├── GFYE69.ini │ │ ├── GFZ.ini │ │ ├── GFZE01.ini │ │ ├── GFZJ01.ini │ │ ├── GFZJ8P.ini │ │ ├── GFZP01.ini │ │ ├── GG4.ini │ │ ├── GG4P08.ini │ │ ├── GG5.ini │ │ ├── GGA.ini │ │ ├── GGC.ini │ │ ├── GGCOSD.ini │ │ ├── GGE.ini │ │ ├── GGM.ini │ │ ├── GGN.ini │ │ ├── GGP.ini │ │ ├── GGPE01.ini │ │ ├── GGPE02.ini │ │ ├── GGR.ini │ │ ├── GGS.ini │ │ ├── GGSEA4.ini │ │ ├── GGSPA4.ini │ │ ├── GGT.ini │ │ ├── GGTE01.ini │ │ ├── GGV.ini │ │ ├── GGY.ini │ │ ├── GGZ.ini │ │ ├── GH2.ini │ │ ├── GH4.ini │ │ ├── GH5.ini │ │ ├── GH6.ini │ │ ├── GH7.ini │ │ ├── GH9.ini │ │ ├── GHA.ini │ │ ├── GHB.ini │ │ ├── GHC.ini │ │ ├── GHG.ini │ │ ├── GHK.ini │ │ ├── GHL.ini │ │ ├── GHM.ini │ │ ├── GHME4F.ini │ │ ├── GHN.ini │ │ ├── GHQ.ini │ │ ├── GHR.ini │ │ ├── GHRE78.ini │ │ ├── GHS.ini │ │ ├── GHSP69.ini │ │ ├── GHSX69.ini │ │ ├── GHSY69.ini │ │ ├── GHU.ini │ │ ├── GHV.ini │ │ ├── GHW.ini │ │ ├── GHY.ini │ │ ├── GHYE6S.ini │ │ ├── GHZ.ini │ │ ├── GIA.ini │ │ ├── GIB.ini │ │ ├── GIC.ini │ │ ├── GICE78.ini │ │ ├── GIG.ini │ │ ├── GIGJ8P.ini │ │ ├── GIK.ini │ │ ├── GIL.ini │ │ ├── GIN.ini │ │ ├── GINE69.ini │ │ ├── GIP.ini │ │ ├── GIQ.ini │ │ ├── GIQE78.ini │ │ ├── GIS.ini │ │ ├── GIT.ini │ │ ├── GIV.ini │ │ ├── GIZ.ini │ │ ├── GJ3.ini │ │ ├── GJB.ini │ │ ├── GJC.ini │ │ ├── GJCE8P.ini │ │ ├── GJD.ini │ │ ├── GJK.ini │ │ ├── GJN.ini │ │ ├── GJS.ini │ │ ├── GJU.ini │ │ ├── GJUE78.ini │ │ ├── GJW.ini │ │ ├── GJWE78.ini │ │ ├── GJX.ini │ │ ├── GJYE78.ini │ │ ├── GJZ.ini │ │ ├── GK2.ini │ │ ├── GK4.ini │ │ ├── GK4E01.ini │ │ ├── GK5.ini │ │ ├── GK6.ini │ │ ├── GK7.ini │ │ ├── GK9.ini │ │ ├── GKA.ini │ │ ├── GKB.ini │ │ ├── GKD.ini │ │ ├── GKF.ini │ │ ├── GKG.ini │ │ ├── GKH.ini │ │ ├── GKJ.ini │ │ ├── GKK.ini │ │ ├── GKL.ini │ │ ├── GKLE69.ini │ │ ├── GKLP69.ini │ │ ├── GKM.ini │ │ ├── GKN.ini │ │ ├── GKNEB2.ini │ │ ├── GKO.ini │ │ ├── GKQ.ini │ │ ├── GKS.ini │ │ ├── GKT.ini │ │ ├── GKU.ini │ │ ├── GKY.ini │ │ ├── GKZ.ini │ │ ├── GL5.ini │ │ ├── GL7.ini │ │ ├── GL7E64.ini │ │ ├── GL7P64r0.ini │ │ ├── GL7P64r1.ini │ │ ├── GL8.ini │ │ ├── GLB.ini │ │ ├── GLC.ini │ │ ├── GLE.ini │ │ ├── GLG.ini │ │ ├── GLJJMS.ini │ │ ├── GLL.ini │ │ ├── GLM.ini │ │ ├── GLME01.ini │ │ ├── GLMP01.ini │ │ ├── GLN.ini │ │ ├── GLNE69.ini │ │ ├── GLO.ini │ │ ├── GLQ.ini │ │ ├── GLR.ini │ │ ├── GLS.ini │ │ ├── GLU.ini │ │ ├── GLW.ini │ │ ├── GLY.ini │ │ ├── GLZ.ini │ │ ├── GM2.ini │ │ ├── GM3.ini │ │ ├── GM4.ini │ │ ├── GM4E01.ini │ │ ├── GM4P01.ini │ │ ├── GM5.ini │ │ ├── GM6.ini │ │ ├── GM8.ini │ │ ├── GM8E01.ini │ │ ├── GM8E01r0.ini │ │ ├── GM8E01r1.ini │ │ ├── GM8E01r2.ini │ │ ├── GM8J01.ini │ │ ├── GM8P01.ini │ │ ├── GMB.ini │ │ ├── GMD.ini │ │ ├── GMF.ini │ │ ├── GMH.ini │ │ ├── GMI.ini │ │ ├── GMK.ini │ │ ├── GML.ini │ │ ├── GMN.ini │ │ ├── GMP.ini │ │ ├── GMPE01.ini │ │ ├── GMS.ini │ │ ├── GMSE01.ini │ │ ├── GMSP01.ini │ │ ├── GMT.ini │ │ ├── GMU.ini │ │ ├── GMW.ini │ │ ├── GMX.ini │ │ ├── GMXE70.ini │ │ ├── GN4.ini │ │ ├── GN5.ini │ │ ├── GN6.ini │ │ ├── GN7.ini │ │ ├── GN8.ini │ │ ├── GNC.ini │ │ ├── GND.ini │ │ ├── GNE.ini │ │ ├── GNH.ini │ │ ├── GNHE5d.ini │ │ ├── GNI.ini │ │ ├── GNJ.ini │ │ ├── GNJEAF.ini │ │ ├── GNL.ini │ │ ├── GNM.ini │ │ ├── GNN.ini │ │ ├── GNO.ini │ │ ├── GNQ.ini │ │ ├── GNR.ini │ │ ├── GNU.ini │ │ ├── GNW.ini │ │ ├── GNWE69.ini │ │ ├── GNZ.ini │ │ ├── GO2.ini │ │ ├── GO2E4F.ini │ │ ├── GO7.ini │ │ ├── GO7E69.ini │ │ ├── GO7F69.ini │ │ ├── GO7P69.ini │ │ ├── GOA.ini │ │ ├── GOB.ini │ │ ├── GOC.ini │ │ ├── GOG.ini │ │ ├── GOM.ini │ │ ├── GOME01.ini │ │ ├── GON.ini │ │ ├── GOO.ini │ │ ├── GOP.ini │ │ ├── GOQ.ini │ │ ├── GOS.ini │ │ ├── GOW.ini │ │ ├── GOY.ini │ │ ├── GOYE69.ini │ │ ├── GP2.ini │ │ ├── GP4.ini │ │ ├── GP5.ini │ │ ├── GP5E01.ini │ │ ├── GP6.ini │ │ ├── GP7.ini │ │ ├── GP7E01.ini │ │ ├── GP8.ini │ │ ├── GPA.ini │ │ ├── GPD.ini │ │ ├── GPE.ini │ │ ├── GPH.ini │ │ ├── GPHE52.ini │ │ ├── GPI.ini │ │ ├── GPIE01.ini │ │ ├── GPIP01.ini │ │ ├── GPK.ini │ │ ├── GPN.ini │ │ ├── GPNP08.ini │ │ ├── GPO.ini │ │ ├── GPOE8P.ini │ │ ├── GPOP8P.ini │ │ ├── GPS.ini │ │ ├── GPSP8P.ini │ │ ├── GPT.ini │ │ ├── GPV.ini │ │ ├── GPVE01.ini │ │ ├── GPX.ini │ │ ├── GPZ.ini │ │ ├── GQ8.ini │ │ ├── GQC.ini │ │ ├── GQL.ini │ │ ├── GQN.ini │ │ ├── GQQ.ini │ │ ├── GQS.ini │ │ ├── GQSEAF.ini │ │ ├── GQT.ini │ │ ├── GQW.ini │ │ ├── GQX.ini │ │ ├── GR2.ini │ │ ├── GR6.ini │ │ ├── GR8.ini │ │ ├── GRA.ini │ │ ├── GRB.ini │ │ ├── GRE.ini │ │ ├── GREE08.ini │ │ ├── GRF.ini │ │ ├── GRH.ini │ │ ├── GRHE41.ini │ │ ├── GRJ.ini │ │ ├── GRK.ini │ │ ├── GRL.ini │ │ ├── GRN.ini │ │ ├── GRNE52.ini │ │ ├── GRO.ini │ │ ├── GRQ.ini │ │ ├── GRS.ini │ │ ├── GRSPAF.ini │ │ ├── GRU.ini │ │ ├── GRUE78.ini │ │ ├── GRV.ini │ │ ├── GRY.ini │ │ ├── GS2.ini │ │ ├── GS2E78.ini │ │ ├── GS8.ini │ │ ├── GSA.ini │ │ ├── GSAP01.ini │ │ ├── GSB.ini │ │ ├── GSC.ini │ │ ├── GSE.ini │ │ ├── GSM.ini │ │ ├── GSN.ini │ │ ├── GSNE8P.ini │ │ ├── GSNP8P.ini │ │ ├── GSO.ini │ │ ├── GSP.ini │ │ ├── GSQ.ini │ │ ├── GSR.ini │ │ ├── GSS.ini │ │ ├── GSSE8P.ini │ │ ├── GST.ini │ │ ├── GSW.ini │ │ ├── GSX.ini │ │ ├── GSZ.ini │ │ ├── GT3.ini │ │ ├── GT4.ini │ │ ├── GT6.ini │ │ ├── GT6E70.ini │ │ ├── GT7.ini │ │ ├── GT8.ini │ │ ├── GTC.ini │ │ ├── GTE.ini │ │ ├── GTEE01.ini │ │ ├── GTEP01.ini │ │ ├── GTF.ini │ │ ├── GTK.ini │ │ ├── GTKE51.ini │ │ ├── GTL.ini │ │ ├── GTO.ini │ │ ├── GTR.ini │ │ ├── GTS.ini │ │ ├── GTSE4F.ini │ │ ├── GTU.ini │ │ ├── GTW.ini │ │ ├── GTY.ini │ │ ├── GTZ.ini │ │ ├── GUB.ini │ │ ├── GUC.ini │ │ ├── GUF.ini │ │ ├── GUG.ini │ │ ├── GUM.ini │ │ ├── GUME52.ini │ │ ├── GUMP52.ini │ │ ├── GUN.ini │ │ ├── GUNE5D.ini │ │ ├── GUP.ini │ │ ├── GUT.ini │ │ ├── GUV.ini │ │ ├── GUZ.ini │ │ ├── GV3.ini │ │ ├── GV4.ini │ │ ├── GVC.ini │ │ ├── GVD.ini │ │ ├── GVH.ini │ │ ├── GVJ.ini │ │ ├── GVK.ini │ │ ├── GVL.ini │ │ ├── GVO.ini │ │ ├── GVR.ini │ │ ├── GVS.ini │ │ ├── GVS46E.ini │ │ ├── GVS46J.ini │ │ ├── GW2.ini │ │ ├── GW3.ini │ │ ├── GW5.ini │ │ ├── GW7.ini │ │ ├── GW8.ini │ │ ├── GW9.ini │ │ ├── GWA.ini │ │ ├── GWB.ini │ │ ├── GWE.ini │ │ ├── GWG.ini │ │ ├── GWJ.ini │ │ ├── GWK.ini │ │ ├── GWL.ini │ │ ├── GWLE6L.ini │ │ ├── GWLX6L.ini │ │ ├── GWM.ini │ │ ├── GWO.ini │ │ ├── GWP.ini │ │ ├── GWQ.ini │ │ ├── GWQE52.ini │ │ ├── GWR.ini │ │ ├── GWRE01.ini │ │ ├── GWRP01.ini │ │ ├── GWS.ini │ │ ├── GWT.ini │ │ ├── GWV.ini │ │ ├── GWW.ini │ │ ├── GWWP01.ini │ │ ├── GWY.ini │ │ ├── GWZ.ini │ │ ├── GX2.ini │ │ ├── GX3.ini │ │ ├── GXB.ini │ │ ├── GXC.ini │ │ ├── GXE.ini │ │ ├── GXF.ini │ │ ├── GXG.ini │ │ ├── GXL.ini │ │ ├── GXM.ini │ │ ├── GXN.ini │ │ ├── GXO.ini │ │ ├── GXPE78.ini │ │ ├── GXR.ini │ │ ├── GXS.ini │ │ ├── GXSP8P.ini │ │ ├── GXU.ini │ │ ├── GXX.ini │ │ ├── GY2.ini │ │ ├── GYA.ini │ │ ├── GYB.ini │ │ ├── GYF.ini │ │ ├── GYK.ini │ │ ├── GYQ.ini │ │ ├── GYR.ini │ │ ├── GYT.ini │ │ ├── GYW.ini │ │ ├── GZ2.ini │ │ ├── GZ2E01.ini │ │ ├── GZ2J01.ini │ │ ├── GZ2P01.ini │ │ ├── GZ3.ini │ │ ├── GZ3E70.ini │ │ ├── GZC.ini │ │ ├── GZD.ini │ │ ├── GZE.ini │ │ ├── GZL.ini │ │ ├── GZLE01.ini │ │ ├── GZLJ01.ini │ │ ├── GZLP01.ini │ │ ├── GZM.ini │ │ ├── GZP.ini │ │ ├── GZQ.ini │ │ ├── GZQE7D.ini │ │ ├── GZS.ini │ │ ├── GZW.ini │ │ ├── HA8.ini │ │ ├── HA9.ini │ │ ├── HAA.ini │ │ ├── HAB.ini │ │ ├── HAC.ini │ │ ├── HAD.ini │ │ ├── HAT.ini │ │ ├── HAW.ini │ │ ├── HAX.ini │ │ ├── HAY.ini │ │ ├── HBA.ini │ │ ├── HBB.ini │ │ ├── HBC.ini │ │ ├── HBD.ini │ │ ├── HBF.ini │ │ ├── HBG.ini │ │ ├── HBI.ini │ │ ├── HBK.ini │ │ ├── HCD.ini │ │ ├── HCF.ini │ │ ├── HCL.ini │ │ ├── HCQ.ini │ │ ├── HCS.ini │ │ ├── J.ini │ │ ├── JA7.ini │ │ ├── JAA.ini │ │ ├── JAD.ini │ │ ├── JAE.ini │ │ ├── JAI.ini │ │ ├── JAL.ini │ │ ├── JAV.ini │ │ ├── JBA.ini │ │ ├── JBC.ini │ │ ├── JBK.ini │ │ ├── JBQ.ini │ │ ├── JBS.ini │ │ ├── JBU.ini │ │ ├── JC8.ini │ │ ├── JCB.ini │ │ ├── JCD.ini │ │ ├── JCL.ini │ │ ├── JCT.ini │ │ ├── JCX.ini │ │ ├── JCY.ini │ │ ├── JDV.ini │ │ ├── JEC.ini │ │ ├── JOD.ini │ │ ├── L.ini │ │ ├── LAE.ini │ │ ├── LAN.ini │ │ ├── LAQ.ini │ │ ├── M.ini │ │ ├── MAE.ini │ │ ├── MAF.ini │ │ ├── MAH.ini │ │ ├── MAJ.ini │ │ ├── MAK.ini │ │ ├── MAX.ini │ │ ├── MAZ.ini │ │ ├── MB3.ini │ │ ├── MBA.ini │ │ ├── MBD.ini │ │ ├── MBO.ini │ │ ├── MCD.ini │ │ ├── MCS.ini │ │ ├── MCV.ini │ │ ├── MCW.ini │ │ ├── MCY.ini │ │ ├── MCZ.ini │ │ ├── N.ini │ │ ├── NA3.ini │ │ ├── NAA.ini │ │ ├── NAB.ini │ │ ├── NAC.ini │ │ ├── NAD.ini │ │ ├── NAE.ini │ │ ├── NAF.ini │ │ ├── NAH.ini │ │ ├── NAI.ini │ │ ├── NAJ.ini │ │ ├── NAK.ini │ │ ├── NAKE01.ini │ │ ├── NAL.ini │ │ ├── NAM.ini │ │ ├── NAN.ini │ │ ├── NAR.ini │ │ ├── NAS.ini │ │ ├── NAT.ini │ │ ├── NAY.ini │ │ ├── NAZ.ini │ │ ├── P.ini │ │ ├── P2ME01.ini │ │ ├── P4B.ini │ │ ├── PAC.ini │ │ ├── PC6.ini │ │ ├── PCK.ini │ │ ├── PCS.ini │ │ ├── PGS.ini │ │ ├── PM4.ini │ │ ├── PNJ.ini │ │ ├── PRJ.ini │ │ ├── PZL.ini │ │ ├── PZLE01.ini │ │ ├── Q.ini │ │ ├── R22.ini │ │ ├── R25.ini │ │ ├── R29.ini │ │ ├── R2D.ini │ │ ├── R2G.ini │ │ ├── R2J.ini │ │ ├── R2K.ini │ │ ├── R2T.ini │ │ ├── R2U.ini │ │ ├── R2V.ini │ │ ├── R32J01.ini │ │ ├── R3A.ini │ │ ├── R3B.ini │ │ ├── R3C.ini │ │ ├── R3D.ini │ │ ├── R3G.ini │ │ ├── R3IJ01.ini │ │ ├── R3M.ini │ │ ├── R3N.ini │ │ ├── R3O.ini │ │ ├── R3OE01.ini │ │ ├── R3OJ01.ini │ │ ├── R3OP01.ini │ │ ├── R3R.ini │ │ ├── R3S.ini │ │ ├── R3T.ini │ │ ├── R44.ini │ │ ├── R46.ini │ │ ├── R47E20.ini │ │ ├── R47J20.ini │ │ ├── R47P20.ini │ │ ├── R49.ini │ │ ├── R4B.ini │ │ ├── R4E.ini │ │ ├── R4F.ini │ │ ├── R4Q.ini │ │ ├── R4R.ini │ │ ├── R4Z.ini │ │ ├── R55.ini │ │ ├── R59.ini │ │ ├── R5D.ini │ │ ├── R5I.ini │ │ ├── R5V.ini │ │ ├── R5W.ini │ │ ├── R64.ini │ │ ├── R69.ini │ │ ├── R6B.ini │ │ ├── R6LEWR.ini │ │ ├── R6LJWR.ini │ │ ├── R6LPWR.ini │ │ ├── R6N.ini │ │ ├── R6Q.ini │ │ ├── R6T.ini │ │ ├── R6Y.ini │ │ ├── R7E.ini │ │ ├── R7F.ini │ │ ├── R7FEGD.ini │ │ ├── R7G.ini │ │ ├── R7P.ini │ │ ├── R7PE01.ini │ │ ├── R7PP01.ini │ │ ├── R7X.ini │ │ ├── R84.ini │ │ ├── R8A.ini │ │ ├── R8D.ini │ │ ├── R8J.ini │ │ ├── R8L.ini │ │ ├── R8P.ini │ │ ├── R8X.ini │ │ ├── R92.ini │ │ ├── R96.ini │ │ ├── R96EAF.ini │ │ ├── R9D.ini │ │ ├── R9F.ini │ │ ├── R9I.ini │ │ ├── R9IE01.ini │ │ ├── RB4.ini │ │ ├── RB7.ini │ │ ├── RB7P54.ini │ │ ├── RBB.ini │ │ ├── RBH.ini │ │ ├── RBI.ini │ │ ├── RBK.ini │ │ ├── RBL.ini │ │ ├── RBM.ini │ │ ├── RBO.ini │ │ ├── RBQ.ini │ │ ├── RBR.ini │ │ ├── RBT.ini │ │ ├── RBU.ini │ │ ├── RBW.ini │ │ ├── RBX.ini │ │ ├── RBZ.ini │ │ ├── RCC.ini │ │ ├── RCJ.ini │ │ ├── RCJE8P.ini │ │ ├── RCK.ini │ │ ├── RCL.ini │ │ ├── RCP.ini │ │ ├── RD2.ini │ │ ├── RDB.ini │ │ ├── RDF.ini │ │ ├── RDG.ini │ │ ├── RDH.ini │ │ ├── RDI.ini │ │ ├── RDK.ini │ │ ├── RDQ.ini │ │ ├── RDS.ini │ │ ├── RDV.ini │ │ ├── RDX.ini │ │ ├── RDZ.ini │ │ ├── RE4.ini │ │ ├── RED.ini │ │ ├── RELJAB.ini │ │ ├── REN.ini │ │ ├── REX.ini │ │ ├── RF4.ini │ │ ├── RF7.ini │ │ ├── RFB.ini │ │ ├── RFC.ini │ │ ├── RFE.ini │ │ ├── RFF.ini │ │ ├── RFQ.ini │ │ ├── RFS.ini │ │ ├── RG2.ini │ │ ├── RG5.ini │ │ ├── RG6.ini │ │ ├── RGA.ini │ │ ├── RGB.ini │ │ ├── RGF.ini │ │ ├── RGH.ini │ │ ├── RGL.ini │ │ ├── RGM.ini │ │ ├── RGQ.ini │ │ ├── RGQE70.ini │ │ ├── RGS.ini │ │ ├── RGV.ini │ │ ├── RGW.ini │ │ ├── RH2.ini │ │ ├── RH8.ini │ │ ├── RHA.ini │ │ ├── RHD.ini │ │ ├── RHM.ini │ │ ├── RHO.ini │ │ ├── RHT.ini │ │ ├── RHU.ini │ │ ├── RI3.ini │ │ ├── RIB.ini │ │ ├── RIH.ini │ │ ├── RIJ.ini │ │ ├── RIN.ini │ │ ├── RIP.ini │ │ ├── RIU.ini │ │ ├── RIV.ini │ │ ├── RIZ.ini │ │ ├── RJ2.ini │ │ ├── RJ3.ini │ │ ├── RJA.ini │ │ ├── RJC.ini │ │ ├── RJS.ini │ │ ├── RK2.ini │ │ ├── RK5.ini │ │ ├── RK5E01.ini │ │ ├── RK6E18.ini │ │ ├── RKD.ini │ │ ├── RKI.ini │ │ ├── RKM.ini │ │ ├── RKS.ini │ │ ├── RLB.ini │ │ ├── RLE.ini │ │ ├── RLG.ini │ │ ├── RLJ.ini │ │ ├── RLS.ini │ │ ├── RLT.ini │ │ ├── RLX.ini │ │ ├── RM2.ini │ │ ├── RM3.ini │ │ ├── RM3E01.ini │ │ ├── RM3P01.ini │ │ ├── RM6.ini │ │ ├── RM8.ini │ │ ├── RMA.ini │ │ ├── RMC.ini │ │ ├── RMCE01.ini │ │ ├── RMG.ini │ │ ├── RMH.ini │ │ ├── RMHE08.ini │ │ ├── RMHJ08.ini │ │ ├── RMHP08.ini │ │ ├── RMK.ini │ │ ├── RML.ini │ │ ├── RMO.ini │ │ ├── RMP.ini │ │ ├── RMS.ini │ │ ├── RNE.ini │ │ ├── RNH.ini │ │ ├── RNHE41.ini │ │ ├── RNJ.ini │ │ ├── RNM.ini │ │ ├── RNO.ini │ │ ├── RNX.ini │ │ ├── RO2.ini │ │ ├── RO2P7N.ini │ │ ├── RO3.ini │ │ ├── RO7.ini │ │ ├── RO8.ini │ │ ├── RO9.ini │ │ ├── ROA.ini │ │ ├── ROC.ini │ │ ├── ROD.ini │ │ ├── ROL.ini │ │ ├── RON.ini │ │ ├── ROU.ini │ │ ├── ROW.ini │ │ ├── RP7.ini │ │ ├── RPB.ini │ │ ├── RPD.ini │ │ ├── RPG.ini │ │ ├── RPJ.ini │ │ ├── RPO.ini │ │ ├── RPP.ini │ │ ├── RPW.ini │ │ ├── RPY.ini │ │ ├── RQ6.ini │ │ ├── RQB.ini │ │ ├── RQL.ini │ │ ├── RQO.ini │ │ ├── RQR.ini │ │ ├── RQW.ini │ │ ├── RQYENR.ini │ │ ├── RQYJNR.ini │ │ ├── RQYPNR.ini │ │ ├── RR2.ini │ │ ├── RR5.ini │ │ ├── RRA.ini │ │ ├── RRB.ini │ │ ├── RRK.ini │ │ ├── RRM.ini │ │ ├── RRX.ini │ │ ├── RRY.ini │ │ ├── RRZ.ini │ │ ├── RS5.ini │ │ ├── RS8.ini │ │ ├── RS9.ini │ │ ├── RSB.ini │ │ ├── RSBE01.ini │ │ ├── RSBP01.ini │ │ ├── RSF.ini │ │ ├── RSH.ini │ │ ├── RSI.ini │ │ ├── RSL.ini │ │ ├── RSM.ini │ │ ├── RSN.ini │ │ ├── RSP.ini │ │ ├── RSR.ini │ │ ├── RST.ini │ │ ├── RSU.ini │ │ ├── RSV.ini │ │ ├── RSW.ini │ │ ├── RSX.ini │ │ ├── RSZ.ini │ │ ├── RT3.ini │ │ ├── RT4.ini │ │ ├── RT5.ini │ │ ├── RT8.ini │ │ ├── RT9.ini │ │ ├── RTB.ini │ │ ├── RTC.ini │ │ ├── RTH.ini │ │ ├── RTM.ini │ │ ├── RTN.ini │ │ ├── RTR.ini │ │ ├── RTU.ini │ │ ├── RTYE01.ini │ │ ├── RTYJ01.ini │ │ ├── RTYP01.ini │ │ ├── RTZ.ini │ │ ├── RUC.ini │ │ ├── RUU.ini │ │ ├── RUUE01.ini │ │ ├── RUUP01.ini │ │ ├── RUY.ini │ │ ├── RV9E78.ini │ │ ├── RV9J78.ini │ │ ├── RV9K78.ini │ │ ├── RV9P78.ini │ │ ├── RVK.ini │ │ ├── RVO.ini │ │ ├── RVQ.ini │ │ ├── RVS.ini │ │ ├── RVU.ini │ │ ├── RVV.ini │ │ ├── RVZ.ini │ │ ├── RW9.ini │ │ ├── RWB.ini │ │ ├── RWE.ini │ │ ├── RWJENR.ini │ │ ├── RWJJNR.ini │ │ ├── RWJKNR.ini │ │ ├── RWJPNR.ini │ │ ├── RWL.ini │ │ ├── RWO.ini │ │ ├── RWR.ini │ │ ├── RWS.ini │ │ ├── RWU.ini │ │ ├── RX3.ini │ │ ├── RX3E01.ini │ │ ├── RX9.ini │ │ ├── RXX.ini │ │ ├── RYB.ini │ │ ├── RYO.ini │ │ ├── RYQ.ini │ │ ├── RYX.ini │ │ ├── RZ9.ini │ │ ├── RZD.ini │ │ ├── RZDE01r0.ini │ │ ├── RZDE01r2.ini │ │ ├── RZDJ01.ini │ │ ├── RZDP01.ini │ │ ├── RZF.ini │ │ ├── RZJ.ini │ │ ├── RZJP69.ini │ │ ├── RZO.ini │ │ ├── RZP.ini │ │ ├── RZT.ini │ │ ├── RZY.ini │ │ ├── RZZ.ini │ │ ├── S2E.ini │ │ ├── S2EE41.ini │ │ ├── S2EJ41.ini │ │ ├── S2EK41.ini │ │ ├── S2EP41.ini │ │ ├── S2I.ini │ │ ├── S2L.ini │ │ ├── S2T.ini │ │ ├── S2W.ini │ │ ├── S2XE41.ini │ │ ├── S2XJ41.ini │ │ ├── S2XK41.ini │ │ ├── S2XP41.ini │ │ ├── S3A.ini │ │ ├── S3B.ini │ │ ├── S59.ini │ │ ├── S72.ini │ │ ├── S75.ini │ │ ├── SA3.ini │ │ ├── SAK.ini │ │ ├── SAW.ini │ │ ├── SB3.ini │ │ ├── SB4.ini │ │ ├── SBD.ini │ │ ├── SBL.ini │ │ ├── SBN.ini │ │ ├── SBV.ini │ │ ├── SBX.ini │ │ ├── SC2.ini │ │ ├── SC2E8P.ini │ │ ├── SC2P8P.ini │ │ ├── SC4.ini │ │ ├── SC7.ini │ │ ├── SC8.ini │ │ ├── SCA.ini │ │ ├── SCJ.ini │ │ ├── SCPE70.ini │ │ ├── SCPJ70.ini │ │ ├── SCPK70.ini │ │ ├── SCPP70.ini │ │ ├── SCY.ini │ │ ├── SCZEFR.ini │ │ ├── SCZJFR.ini │ │ ├── SCZKFR.ini │ │ ├── SCZPFR.ini │ │ ├── SD2.ini │ │ ├── SD2J01.ini │ │ ├── SDA.ini │ │ ├── SDB.ini │ │ ├── SDDEML.ini │ │ ├── SDDJML.ini │ │ ├── SDDKML.ini │ │ ├── SDDPML.ini │ │ ├── SDF.ini │ │ ├── SDM.ini │ │ ├── SDN.ini │ │ ├── SDW.ini │ │ ├── SE2.ini │ │ ├── SE3.ini │ │ ├── SEA.ini │ │ ├── SEM.ini │ │ ├── SER.ini │ │ ├── SF8.ini │ │ ├── SFI.ini │ │ ├── SFP.ini │ │ ├── SFQE8P.ini │ │ ├── SFQJ8P.ini │ │ ├── SFQK8P.ini │ │ ├── SFQP8P.ini │ │ ├── SFW.ini │ │ ├── SG8.ini │ │ ├── SGA.ini │ │ ├── SH6.ini │ │ ├── SHD.ini │ │ ├── SHL.ini │ │ ├── SHW.ini │ │ ├── SIL.ini │ │ ├── SJB.ini │ │ ├── SJD.ini │ │ ├── SJDJ01.ini │ │ ├── SJE.ini │ │ ├── SJN.ini │ │ ├── SJO.ini │ │ ├── SJX.ini │ │ ├── SK3.ini │ │ ├── SK4.ini │ │ ├── SKA.ini │ │ ├── SKC.ini │ │ ├── SKG.ini │ │ ├── SKJ.ini │ │ ├── SKO.ini │ │ ├── SKV.ini │ │ ├── SL2.ini │ │ ├── SLHEWR.ini │ │ ├── SLHJWR.ini │ │ ├── SLHPWR.ini │ │ ├── SLS.ini │ │ ├── SLW.ini │ │ ├── SMB.ini │ │ ├── SMCEXT.ini │ │ ├── SMCJXT.ini │ │ ├── SMCPXT.ini │ │ ├── SMF.ini │ │ ├── SMN.ini │ │ ├── SMNE01.ini │ │ ├── SMNP01.ini │ │ ├── SMO.ini │ │ ├── SN4.ini │ │ ├── SNC.ini │ │ ├── SND.ini │ │ ├── SNG.ini │ │ ├── SNJ.ini │ │ ├── SNJE69.ini │ │ ├── SNS.ini │ │ ├── SNY.ini │ │ ├── SO3.ini │ │ ├── SOJ.ini │ │ ├── SOM.ini │ │ ├── SOS.ini │ │ ├── SOSJG9.ini │ │ ├── SOSPG9.ini │ │ ├── SOU.ini │ │ ├── SP5PVV.ini │ │ ├── SP9.ini │ │ ├── SPD.ini │ │ ├── SPP.ini │ │ ├── SPR.ini │ │ ├── SPT.ini │ │ ├── SPV.ini │ │ ├── SQD.ini │ │ ├── SQI.ini │ │ ├── SQM.ini │ │ ├── SR5.ini │ │ ├── SRO.ini │ │ ├── SRQ.ini │ │ ├── SS2EFR.ini │ │ ├── SS2JFR.ini │ │ ├── SS2KFR.ini │ │ ├── SS2PFR.ini │ │ ├── SS3.ini │ │ ├── SSMEYG.ini │ │ ├── SSMJYG.ini │ │ ├── SSMKYG.ini │ │ ├── SSMPYG.ini │ │ ├── SSQ.ini │ │ ├── SSR.ini │ │ ├── SST.ini │ │ ├── SSZ.ini │ │ ├── ST9E52.ini │ │ ├── ST9J52.ini │ │ ├── ST9K52.ini │ │ ├── ST9P52.ini │ │ ├── STE.ini │ │ ├── STH.ini │ │ ├── STK.ini │ │ ├── STS.ini │ │ ├── SU4E78.ini │ │ ├── SU4J78.ini │ │ ├── SU4K78.ini │ │ ├── SU4P78.ini │ │ ├── SU7.ini │ │ ├── SUK.ini │ │ ├── SUKE01.ini │ │ ├── SUKJ01.ini │ │ ├── SVB.ini │ │ ├── SVM.ini │ │ ├── SVT.ini │ │ ├── SVV.ini │ │ ├── SVX.ini │ │ ├── SVZ.ini │ │ ├── SWA.ini │ │ ├── SX3.ini │ │ ├── SX4.ini │ │ ├── SX7.ini │ │ ├── SX8.ini │ │ ├── SXB.ini │ │ ├── SXC.ini │ │ ├── SXD.ini │ │ ├── SXE.ini │ │ ├── SZ7.ini │ │ ├── SZA.ini │ │ ├── SZB.ini │ │ ├── UGP.ini │ │ ├── W24.ini │ │ ├── W2G.ini │ │ ├── W2M.ini │ │ ├── W3G.ini │ │ ├── W3M.ini │ │ ├── W8C.ini │ │ ├── WA2.ini │ │ ├── WA4.ini │ │ ├── WAI.ini │ │ ├── WAL.ini │ │ ├── WAY.ini │ │ ├── WB2.ini │ │ ├── WB3.ini │ │ ├── WB4.ini │ │ ├── WB6.ini │ │ ├── WB7.ini │ │ ├── WB8.ini │ │ ├── WBL.ini │ │ ├── WBM.ini │ │ ├── WBOEKY.ini │ │ ├── WBOJKY.ini │ │ ├── WBOKKY.ini │ │ ├── WBOPKY.ini │ │ ├── WBQ.ini │ │ ├── WBX.ini │ │ ├── WBY.ini │ │ ├── WBZ.ini │ │ ├── WC6.ini │ │ ├── WCH.ini │ │ ├── WCV.ini │ │ ├── WCZ.ini │ │ ├── WD9.ini │ │ ├── WDM.ini │ │ ├── WDO.ini │ │ ├── WER.ini │ │ ├── WF4.ini │ │ ├── WFH.ini │ │ ├── WFL.ini │ │ ├── WFU.ini │ │ ├── WGD.ini │ │ ├── WGG.ini │ │ ├── WGL.ini │ │ ├── WGO.ini │ │ ├── WGS.ini │ │ ├── WGVEJT.ini │ │ ├── WGVJJT.ini │ │ ├── WGVKJT.ini │ │ ├── WGVPJT.ini │ │ ├── WGY.ini │ │ ├── WHF.ini │ │ ├── WHP.ini │ │ ├── WHU.ini │ │ ├── WHW.ini │ │ ├── WIB.ini │ │ ├── WIC.ini │ │ ├── WID.ini │ │ ├── WIL.ini │ │ ├── WIY.ini │ │ ├── WJA.ini │ │ ├── WJE.ini │ │ ├── WKD.ini │ │ ├── WKHERX.ini │ │ ├── WKHJRX.ini │ │ ├── WKHKRX.ini │ │ ├── WKHPRX.ini │ │ ├── WKT.ini │ │ ├── WLE.ini │ │ ├── WLN.ini │ │ ├── WLO.ini │ │ ├── WLW.ini │ │ ├── WLZ.ini │ │ ├── WM8.ini │ │ ├── WMA.ini │ │ ├── WMB.ini │ │ ├── WMG.ini │ │ ├── WMJ.ini │ │ ├── WMM.ini │ │ ├── WOT.ini │ │ ├── WOY.ini │ │ ├── WP4.ini │ │ ├── WPA.ini │ │ ├── WPC.ini │ │ ├── WPF.ini │ │ ├── WPH.ini │ │ ├── WPJ.ini │ │ ├── WPP.ini │ │ ├── WPS.ini │ │ ├── WPU.ini │ │ ├── WPY.ini │ │ ├── WR5.ini │ │ ├── WR9.ini │ │ ├── WRG.ini │ │ ├── WRI.ini │ │ ├── WRU.ini │ │ ├── WRX.ini │ │ ├── WSL.ini │ │ ├── WSN.ini │ │ ├── WSR.ini │ │ ├── WTE.ini │ │ ├── WTK.ini │ │ ├── WTR.ini │ │ ├── WTT.ini │ │ ├── WTU.ini │ │ ├── WTX.ini │ │ ├── WWA.ini │ │ ├── WWR.ini │ │ ├── WXB.ini │ │ ├── WXP.ini │ │ ├── WXR.ini │ │ ├── WYM.ini │ │ ├── WZI.ini │ │ ├── WZP.ini │ │ ├── XH5.ini │ │ └── XHA.ini │ ├── Maps │ │ ├── GFZE01.map │ │ └── GMBE8P.map │ ├── Metroid.dsy │ ├── MetroidBeta.dsy │ ├── Profiles │ │ ├── GCPad │ │ │ ├── Remote Buttons Only.ini │ │ │ ├── Remote DPad.ini │ │ │ ├── Remote Stick.ini │ │ │ ├── Touch ABYX.ini │ │ │ ├── Touch DPad.ini │ │ │ ├── Touch Grip.ini │ │ │ ├── Touch Named.ini │ │ │ ├── Vive GameCube.ini │ │ │ ├── Xbox AB.ini │ │ │ ├── Xbox Metroid Dual Stick.ini │ │ │ ├── Xbox Named.ini │ │ │ └── Xbox.ini │ │ ├── Hotkeys │ │ │ ├── Keyboard Default.ini │ │ │ ├── Remote Freelook.ini │ │ │ ├── Vive LGrip.ini │ │ │ ├── Vive RGrip.ini │ │ │ └── Xbox GameCube Complete.ini │ │ └── Wiimote │ │ │ ├── Remote Classic DPad.ini │ │ │ ├── Remote Classic Stick.ini │ │ │ ├── Remote Drums.ini │ │ │ ├── Remote Guitar.ini │ │ │ ├── Remote Nunchuk.ini │ │ │ ├── Remote Turntable.ini │ │ │ ├── Remote Wiimote Nunchuk.ini │ │ │ ├── Remote Wiimote Sideways.ini │ │ │ ├── Remote Wiimote.ini │ │ │ ├── Touch Classic ABXY.ini │ │ │ ├── Touch Classic Named.ini │ │ │ ├── Touch Classic.ini │ │ │ ├── Touch Drums.ini │ │ │ ├── Touch Guitar.ini │ │ │ ├── Touch Nunchuk.ini │ │ │ ├── Touch Wiimote Sideways.ini │ │ │ ├── Touch Wiimote.ini │ │ │ ├── Vive Classic Controller.ini │ │ │ ├── Vive Classic GameCube.ini │ │ │ ├── Vive Classic N64 F-Zero X.ini │ │ │ ├── Vive Classic N64 Kirby.ini │ │ │ ├── Vive Classic N64 Sin and Punishment.ini │ │ │ ├── Vive Classic N64 Smash Bros.ini │ │ │ ├── Vive Classic N64 Yoshi's Story.ini │ │ │ ├── Vive Classic N64 Zelda.ini │ │ │ ├── Vive Classic N64.ini │ │ │ ├── Vive Classic NES.ini │ │ │ ├── Vive Classic SMS.ini │ │ │ ├── Vive Classic SNES.ini │ │ │ ├── Vive Classic Sega.ini │ │ │ ├── Vive Drums.ini │ │ │ ├── Vive Guitar.ini │ │ │ ├── Vive Nunchuk 1A2MP.ini │ │ │ ├── Vive Nunchuk A GripButtons.ini │ │ │ ├── Vive Nunchuk A12MP GripDPad.ini │ │ │ ├── Vive Nunchuk A12MP.ini │ │ │ ├── Vive Nunchuk AD2M1.ini │ │ │ ├── Vive Nunchuk AUDLR.ini │ │ │ ├── Vive Nunchuk H12MP.ini │ │ │ ├── Vive Wiimote 1A2MP.ini │ │ │ ├── Vive Wiimote A GripButtons.ini │ │ │ ├── Vive Wiimote A12MP GripDPad.ini │ │ │ ├── Vive Wiimote A12MP.ini │ │ │ ├── Vive Wiimote AD2M1.ini │ │ │ ├── Vive Wiimote AUDLR.ini │ │ │ ├── Vive Wiimote Classic.ini │ │ │ ├── Vive Wiimote H12MP.ini │ │ │ ├── Vive Wiimote Sideways DPad.ini │ │ │ ├── Vive Wiimote Sideways NES.ini │ │ │ ├── Vive Wiimote Sideways Touch.ini │ │ │ ├── Vive Wiimote Two Handed DPad.ini │ │ │ ├── Vive Wiimote Two Handed Touch.ini │ │ │ ├── Xbox Classic Controller.ini │ │ │ ├── Xbox Classic Pro.ini │ │ │ ├── Xbox Drums.ini │ │ │ ├── Xbox Guitar Frets Left Fingers Face Buttons.ini │ │ │ ├── Xbox Guitar Frets Left Stick.ini │ │ │ ├── Xbox Guitar Frets Right Thumb.ini │ │ │ ├── Xbox Nunchuk Remote Wiimote.ini │ │ │ ├── Xbox Nunchuk Swing.ini │ │ │ ├── Xbox Nunchuk.ini │ │ │ ├── Xbox Turntable.ini │ │ │ ├── Xbox Wiimote Sideways.ini │ │ │ ├── Xbox Wiimote Swing.ini │ │ │ └── Xbox Wiimote.ini │ ├── Resources │ │ ├── Dolphin.png │ │ ├── Flag_Australia.png │ │ ├── Flag_Australia@2x.png │ │ ├── Flag_Australia@4x.png │ │ ├── Flag_Europe.png │ │ ├── Flag_Europe@2x.png │ │ ├── Flag_Europe@4x.png │ │ ├── Flag_France.png │ │ ├── Flag_France@2x.png │ │ ├── Flag_France@4x.png │ │ ├── Flag_Germany.png │ │ ├── Flag_Germany@2x.png │ │ ├── Flag_Germany@4x.png │ │ ├── Flag_International.png │ │ ├── Flag_International@2x.png │ │ ├── Flag_International@4x.png │ │ ├── Flag_Italy.png │ │ ├── Flag_Italy@2x.png │ │ ├── Flag_Italy@4x.png │ │ ├── Flag_Japan.png │ │ ├── Flag_Japan@2x.png │ │ ├── Flag_Japan@4x.png │ │ ├── Flag_Korea.png │ │ ├── Flag_Korea@2x.png │ │ ├── Flag_Korea@4x.png │ │ ├── Flag_Netherlands.png │ │ ├── Flag_Netherlands@2x.png │ │ ├── Flag_Netherlands@4x.png │ │ ├── Flag_Russia.png │ │ ├── Flag_Russia@2x.png │ │ ├── Flag_Russia@4x.png │ │ ├── Flag_Spain.png │ │ ├── Flag_Spain@2x.png │ │ ├── Flag_Spain@4x.png │ │ ├── Flag_Taiwan.png │ │ ├── Flag_Taiwan@2x.png │ │ ├── Flag_Taiwan@4x.png │ │ ├── Flag_USA.png │ │ ├── Flag_USA@2x.png │ │ ├── Flag_USA@4x.png │ │ ├── Flag_Unknown.png │ │ ├── Flag_Unknown@2x.png │ │ ├── Flag_Unknown@4x.png │ │ ├── Models │ │ │ └── HydraModel.obj │ │ ├── Platform_Arcade.png │ │ ├── Platform_Arcade@2x.png │ │ ├── Platform_Arcade@4x.png │ │ ├── Platform_C64.png │ │ ├── Platform_C64@2x.png │ │ ├── Platform_C64@4x.png │ │ ├── Platform_File.png │ │ ├── Platform_File@2x.png │ │ ├── Platform_File@4x.png │ │ ├── Platform_Gamecube.png │ │ ├── Platform_Gamecube@2x.png │ │ ├── Platform_Gamecube@4x.png │ │ ├── Platform_Genesis.png │ │ ├── Platform_Genesis@2x.png │ │ ├── Platform_Genesis@4x.png │ │ ├── Platform_MSX.png │ │ ├── Platform_MSX@2x.png │ │ ├── Platform_MSX@4x.png │ │ ├── Platform_N64.png │ │ ├── Platform_N64@2x.png │ │ ├── Platform_N64@4x.png │ │ ├── Platform_NES.png │ │ ├── Platform_NES@2x.png │ │ ├── Platform_NES@4x.png │ │ ├── Platform_NeoGeo.png │ │ ├── Platform_NeoGeo@2x.png │ │ ├── Platform_NeoGeo@4x.png │ │ ├── Platform_SMS.png │ │ ├── Platform_SMS@2x.png │ │ ├── Platform_SMS@4x.png │ │ ├── Platform_SNES.png │ │ ├── Platform_SNES@2x.png │ │ ├── Platform_SNES@4x.png │ │ ├── Platform_Triforce.png │ │ ├── Platform_Triforce@2x.png │ │ ├── Platform_Triforce@4x.png │ │ ├── Platform_Turbografx.png │ │ ├── Platform_Turbografx@2x.png │ │ ├── Platform_Turbografx@4x.png │ │ ├── Platform_Wad.png │ │ ├── Platform_Wad@2x.png │ │ ├── Platform_Wad@4x.png │ │ ├── Platform_Wii.png │ │ ├── Platform_Wii@2x.png │ │ ├── Platform_Wii@4x.png │ │ ├── Textures │ │ │ └── diffuse │ │ │ │ ├── hydradiffuse.jpg │ │ │ │ └── hydrastationdiffuse.jpg │ │ ├── dolphin_logo.png │ │ ├── dolphin_logo@2x.png │ │ ├── isoproperties_disc.png │ │ ├── isoproperties_file.png │ │ ├── isoproperties_folder.png │ │ ├── nobanner.png │ │ ├── nobanner@2x.png │ │ ├── rating0.png │ │ ├── rating1.png │ │ ├── rating2.png │ │ ├── rating3.png │ │ ├── rating4.png │ │ ├── rating5.png │ │ ├── toolbar_add_breakpoint.png │ │ ├── toolbar_add_memorycheck.png │ │ ├── toolbar_debugger_delete.png │ │ ├── toolbar_debugger_goto_pc.png │ │ ├── toolbar_debugger_set_pc.png │ │ ├── toolbar_debugger_skip.png │ │ ├── toolbar_debugger_step.png │ │ ├── toolbar_debugger_step_out.png │ │ └── toolbar_debugger_step_over.png │ ├── Shaders │ │ ├── 16bit.glsl │ │ ├── 32bit.glsl │ │ ├── Anaglyph │ │ │ ├── dubois-LCD-Amber-Blue.glsl │ │ │ ├── dubois-LCD-Green-Magenta.glsl │ │ │ ├── dubois.glsl │ │ │ ├── fullcolor.glsl │ │ │ ├── grayscale.glsl │ │ │ └── grayscale2.glsl │ │ ├── FXAA.glsl │ │ ├── acidmetal.glsl │ │ ├── acidtrip.glsl │ │ ├── acidtrip2.glsl │ │ ├── asciiart.glsl │ │ ├── auto_toon.glsl │ │ ├── auto_toon2.glsl │ │ ├── bad_bloom.glsl │ │ ├── brighten.glsl │ │ ├── chrismas.glsl │ │ ├── cool1.glsl │ │ ├── darkerbrighter.glsl │ │ ├── emboss.glsl │ │ ├── fire.glsl │ │ ├── fire2.glsl │ │ ├── firewater.glsl │ │ ├── grayscale.glsl │ │ ├── grayscale2.glsl │ │ ├── invert.glsl │ │ ├── invert_blue.glsl │ │ ├── invertedoutline.glsl │ │ ├── lens_distortion.glsl │ │ ├── mad_world.glsl │ │ ├── nightvision.glsl │ │ ├── nightvision2.glsl │ │ ├── nightvision2scanlines.glsl │ │ ├── osvr.glsl │ │ ├── posterize.glsl │ │ ├── posterize2.glsl │ │ ├── primarycolors.glsl │ │ ├── sepia.glsl │ │ ├── sketchy.glsl │ │ ├── spookey1.glsl │ │ ├── spookey2.glsl │ │ ├── sunset.glsl │ │ ├── swap_RGB_BGR.glsl │ │ ├── swap_RGB_BRG.glsl │ │ ├── swap_RGB_GBR.glsl │ │ ├── swap_RGB_GRB.glsl │ │ ├── swap_RGB_RBG.glsl │ │ └── toxic.glsl │ ├── Themes │ │ ├── Boomy │ │ │ ├── README.txt │ │ │ ├── browse.png │ │ │ ├── classic.png │ │ │ ├── config.png │ │ │ ├── fullscreen.png │ │ │ ├── gcpad.png │ │ │ ├── graphics.png │ │ │ ├── help.png │ │ │ ├── open.png │ │ │ ├── pause.png │ │ │ ├── play.png │ │ │ ├── refresh.png │ │ │ ├── screenshot.png │ │ │ ├── stop.png │ │ │ ├── vr.png │ │ │ └── wiimote.png │ │ ├── Clean Blue │ │ │ ├── browse.png │ │ │ ├── browse@2x.png │ │ │ ├── classic.png │ │ │ ├── classic@2x.png │ │ │ ├── config.png │ │ │ ├── config@2x.png │ │ │ ├── fullscreen.png │ │ │ ├── fullscreen@2x.png │ │ │ ├── gcpad.png │ │ │ ├── gcpad@2x.png │ │ │ ├── graphics.png │ │ │ ├── graphics@2x.png │ │ │ ├── open.png │ │ │ ├── open@2x.png │ │ │ ├── pause.png │ │ │ ├── pause@2x.png │ │ │ ├── play.png │ │ │ ├── play@2x.png │ │ │ ├── rating0.png │ │ │ ├── rating0@2x.png │ │ │ ├── rating0@4x.png │ │ │ ├── rating1.png │ │ │ ├── rating1@2x.png │ │ │ ├── rating1@4x.png │ │ │ ├── rating2.png │ │ │ ├── rating2@2x.png │ │ │ ├── rating2@4x.png │ │ │ ├── rating3.png │ │ │ ├── rating3@2x.png │ │ │ ├── rating3@4x.png │ │ │ ├── rating4.png │ │ │ ├── rating4@2x.png │ │ │ ├── rating4@4x.png │ │ │ ├── rating5.png │ │ │ ├── rating5@2x.png │ │ │ ├── rating5@4x.png │ │ │ ├── refresh.png │ │ │ ├── refresh@2x.png │ │ │ ├── screenshot.png │ │ │ ├── screenshot@2x.png │ │ │ ├── stop.png │ │ │ ├── stop@2x.png │ │ │ ├── vr.png │ │ │ ├── vr@2x.png │ │ │ ├── wiimote.png │ │ │ └── wiimote@2x.png │ │ ├── Clean Lite │ │ │ ├── browse.png │ │ │ ├── browse@2x.png │ │ │ ├── classic.png │ │ │ ├── classic@2x.png │ │ │ ├── config.png │ │ │ ├── config@2x.png │ │ │ ├── fullscreen.png │ │ │ ├── fullscreen@2x.png │ │ │ ├── gcpad.png │ │ │ ├── gcpad@2x.png │ │ │ ├── graphics.png │ │ │ ├── graphics@2x.png │ │ │ ├── open.png │ │ │ ├── open@2x.png │ │ │ ├── pause.png │ │ │ ├── pause@2x.png │ │ │ ├── play.png │ │ │ ├── play@2x.png │ │ │ ├── rating0.png │ │ │ ├── rating0@2x.png │ │ │ ├── rating0@4x.png │ │ │ ├── rating1.png │ │ │ ├── rating1@2x.png │ │ │ ├── rating1@4x.png │ │ │ ├── rating2.png │ │ │ ├── rating2@2x.png │ │ │ ├── rating2@4x.png │ │ │ ├── rating3.png │ │ │ ├── rating3@2x.png │ │ │ ├── rating3@4x.png │ │ │ ├── rating4.png │ │ │ ├── rating4@2x.png │ │ │ ├── rating4@4x.png │ │ │ ├── rating5.png │ │ │ ├── rating5@2x.png │ │ │ ├── rating5@4x.png │ │ │ ├── refresh.png │ │ │ ├── refresh@2x.png │ │ │ ├── screenshot.png │ │ │ ├── screenshot@2x.png │ │ │ ├── stop.png │ │ │ ├── stop@2x.png │ │ │ ├── vr.png │ │ │ ├── vr@2x.png │ │ │ ├── wiimote.png │ │ │ └── wiimote@2x.png │ │ ├── Clean Pink │ │ │ ├── browse.png │ │ │ ├── browse@2x.png │ │ │ ├── classic.png │ │ │ ├── classic@2x.png │ │ │ ├── config.png │ │ │ ├── config@2x.png │ │ │ ├── fullscreen.png │ │ │ ├── fullscreen@2x.png │ │ │ ├── gcpad.png │ │ │ ├── gcpad@2x.png │ │ │ ├── graphics.png │ │ │ ├── graphics@2x.png │ │ │ ├── open.png │ │ │ ├── open@2x.png │ │ │ ├── pause.png │ │ │ ├── pause@2x.png │ │ │ ├── play.png │ │ │ ├── play@2x.png │ │ │ ├── rating0.png │ │ │ ├── rating0@2x.png │ │ │ ├── rating0@4x.png │ │ │ ├── rating1.png │ │ │ ├── rating1@2x.png │ │ │ ├── rating1@4x.png │ │ │ ├── rating2.png │ │ │ ├── rating2@2x.png │ │ │ ├── rating2@4x.png │ │ │ ├── rating3.png │ │ │ ├── rating3@2x.png │ │ │ ├── rating3@4x.png │ │ │ ├── rating4.png │ │ │ ├── rating4@2x.png │ │ │ ├── rating4@4x.png │ │ │ ├── rating5.png │ │ │ ├── rating5@2x.png │ │ │ ├── rating5@4x.png │ │ │ ├── refresh.png │ │ │ ├── refresh@2x.png │ │ │ ├── screenshot.png │ │ │ ├── screenshot@2x.png │ │ │ ├── stop.png │ │ │ ├── stop@2x.png │ │ │ ├── vr.png │ │ │ ├── vr@2x.png │ │ │ ├── wiimote.png │ │ │ └── wiimote@2x.png │ │ └── Clean │ │ │ ├── browse.png │ │ │ ├── browse@2x.png │ │ │ ├── classic.png │ │ │ ├── classic@2x.png │ │ │ ├── config.png │ │ │ ├── config@2x.png │ │ │ ├── fullscreen.png │ │ │ ├── fullscreen@2x.png │ │ │ ├── gcpad.png │ │ │ ├── gcpad@2x.png │ │ │ ├── graphics.png │ │ │ ├── graphics@2x.png │ │ │ ├── open.png │ │ │ ├── open@2x.png │ │ │ ├── pause.png │ │ │ ├── pause@2x.png │ │ │ ├── play.png │ │ │ ├── play@2x.png │ │ │ ├── rating0.png │ │ │ ├── rating0@2x.png │ │ │ ├── rating0@4x.png │ │ │ ├── rating1.png │ │ │ ├── rating1@2x.png │ │ │ ├── rating1@4x.png │ │ │ ├── rating2.png │ │ │ ├── rating2@2x.png │ │ │ ├── rating2@4x.png │ │ │ ├── rating3.png │ │ │ ├── rating3@2x.png │ │ │ ├── rating3@4x.png │ │ │ ├── rating4.png │ │ │ ├── rating4@2x.png │ │ │ ├── rating4@4x.png │ │ │ ├── rating5.png │ │ │ ├── rating5@2x.png │ │ │ ├── rating5@4x.png │ │ │ ├── refresh.png │ │ │ ├── refresh@2x.png │ │ │ ├── screenshot.png │ │ │ ├── screenshot@2x.png │ │ │ ├── stop.png │ │ │ ├── stop@2x.png │ │ │ ├── vr.png │ │ │ ├── vr@2x.png │ │ │ ├── wiimote.png │ │ │ └── wiimote@2x.png │ ├── Wii │ │ └── shared2 │ │ │ ├── ec │ │ │ └── shopsetu.log │ │ │ ├── succession │ │ │ └── shop.log │ │ │ └── wc24 │ │ │ ├── mbox │ │ │ ├── Readme.txt │ │ │ ├── wc24recv.ctl │ │ │ ├── wc24recv.mbx │ │ │ ├── wc24send.ctl │ │ │ └── wc24send.mbx │ │ │ ├── misc.bin │ │ │ ├── nwc24dl.bin │ │ │ ├── nwc24fl.bin │ │ │ ├── nwc24fls.bin │ │ │ ├── nwc24msg.cbk │ │ │ └── nwc24msg.cfg │ ├── codehandler.bin │ ├── combined.dsy │ ├── culling.dsy │ ├── totaldb.dsy │ ├── wiitdb-de.txt │ ├── wiitdb-en.txt │ ├── wiitdb-es.txt │ ├── wiitdb-fr.txt │ ├── wiitdb-it.txt │ ├── wiitdb-ja.txt │ ├── wiitdb-ko.txt │ ├── wiitdb-nl.txt │ ├── wiitdb-pt.txt │ ├── wiitdb-ru.txt │ ├── wiitdb-zh_CN.txt │ └── wiitdb-zh_TW.txt ├── cpack_package_description.txt ├── dolphin-emu-nogui.6 ├── dolphin-emu.6 ├── dolphin-emu.desktop ├── dolphin-emu.png ├── dolphin-emu.svg ├── license.txt └── readme.txt ├── Externals ├── 3rdParty │ └── glext │ │ └── GL │ │ ├── glext.h │ │ └── wglext.h ├── Bochs_disasm │ ├── Bochs_disasm.vcxproj │ ├── CMakeLists.txt │ ├── Makefile.in │ ├── config.h │ ├── dis_decode.cc │ ├── dis_groups.cc │ ├── dis_tables.h │ ├── dis_tables.inc │ ├── dis_tables_avx.inc │ ├── dis_tables_sse.inc │ ├── dis_tables_x87.inc │ ├── dis_tables_xop.inc │ ├── disasm.h │ ├── opcodes.inc │ ├── resolve.cc │ ├── stdafx.cc │ ├── stdafx.h │ └── syntax.cc ├── GL │ └── GL │ │ └── wglext.h ├── LZO │ ├── CMakeLists.txt │ ├── LZO.vcxproj │ ├── README.LZO │ ├── lzo │ │ └── lzo1x.h │ ├── lzoconf.h │ ├── lzodefs.h │ ├── minilzo.c │ └── minilzo.h ├── OpenAL │ └── include │ │ ├── al.h │ │ ├── alc.h │ │ ├── alext.h │ │ ├── efx-creative.h │ │ ├── efx-presets.h │ │ └── efx.h ├── SFML │ ├── CMakeLists.txt │ ├── build │ │ └── vc2010 │ │ │ ├── SFML_Network.vcxproj │ │ │ └── SFML_Network.vcxproj.filters │ ├── include │ │ └── SFML │ │ │ ├── Config.hpp │ │ │ ├── Network.hpp │ │ │ ├── Network │ │ │ ├── Export.hpp │ │ │ ├── Http.hpp │ │ │ ├── IPAddress.hpp │ │ │ ├── Packet.hpp │ │ │ ├── Socket.hpp │ │ │ ├── SocketHandle.hpp │ │ │ ├── SocketSelector.hpp │ │ │ ├── TcpListener.hpp │ │ │ ├── TcpSocket.hpp │ │ │ └── UdpSocket.hpp │ │ │ ├── System.hpp │ │ │ └── System │ │ │ ├── Err.hpp │ │ │ ├── Export.hpp │ │ │ ├── NonCopyable.hpp │ │ │ ├── String.hpp │ │ │ ├── Time.hpp │ │ │ ├── Utf.hpp │ │ │ └── Utf.inl │ ├── license.txt │ └── src │ │ └── SFML │ │ ├── Network │ │ ├── Http.cpp │ │ ├── IPAddress.cpp │ │ ├── Packet.cpp │ │ ├── Socket.cpp │ │ ├── SocketImpl.hpp │ │ ├── SocketSelector.cpp │ │ ├── TcpListener.cpp │ │ ├── TcpSocket.cpp │ │ ├── UdpSocket.cpp │ │ ├── Unix │ │ │ ├── SocketImpl.cpp │ │ │ └── SocketImpl.hpp │ │ └── Win32 │ │ │ ├── SocketImpl.cpp │ │ │ └── SocketImpl.hpp │ │ └── System │ │ ├── Err.cpp │ │ ├── String.cpp │ │ └── Time.cpp ├── SOIL │ ├── CMakeLists.txt │ ├── SOIL.c │ ├── SOIL.h │ ├── SOIL.vcxproj │ ├── SOIL │ │ └── SOIL.h │ ├── image_DXT.c │ ├── image_DXT.h │ ├── image_helper.c │ ├── image_helper.h │ ├── stb_image_aug.c │ ├── stb_image_aug.h │ ├── stbi_DDS_aug.h │ └── stbi_DDS_aug_c.h ├── Vulkan │ └── Include │ │ └── vulkan │ │ ├── vk_platform.h │ │ └── vulkan.h ├── XAudio2_7 │ ├── XAudio2.h │ ├── audiodefs.h │ ├── comdecl.h │ ├── dxsdkver.h │ └── xma2defs.h ├── cpp-optparse │ ├── CMakeLists.txt │ ├── OptionParser.cpp │ ├── OptionParser.h │ └── cpp-optparse.vcxproj ├── cubeb │ ├── AUTHORS │ ├── CMakeLists.txt │ ├── Config.cmake.in │ ├── INSTALL.md │ ├── LICENSE │ ├── README.md │ ├── cmake │ │ └── sanitizers-cmake │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ └── cmake │ │ │ ├── FindASan.cmake │ │ │ ├── FindMSan.cmake │ │ │ ├── FindSanitizers.cmake │ │ │ ├── FindTSan.cmake │ │ │ ├── FindUBSan.cmake │ │ │ ├── asan-wrapper │ │ │ └── sanitize-helpers.cmake │ ├── cubeb.supp │ ├── include │ │ └── cubeb │ │ │ └── cubeb.h │ ├── msvc │ │ ├── cubeb.vcxproj │ │ ├── cubeb.vcxproj.filters │ │ └── cubeb_export.h │ └── src │ │ ├── android │ │ ├── audiotrack_definitions.h │ │ └── sles_definitions.h │ │ ├── cubeb-internal.h │ │ ├── cubeb-sles.h │ │ ├── cubeb-speex-resampler.h │ │ ├── cubeb.c │ │ ├── cubeb_alsa.c │ │ ├── cubeb_array_queue.h │ │ ├── cubeb_assert.h │ │ ├── cubeb_audiotrack.c │ │ ├── cubeb_audiounit.cpp │ │ ├── cubeb_jack.cpp │ │ ├── cubeb_kai.c │ │ ├── cubeb_log.cpp │ │ ├── cubeb_log.h │ │ ├── cubeb_mixer.cpp │ │ ├── cubeb_mixer.h │ │ ├── cubeb_opensl.c │ │ ├── cubeb_osx_run_loop.cpp │ │ ├── cubeb_osx_run_loop.h │ │ ├── cubeb_panner.cpp │ │ ├── cubeb_panner.h │ │ ├── cubeb_pulse.c │ │ ├── cubeb_resampler.cpp │ │ ├── cubeb_resampler.h │ │ ├── cubeb_resampler_internal.h │ │ ├── cubeb_ring_array.h │ │ ├── cubeb_ringbuffer.h │ │ ├── cubeb_sndio.c │ │ ├── cubeb_strings.c │ │ ├── cubeb_strings.h │ │ ├── cubeb_utils.h │ │ ├── cubeb_utils_unix.h │ │ ├── cubeb_utils_win.h │ │ ├── cubeb_wasapi.cpp │ │ ├── cubeb_winmm.c │ │ └── speex │ │ ├── arch.h │ │ ├── fixed_generic.h │ │ ├── resample.c │ │ ├── resample_neon.h │ │ ├── resample_sse.h │ │ ├── speex_config_types.h │ │ ├── speex_resampler.h │ │ └── stack_alloc.h ├── curl │ ├── CMakeLists.txt │ ├── COPYING │ ├── curl.vcxproj │ ├── include │ │ ├── README │ │ └── curl │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── curl.h │ │ │ ├── curlbuild.h │ │ │ ├── curlbuild.h.cmake │ │ │ ├── curlbuild.h.in │ │ │ ├── curlrules.h │ │ │ ├── curlver.h │ │ │ ├── easy.h │ │ │ ├── mprintf.h │ │ │ ├── multi.h │ │ │ ├── stdcheaders.h │ │ │ └── typecheck-gcc.h │ └── lib │ │ ├── CMakeLists.txt │ │ ├── amigaos.c │ │ ├── amigaos.h │ │ ├── arpa_telnet.h │ │ ├── asyn-ares.c │ │ ├── asyn-thread.c │ │ ├── asyn.h │ │ ├── base64.c │ │ ├── checksrc.pl │ │ ├── config-amigaos.h │ │ ├── config-dos.h │ │ ├── config-mac.h │ │ ├── config-os400.h │ │ ├── config-riscos.h │ │ ├── config-symbian.h │ │ ├── config-tpf.h │ │ ├── config-vxworks.h │ │ ├── config-win32.h │ │ ├── config-win32ce.h │ │ ├── conncache.c │ │ ├── conncache.h │ │ ├── connect.c │ │ ├── connect.h │ │ ├── content_encoding.c │ │ ├── content_encoding.h │ │ ├── cookie.c │ │ ├── cookie.h │ │ ├── curl_addrinfo.c │ │ ├── curl_addrinfo.h │ │ ├── curl_base64.h │ │ ├── curl_config.h │ │ ├── curl_config.h.cmake │ │ ├── curl_config.h.in │ │ ├── curl_des.c │ │ ├── curl_des.h │ │ ├── curl_endian.c │ │ ├── curl_endian.h │ │ ├── curl_fnmatch.c │ │ ├── curl_fnmatch.h │ │ ├── curl_gethostname.c │ │ ├── curl_gethostname.h │ │ ├── curl_gssapi.c │ │ ├── curl_gssapi.h │ │ ├── curl_hmac.h │ │ ├── curl_ldap.h │ │ ├── curl_md4.h │ │ ├── curl_md5.h │ │ ├── curl_memory.h │ │ ├── curl_memrchr.c │ │ ├── curl_memrchr.h │ │ ├── curl_multibyte.c │ │ ├── curl_multibyte.h │ │ ├── curl_ntlm_core.c │ │ ├── curl_ntlm_core.h │ │ ├── curl_ntlm_wb.c │ │ ├── curl_ntlm_wb.h │ │ ├── curl_printf.h │ │ ├── curl_rtmp.c │ │ ├── curl_rtmp.h │ │ ├── curl_sasl.c │ │ ├── curl_sasl.h │ │ ├── curl_sec.h │ │ ├── curl_setup.h │ │ ├── curl_setup_once.h │ │ ├── curl_sspi.c │ │ ├── curl_sspi.h │ │ ├── curl_threads.c │ │ ├── curl_threads.h │ │ ├── curlx.h │ │ ├── dict.c │ │ ├── dict.h │ │ ├── dotdot.c │ │ ├── dotdot.h │ │ ├── easy.c │ │ ├── easyif.h │ │ ├── escape.c │ │ ├── escape.h │ │ ├── file.c │ │ ├── file.h │ │ ├── fileinfo.c │ │ ├── fileinfo.h │ │ ├── firefox-db2pem.sh │ │ ├── formdata.c │ │ ├── formdata.h │ │ ├── ftp.c │ │ ├── ftp.h │ │ ├── ftplistparser.c │ │ ├── ftplistparser.h │ │ ├── getenv.c │ │ ├── getinfo.c │ │ ├── getinfo.h │ │ ├── gopher.c │ │ ├── gopher.h │ │ ├── hash.c │ │ ├── hash.h │ │ ├── hmac.c │ │ ├── hostasyn.c │ │ ├── hostcheck.c │ │ ├── hostcheck.h │ │ ├── hostip.c │ │ ├── hostip.h │ │ ├── hostip4.c │ │ ├── hostip6.c │ │ ├── hostsyn.c │ │ ├── http.c │ │ ├── http.h │ │ ├── http2.c │ │ ├── http2.h │ │ ├── http_chunks.c │ │ ├── http_chunks.h │ │ ├── http_digest.c │ │ ├── http_digest.h │ │ ├── http_negotiate.c │ │ ├── http_negotiate.h │ │ ├── http_ntlm.c │ │ ├── http_ntlm.h │ │ ├── http_proxy.c │ │ ├── http_proxy.h │ │ ├── idn_win32.c │ │ ├── if2ip.c │ │ ├── if2ip.h │ │ ├── imap.c │ │ ├── imap.h │ │ ├── inet_ntop.c │ │ ├── inet_ntop.h │ │ ├── inet_pton.c │ │ ├── inet_pton.h │ │ ├── krb5.c │ │ ├── ldap.c │ │ ├── libcurl.plist │ │ ├── libcurl.rc │ │ ├── libcurl.vers.in │ │ ├── llist.c │ │ ├── llist.h │ │ ├── makefile.amiga │ │ ├── makefile.dj │ │ ├── md4.c │ │ ├── md5.c │ │ ├── memdebug.c │ │ ├── memdebug.h │ │ ├── mk-ca-bundle.pl │ │ ├── mk-ca-bundle.vbs │ │ ├── mprintf.c │ │ ├── multi.c │ │ ├── multihandle.h │ │ ├── multiif.h │ │ ├── netrc.c │ │ ├── netrc.h │ │ ├── non-ascii.c │ │ ├── non-ascii.h │ │ ├── nonblock.c │ │ ├── nonblock.h │ │ ├── nwlib.c │ │ ├── nwos.c │ │ ├── objnames-test08.sh │ │ ├── objnames-test10.sh │ │ ├── objnames.inc │ │ ├── openldap.c │ │ ├── parsedate.c │ │ ├── parsedate.h │ │ ├── pingpong.c │ │ ├── pingpong.h │ │ ├── pipeline.c │ │ ├── pipeline.h │ │ ├── pop3.c │ │ ├── pop3.h │ │ ├── progress.c │ │ ├── progress.h │ │ ├── rawstr.c │ │ ├── rawstr.h │ │ ├── rtsp.c │ │ ├── rtsp.h │ │ ├── security.c │ │ ├── select.c │ │ ├── select.h │ │ ├── sendf.c │ │ ├── sendf.h │ │ ├── setup-os400.h │ │ ├── setup-vms.h │ │ ├── share.c │ │ ├── share.h │ │ ├── sigpipe.h │ │ ├── slist.c │ │ ├── slist.h │ │ ├── smb.c │ │ ├── smb.h │ │ ├── smtp.c │ │ ├── smtp.h │ │ ├── sockaddr.h │ │ ├── socks.c │ │ ├── socks.h │ │ ├── socks_gssapi.c │ │ ├── socks_sspi.c │ │ ├── speedcheck.c │ │ ├── speedcheck.h │ │ ├── splay.c │ │ ├── splay.h │ │ ├── ssh.c │ │ ├── ssh.h │ │ ├── strdup.c │ │ ├── strdup.h │ │ ├── strequal.c │ │ ├── strequal.h │ │ ├── strerror.c │ │ ├── strerror.h │ │ ├── strtok.c │ │ ├── strtok.h │ │ ├── strtoofft.c │ │ ├── strtoofft.h │ │ ├── system_win32.c │ │ ├── system_win32.h │ │ ├── telnet.c │ │ ├── telnet.h │ │ ├── tftp.c │ │ ├── tftp.h │ │ ├── timeval.c │ │ ├── timeval.h │ │ ├── transfer.c │ │ ├── transfer.h │ │ ├── url.c │ │ ├── url.h │ │ ├── urldata.h │ │ ├── vauth │ │ ├── cleartext.c │ │ ├── cram.c │ │ ├── digest.c │ │ ├── digest.h │ │ ├── digest_sspi.c │ │ ├── krb5_gssapi.c │ │ ├── krb5_sspi.c │ │ ├── ntlm.c │ │ ├── ntlm.h │ │ ├── ntlm_sspi.c │ │ ├── oauth2.c │ │ ├── spnego_gssapi.c │ │ ├── spnego_sspi.c │ │ ├── vauth.c │ │ └── vauth.h │ │ ├── version.c │ │ ├── vtls │ │ ├── axtls.c │ │ ├── axtls.h │ │ ├── cyassl.c │ │ ├── cyassl.h │ │ ├── darwinssl.c │ │ ├── darwinssl.h │ │ ├── gskit.c │ │ ├── gskit.h │ │ ├── gtls.c │ │ ├── gtls.h │ │ ├── mbedtls.c │ │ ├── mbedtls.h │ │ ├── nss.c │ │ ├── nssg.h │ │ ├── openssl.c │ │ ├── openssl.h │ │ ├── polarssl.c │ │ ├── polarssl.h │ │ ├── polarssl_threadlock.c │ │ ├── polarssl_threadlock.h │ │ ├── schannel.c │ │ ├── schannel.h │ │ ├── vtls.c │ │ └── vtls.h │ │ ├── warnless.c │ │ ├── warnless.h │ │ ├── wildcard.c │ │ ├── wildcard.h │ │ ├── x509asn1.c │ │ └── x509asn1.h ├── enet │ ├── CMakeLists.txt │ ├── ChangeLog │ ├── Doxyfile │ ├── DoxygenLayout.xml │ ├── LICENSE │ ├── Makefile.am │ ├── README │ ├── callbacks.c │ ├── compress.c │ ├── configure.ac │ ├── docs │ │ ├── FAQ.dox │ │ ├── design.dox │ │ ├── install.dox │ │ ├── license.dox │ │ ├── mainpage.dox │ │ └── tutorial.dox │ ├── enet.dsp │ ├── enet.vcxproj │ ├── enet.vcxproj.filters │ ├── enet_dll.cbp │ ├── host.c │ ├── include │ │ └── enet │ │ │ ├── callbacks.h │ │ │ ├── enet.h │ │ │ ├── list.h │ │ │ ├── protocol.h │ │ │ ├── time.h │ │ │ ├── types.h │ │ │ ├── unix.h │ │ │ ├── utility.h │ │ │ └── win32.h │ ├── libenet.pc.in │ ├── list.c │ ├── m4 │ │ └── .keep │ ├── packet.c │ ├── peer.c │ ├── premake4.lua │ ├── protocol.c │ ├── unix.c │ └── win32.c ├── ffmpeg │ ├── include │ │ ├── libavcodec │ │ │ ├── avcodec.h │ │ │ ├── avdct.h │ │ │ ├── avfft.h │ │ │ ├── d3d11va.h │ │ │ ├── dirac.h │ │ │ ├── dv_profile.h │ │ │ ├── dxva2.h │ │ │ ├── jni.h │ │ │ ├── mediacodec.h │ │ │ ├── qsv.h │ │ │ ├── vaapi.h │ │ │ ├── vda.h │ │ │ ├── vdpau.h │ │ │ ├── version.h │ │ │ ├── videotoolbox.h │ │ │ ├── vorbis_parser.h │ │ │ └── xvmc.h │ │ ├── libavformat │ │ │ ├── avformat.h │ │ │ ├── avio.h │ │ │ └── version.h │ │ ├── libavutil │ │ │ ├── adler32.h │ │ │ ├── aes.h │ │ │ ├── aes_ctr.h │ │ │ ├── attributes.h │ │ │ ├── audio_fifo.h │ │ │ ├── avassert.h │ │ │ ├── avconfig.h │ │ │ ├── avstring.h │ │ │ ├── avutil.h │ │ │ ├── base64.h │ │ │ ├── blowfish.h │ │ │ ├── bprint.h │ │ │ ├── bswap.h │ │ │ ├── buffer.h │ │ │ ├── camellia.h │ │ │ ├── cast5.h │ │ │ ├── channel_layout.h │ │ │ ├── common.h │ │ │ ├── cpu.h │ │ │ ├── crc.h │ │ │ ├── des.h │ │ │ ├── dict.h │ │ │ ├── display.h │ │ │ ├── downmix_info.h │ │ │ ├── error.h │ │ │ ├── eval.h │ │ │ ├── ffversion.h │ │ │ ├── fifo.h │ │ │ ├── file.h │ │ │ ├── frame.h │ │ │ ├── hash.h │ │ │ ├── hmac.h │ │ │ ├── hwcontext.h │ │ │ ├── hwcontext_cuda.h │ │ │ ├── hwcontext_dxva2.h │ │ │ ├── hwcontext_qsv.h │ │ │ ├── hwcontext_vaapi.h │ │ │ ├── hwcontext_vdpau.h │ │ │ ├── imgutils.h │ │ │ ├── intfloat.h │ │ │ ├── intreadwrite.h │ │ │ ├── lfg.h │ │ │ ├── log.h │ │ │ ├── macros.h │ │ │ ├── mastering_display_metadata.h │ │ │ ├── mathematics.h │ │ │ ├── md5.h │ │ │ ├── mem.h │ │ │ ├── motion_vector.h │ │ │ ├── murmur3.h │ │ │ ├── opt.h │ │ │ ├── parseutils.h │ │ │ ├── pixdesc.h │ │ │ ├── pixelutils.h │ │ │ ├── pixfmt.h │ │ │ ├── random_seed.h │ │ │ ├── rational.h │ │ │ ├── rc4.h │ │ │ ├── replaygain.h │ │ │ ├── ripemd.h │ │ │ ├── samplefmt.h │ │ │ ├── sha.h │ │ │ ├── sha512.h │ │ │ ├── stereo3d.h │ │ │ ├── tea.h │ │ │ ├── threadmessage.h │ │ │ ├── time.h │ │ │ ├── timecode.h │ │ │ ├── timestamp.h │ │ │ ├── tree.h │ │ │ ├── twofish.h │ │ │ ├── version.h │ │ │ └── xtea.h │ │ ├── libswresample │ │ │ ├── swresample.h │ │ │ └── version.h │ │ └── libswscale │ │ │ ├── swscale.h │ │ │ └── version.h │ └── lib │ │ ├── avcodec.lib │ │ ├── avformat.lib │ │ ├── avutil.lib │ │ ├── swresample.lib │ │ └── swscale.lib ├── gettext │ ├── libgettextlib.dll │ ├── libgettextsrc.dll │ ├── libiconv2.dll │ ├── libintl3.dll │ └── msgfmt.exe ├── glslang │ ├── .appveyor.yml │ ├── .clang-format │ ├── .travis.yml │ ├── CMakeLists.txt │ ├── CMakeLists.txt.dist │ ├── ChooseMSVCCRT.cmake │ ├── External │ │ └── CMakeLists.txt │ ├── OGLCompilersDLL │ │ ├── CMakeLists.txt │ │ ├── InitializeDll.cpp │ │ └── InitializeDll.h │ ├── README-spirv-remap.txt │ ├── README.md │ ├── SPIRV │ │ ├── CMakeLists.txt │ │ ├── GLSL.std.450.h │ │ ├── GlslangToSpv.cpp │ │ ├── GlslangToSpv.h │ │ ├── InReadableOrder.cpp │ │ ├── Logger.cpp │ │ ├── Logger.h │ │ ├── SPVRemapper.cpp │ │ ├── SPVRemapper.h │ │ ├── SpvBuilder.cpp │ │ ├── SpvBuilder.h │ │ ├── disassemble.cpp │ │ ├── disassemble.h │ │ ├── doc.cpp │ │ ├── doc.h │ │ ├── spirv.hpp │ │ └── spvIR.h │ ├── StandAlone │ │ ├── CMakeLists.txt │ │ ├── ResourceLimits.cpp │ │ ├── ResourceLimits.h │ │ ├── StandAlone.cpp │ │ ├── Worklist.h │ │ └── spirv-remap.cpp │ ├── glslang.vcxproj │ ├── glslang.vcxproj.filters │ ├── glslang │ │ ├── CMakeLists.txt │ │ ├── GenericCodeGen │ │ │ ├── CodeGen.cpp │ │ │ └── Link.cpp │ │ ├── Include │ │ │ ├── BaseTypes.h │ │ │ ├── Common.h │ │ │ ├── ConstantUnion.h │ │ │ ├── InfoSink.h │ │ │ ├── InitializeGlobals.h │ │ │ ├── PoolAlloc.h │ │ │ ├── ResourceLimits.h │ │ │ ├── ShHandle.h │ │ │ ├── Types.h │ │ │ ├── arrays.h │ │ │ ├── intermediate.h │ │ │ ├── revision.h │ │ │ └── revision.template │ │ ├── MachineIndependent │ │ │ ├── Constant.cpp │ │ │ ├── InfoSink.cpp │ │ │ ├── Initialize.cpp │ │ │ ├── Initialize.h │ │ │ ├── IntermTraverse.cpp │ │ │ ├── Intermediate.cpp │ │ │ ├── ParseHelper.cpp │ │ │ ├── ParseHelper.h │ │ │ ├── PoolAlloc.cpp │ │ │ ├── RemoveTree.cpp │ │ │ ├── RemoveTree.h │ │ │ ├── Scan.cpp │ │ │ ├── Scan.h │ │ │ ├── ScanContext.h │ │ │ ├── ShaderLang.cpp │ │ │ ├── SymbolTable.cpp │ │ │ ├── SymbolTable.h │ │ │ ├── Versions.cpp │ │ │ ├── Versions.h │ │ │ ├── gl_types.h │ │ │ ├── glslang.y │ │ │ ├── glslang_tab.cpp │ │ │ ├── glslang_tab.cpp.h │ │ │ ├── intermOut.cpp │ │ │ ├── limits.cpp │ │ │ ├── linkValidate.cpp │ │ │ ├── localintermediate.h │ │ │ ├── parseConst.cpp │ │ │ ├── parseVersions.h │ │ │ ├── preprocessor │ │ │ │ ├── Pp.cpp │ │ │ │ ├── PpAtom.cpp │ │ │ │ ├── PpContext.cpp │ │ │ │ ├── PpContext.h │ │ │ │ ├── PpMemory.cpp │ │ │ │ ├── PpScanner.cpp │ │ │ │ ├── PpSymbols.cpp │ │ │ │ ├── PpTokens.cpp │ │ │ │ └── PpTokens.h │ │ │ ├── propagateNoContraction.cpp │ │ │ ├── propagateNoContraction.h │ │ │ ├── reflection.cpp │ │ │ └── reflection.h │ │ ├── OSDependent │ │ │ ├── Unix │ │ │ │ ├── CMakeLists.txt │ │ │ │ └── ossource.cpp │ │ │ ├── Windows │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── main.cpp │ │ │ │ └── ossource.cpp │ │ │ └── osinclude.h │ │ ├── Public │ │ │ └── ShaderLang.h │ │ └── updateGrammar │ ├── gtests │ │ ├── AST.FromFile.cpp │ │ ├── BuiltInResource.FromFile.cpp │ │ ├── CMakeLists.txt │ │ ├── Config.FromFile.cpp │ │ ├── Hlsl.FromFile.cpp │ │ ├── Initializer.h │ │ ├── Link.FromFile.cpp │ │ ├── Pp.FromFile.cpp │ │ ├── README.md │ │ ├── Settings.cpp │ │ ├── Settings.h │ │ ├── Spv.FromFile.cpp │ │ ├── TestFixture.cpp │ │ ├── TestFixture.h │ │ └── main.cpp │ ├── hlsl │ │ ├── CMakeLists.txt │ │ ├── hlslGrammar.cpp │ │ ├── hlslGrammar.h │ │ ├── hlslOpMap.cpp │ │ ├── hlslOpMap.h │ │ ├── hlslParseHelper.cpp │ │ ├── hlslParseHelper.h │ │ ├── hlslParseables.cpp │ │ ├── hlslParseables.h │ │ ├── hlslScanContext.cpp │ │ ├── hlslScanContext.h │ │ ├── hlslTokenStream.cpp │ │ ├── hlslTokenStream.h │ │ └── hlslTokens.h │ └── make-revision ├── gtest │ ├── CMakeLists.txt │ ├── LICENSE │ ├── cmake │ │ └── internal_utils.cmake │ ├── include │ │ └── gtest │ │ │ ├── gtest-death-test.h │ │ │ ├── gtest-message.h │ │ │ ├── gtest-param-test.h │ │ │ ├── gtest-param-test.h.pump │ │ │ ├── gtest-printers.h │ │ │ ├── gtest-spi.h │ │ │ ├── gtest-test-part.h │ │ │ ├── gtest-typed-test.h │ │ │ ├── gtest.h │ │ │ ├── gtest_pred_impl.h │ │ │ ├── gtest_prod.h │ │ │ └── internal │ │ │ ├── custom │ │ │ ├── gtest-port.h │ │ │ ├── gtest-printers.h │ │ │ └── gtest.h │ │ │ ├── gtest-death-test-internal.h │ │ │ ├── gtest-filepath.h │ │ │ ├── gtest-internal.h │ │ │ ├── gtest-linked_ptr.h │ │ │ ├── gtest-param-util-generated.h │ │ │ ├── gtest-param-util-generated.h.pump │ │ │ ├── gtest-param-util.h │ │ │ ├── gtest-port-arch.h │ │ │ ├── gtest-port.h │ │ │ ├── gtest-string.h │ │ │ ├── gtest-tuple.h │ │ │ ├── gtest-tuple.h.pump │ │ │ ├── gtest-type-util.h │ │ │ └── gtest-type-util.h.pump │ └── src │ │ ├── gtest-all.cc │ │ ├── gtest-death-test.cc │ │ ├── gtest-filepath.cc │ │ ├── gtest-internal-inl.h │ │ ├── gtest-port.cc │ │ ├── gtest-printers.cc │ │ ├── gtest-test-part.cc │ │ ├── gtest-typed-test.cc │ │ ├── gtest.cc │ │ └── gtest_main.cc ├── hidapi │ ├── .gitattributes │ ├── AUTHORS.txt │ ├── CMakeLists.txt │ ├── HACKING.txt │ ├── LICENSE-bsd.txt │ ├── LICENSE-gpl3.txt │ ├── LICENSE-orig.txt │ ├── LICENSE.txt │ ├── README.txt │ ├── hidapi │ │ └── hidapi.h │ ├── libusb │ │ └── hid.c │ ├── linux │ │ ├── README.txt │ │ └── hid.c │ ├── mac │ │ └── hid.c │ └── windows │ │ ├── hid.c │ │ ├── hidapi.vcproj │ │ └── hidtest.vcproj ├── libiconv-1.14 │ ├── .gitattributes │ ├── CMakeLists.txt │ ├── config.h │ ├── include │ │ ├── export.h │ │ └── iconv.h │ ├── lib │ │ ├── aliases.h │ │ ├── aliases2.h │ │ ├── aliases_aix.h │ │ ├── aliases_aix_sysaix.h │ │ ├── aliases_dos.h │ │ ├── aliases_extra.h │ │ ├── aliases_osf1.h │ │ ├── aliases_osf1_sysosf1.h │ │ ├── aliases_sysaix.h │ │ ├── aliases_syshpux.h │ │ ├── aliases_sysosf1.h │ │ ├── aliases_syssolaris.h │ │ ├── armscii_8.h │ │ ├── ascii.h │ │ ├── atarist.h │ │ ├── big5.h │ │ ├── big5_2003.h │ │ ├── big5hkscs1999.h │ │ ├── big5hkscs2001.h │ │ ├── big5hkscs2004.h │ │ ├── big5hkscs2008.h │ │ ├── c99.h │ │ ├── canonical.h │ │ ├── canonical_aix.h │ │ ├── canonical_aix_sysaix.h │ │ ├── canonical_dos.h │ │ ├── canonical_extra.h │ │ ├── canonical_local.h │ │ ├── canonical_local_sysaix.h │ │ ├── canonical_local_syshpux.h │ │ ├── canonical_local_sysosf1.h │ │ ├── canonical_local_syssolaris.h │ │ ├── canonical_osf1.h │ │ ├── canonical_osf1_sysosf1.h │ │ ├── canonical_sysaix.h │ │ ├── canonical_syshpux.h │ │ ├── canonical_sysosf1.h │ │ ├── canonical_syssolaris.h │ │ ├── ces_big5.h │ │ ├── ces_gbk.h │ │ ├── cjk_variants.h │ │ ├── cns11643.h │ │ ├── cns11643_1.h │ │ ├── cns11643_15.h │ │ ├── cns11643_2.h │ │ ├── cns11643_3.h │ │ ├── cns11643_4.h │ │ ├── cns11643_4a.h │ │ ├── cns11643_4b.h │ │ ├── cns11643_5.h │ │ ├── cns11643_6.h │ │ ├── cns11643_7.h │ │ ├── cns11643_inv.h │ │ ├── config.h │ │ ├── config.h.in │ │ ├── converters.h │ │ ├── cp1046.h │ │ ├── cp1124.h │ │ ├── cp1125.h │ │ ├── cp1129.h │ │ ├── cp1131.h │ │ ├── cp1133.h │ │ ├── cp1161.h │ │ ├── cp1162.h │ │ ├── cp1163.h │ │ ├── cp1250.h │ │ ├── cp1251.h │ │ ├── cp1252.h │ │ ├── cp1253.h │ │ ├── cp1254.h │ │ ├── cp1255.h │ │ ├── cp1256.h │ │ ├── cp1257.h │ │ ├── cp1258.h │ │ ├── cp437.h │ │ ├── cp737.h │ │ ├── cp775.h │ │ ├── cp850.h │ │ ├── cp852.h │ │ ├── cp853.h │ │ ├── cp855.h │ │ ├── cp856.h │ │ ├── cp857.h │ │ ├── cp858.h │ │ ├── cp860.h │ │ ├── cp861.h │ │ ├── cp862.h │ │ ├── cp863.h │ │ ├── cp864.h │ │ ├── cp865.h │ │ ├── cp866.h │ │ ├── cp869.h │ │ ├── cp874.h │ │ ├── cp922.h │ │ ├── cp932.h │ │ ├── cp932ext.h │ │ ├── cp936.h │ │ ├── cp936ext.h │ │ ├── cp943.h │ │ ├── cp949.h │ │ ├── cp950.h │ │ ├── cp950ext.h │ │ ├── dec_hanyu.h │ │ ├── dec_kanji.h │ │ ├── encodings.def │ │ ├── encodings_aix.def │ │ ├── encodings_dos.def │ │ ├── encodings_extra.def │ │ ├── encodings_local.def │ │ ├── encodings_osf1.def │ │ ├── euc_cn.h │ │ ├── euc_jisx0213.h │ │ ├── euc_jp.h │ │ ├── euc_kr.h │ │ ├── euc_tw.h │ │ ├── flags.h │ │ ├── flushwc.h │ │ ├── gb12345.h │ │ ├── gb12345ext.h │ │ ├── gb18030.h │ │ ├── gb18030ext.h │ │ ├── gb18030uni.h │ │ ├── gb2312.h │ │ ├── gbk.h │ │ ├── gbkext1.h │ │ ├── gbkext2.h │ │ ├── gbkext_inv.h │ │ ├── genaliases.c │ │ ├── genaliases2.c │ │ ├── genflags.c │ │ ├── gentranslit.c │ │ ├── georgian_academy.h │ │ ├── georgian_ps.h │ │ ├── hkscs1999.h │ │ ├── hkscs2001.h │ │ ├── hkscs2004.h │ │ ├── hkscs2008.h │ │ ├── hp_roman8.h │ │ ├── hz.h │ │ ├── iconv.c │ │ ├── iconv_open1.h │ │ ├── iconv_open2.h │ │ ├── iso2022_cn.h │ │ ├── iso2022_cnext.h │ │ ├── iso2022_jp.h │ │ ├── iso2022_jp1.h │ │ ├── iso2022_jp2.h │ │ ├── iso2022_jp3.h │ │ ├── iso2022_kr.h │ │ ├── iso646_cn.h │ │ ├── iso646_jp.h │ │ ├── iso8859_1.h │ │ ├── iso8859_10.h │ │ ├── iso8859_11.h │ │ ├── iso8859_13.h │ │ ├── iso8859_14.h │ │ ├── iso8859_15.h │ │ ├── iso8859_16.h │ │ ├── iso8859_2.h │ │ ├── iso8859_3.h │ │ ├── iso8859_4.h │ │ ├── iso8859_5.h │ │ ├── iso8859_6.h │ │ ├── iso8859_7.h │ │ ├── iso8859_8.h │ │ ├── iso8859_9.h │ │ ├── isoir165.h │ │ ├── isoir165ext.h │ │ ├── java.h │ │ ├── jisx0201.h │ │ ├── jisx0208.h │ │ ├── jisx0212.h │ │ ├── jisx0213.h │ │ ├── johab.h │ │ ├── johab_hangul.h │ │ ├── koi8_r.h │ │ ├── koi8_ru.h │ │ ├── koi8_t.h │ │ ├── koi8_u.h │ │ ├── ksc5601.h │ │ ├── loop_unicode.h │ │ ├── loop_wchar.h │ │ ├── loops.h │ │ ├── mac_arabic.h │ │ ├── mac_centraleurope.h │ │ ├── mac_croatian.h │ │ ├── mac_cyrillic.h │ │ ├── mac_greek.h │ │ ├── mac_hebrew.h │ │ ├── mac_iceland.h │ │ ├── mac_roman.h │ │ ├── mac_romania.h │ │ ├── mac_thai.h │ │ ├── mac_turkish.h │ │ ├── mac_ukraine.h │ │ ├── mulelao.h │ │ ├── nextstep.h │ │ ├── pt154.h │ │ ├── relocatable.c │ │ ├── relocatable.h │ │ ├── riscos1.h │ │ ├── rk1048.h │ │ ├── shift_jisx0213.h │ │ ├── sjis.h │ │ ├── tcvn.h │ │ ├── tds565.h │ │ ├── tis620.h │ │ ├── translit.h │ │ ├── ucs2.h │ │ ├── ucs2be.h │ │ ├── ucs2internal.h │ │ ├── ucs2le.h │ │ ├── ucs2swapped.h │ │ ├── ucs4.h │ │ ├── ucs4be.h │ │ ├── ucs4internal.h │ │ ├── ucs4le.h │ │ ├── ucs4swapped.h │ │ ├── uhc_1.h │ │ ├── uhc_2.h │ │ ├── utf16.h │ │ ├── utf16be.h │ │ ├── utf16le.h │ │ ├── utf32.h │ │ ├── utf32be.h │ │ ├── utf32le.h │ │ ├── utf7.h │ │ ├── utf8.h │ │ ├── vietcomb.h │ │ └── viscii.h │ ├── libcharset │ │ ├── include │ │ │ ├── export.h │ │ │ └── localcharset.h │ │ └── lib │ │ │ ├── localcharset.c │ │ │ ├── relocatable.c │ │ │ └── relocatable.h │ └── src │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── iconv.c │ │ └── iconv_no_i18n.c ├── libpng │ ├── CMakeLists.txt │ ├── png.c │ ├── png.h │ ├── png │ │ └── png.vcxproj │ ├── pngconf.h │ ├── pngdebug.h │ ├── pngerror.c │ ├── pngget.c │ ├── pnginfo.h │ ├── pnglibconf.h │ ├── pngmem.c │ ├── pngpread.c │ ├── pngpriv.h │ ├── pngread.c │ ├── pngrio.c │ ├── pngrtran.c │ ├── pngrutil.c │ ├── pngset.c │ ├── pngstruct.h │ ├── pngtest.c │ ├── pngtrans.c │ ├── pngwio.c │ ├── pngwrite.c │ ├── pngwtran.c │ └── pngwutil.c ├── libusb │ ├── AUTHORS │ ├── CMakeLists.txt │ ├── COPYING │ ├── ChangeLog │ ├── DOLPHIN │ ├── INSTALL │ ├── NEWS │ ├── PORTING │ ├── README │ ├── TODO │ ├── config.h.in │ ├── libusb │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── core.c │ │ ├── descriptor.c │ │ ├── hotplug.c │ │ ├── hotplug.h │ │ ├── io.c │ │ ├── libusb-1.0.def │ │ ├── libusb-1.0.rc │ │ ├── libusb.h │ │ ├── libusbi.h │ │ ├── os │ │ │ ├── darwin_usb.c │ │ │ ├── darwin_usb.h │ │ │ ├── haiku │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.in │ │ │ │ ├── aclocal.m4 │ │ │ │ ├── compile │ │ │ │ ├── config.guess │ │ │ │ ├── config.sub │ │ │ │ ├── configure │ │ │ │ ├── configure.ac │ │ │ │ ├── depcomp │ │ │ │ ├── haiku_pollfs.cpp │ │ │ │ ├── haiku_usb.h │ │ │ │ ├── haiku_usb_backend.cpp │ │ │ │ ├── haiku_usb_raw.cpp │ │ │ │ ├── haiku_usb_raw.h │ │ │ │ ├── install-sh │ │ │ │ ├── ltmain.sh │ │ │ │ ├── m4 │ │ │ │ │ ├── libtool.m4 │ │ │ │ │ ├── ltoptions.m4 │ │ │ │ │ ├── ltsugar.m4 │ │ │ │ │ ├── ltversion.m4 │ │ │ │ │ └── lt~obsolete.m4 │ │ │ │ └── missing │ │ │ ├── haiku_pollfs.cpp │ │ │ ├── haiku_usb.h │ │ │ ├── haiku_usb_backend.cpp │ │ │ ├── haiku_usb_raw.cpp │ │ │ ├── haiku_usb_raw.h │ │ │ ├── linux_netlink.c │ │ │ ├── linux_udev.c │ │ │ ├── linux_usbfs.c │ │ │ ├── linux_usbfs.h │ │ │ ├── netbsd_usb.c │ │ │ ├── openbsd_usb.c │ │ │ ├── poll_posix.c │ │ │ ├── poll_posix.h │ │ │ ├── poll_windows.c │ │ │ ├── poll_windows.h │ │ │ ├── sunos_usb.c │ │ │ ├── sunos_usb.h │ │ │ ├── threads_posix.c │ │ │ ├── threads_posix.h │ │ │ ├── threads_windows.c │ │ │ ├── threads_windows.h │ │ │ ├── wince_usb.c │ │ │ ├── wince_usb.h │ │ │ ├── windows_common.h │ │ │ ├── windows_nt_common.c │ │ │ ├── windows_nt_common.h │ │ │ ├── windows_usb.c │ │ │ ├── windows_usb.h │ │ │ ├── windows_usbdk.c │ │ │ ├── windows_usbdk.h │ │ │ ├── windows_winusb.c │ │ │ └── windows_winusb.h │ │ ├── strerror.c │ │ ├── sync.c │ │ ├── version.h │ │ └── version_nano.h │ ├── libusb_static_2013.vcxproj │ └── msvc │ │ ├── appveyor.bat │ │ ├── config.h │ │ ├── ddk_build.cmd │ │ ├── errno.h │ │ ├── fxload_2010.vcxproj │ │ ├── fxload_2010.vcxproj.filters │ │ ├── fxload_2012.vcxproj │ │ ├── fxload_2012.vcxproj.filters │ │ ├── fxload_2013.vcxproj │ │ ├── fxload_2015.vcxproj │ │ ├── fxload_sources │ │ ├── getopt_2005.vcproj │ │ ├── getopt_2010.vcxproj │ │ ├── getopt_2010.vcxproj.filters │ │ ├── getopt_2012.vcxproj │ │ ├── getopt_2012.vcxproj.filters │ │ ├── getopt_2013.vcxproj │ │ ├── getopt_2015.vcxproj │ │ ├── getopt_sources │ │ ├── hotplugtest_2010.vcxproj │ │ ├── hotplugtest_2010.vcxproj.filters │ │ ├── hotplugtest_2012.vcxproj │ │ ├── hotplugtest_2012.vcxproj.filters │ │ ├── hotplugtest_2013.vcxproj │ │ ├── hotplugtest_2015.vcxproj │ │ ├── hotplugtest_sources │ │ ├── inttypes.h │ │ ├── libusb.dsw │ │ ├── libusb_dll.dsp │ │ ├── libusb_dll_2005.vcproj │ │ ├── libusb_dll_2010.vcxproj │ │ ├── libusb_dll_2010.vcxproj.filters │ │ ├── libusb_dll_2012.vcxproj │ │ ├── libusb_dll_2012.vcxproj.filters │ │ ├── libusb_dll_2013.vcxproj │ │ ├── libusb_dll_2015.vcxproj │ │ ├── libusb_dll_wince.vcproj │ │ ├── libusb_sources │ │ ├── libusb_static.dsp │ │ ├── libusb_static_2005.vcproj │ │ ├── libusb_static_2010.vcxproj │ │ ├── libusb_static_2010.vcxproj.filters │ │ ├── libusb_static_2012.vcxproj │ │ ├── libusb_static_2012.vcxproj.filters │ │ ├── libusb_static_2013.vcxproj │ │ ├── libusb_static_2015.vcxproj │ │ ├── libusb_static_wince.vcproj │ │ ├── libusb_usbdk_dll_2013.vcxproj │ │ ├── libusb_usbdk_dll_2015.vcxproj │ │ ├── libusb_usbdk_static_2013.vcxproj │ │ ├── libusb_usbdk_static_2015.vcxproj │ │ ├── listdevs.dsp │ │ ├── listdevs_2005.vcproj │ │ ├── listdevs_2010.vcxproj │ │ ├── listdevs_2010.vcxproj.filters │ │ ├── listdevs_2012.vcxproj │ │ ├── listdevs_2012.vcxproj.filters │ │ ├── listdevs_2013.vcxproj │ │ ├── listdevs_2015.vcxproj │ │ ├── listdevs_sources │ │ ├── listdevs_wince.vcproj │ │ ├── missing.c │ │ ├── missing.h │ │ ├── stdint.h │ │ ├── stress_2005.vcproj │ │ ├── stress_2010.vcxproj │ │ ├── stress_2010.vcxproj.filters │ │ ├── stress_2012.vcxproj │ │ ├── stress_2012.vcxproj.filters │ │ ├── stress_2013.vcxproj │ │ ├── stress_2015.vcxproj │ │ ├── stress_wince.vcproj │ │ ├── xusb.dsp │ │ ├── xusb_2005.vcproj │ │ ├── xusb_2010.vcxproj │ │ ├── xusb_2010.vcxproj.filters │ │ ├── xusb_2012.vcxproj │ │ ├── xusb_2012.vcxproj.filters │ │ ├── xusb_2013.vcxproj │ │ ├── xusb_2015.vcxproj │ │ ├── xusb_sources │ │ └── xusb_wince.vcproj ├── licenses.md ├── mbedtls │ ├── CMakeLists.txt │ ├── LICENSE │ ├── apache-2.0.txt │ ├── include │ │ ├── .gitignore │ │ └── mbedtls │ │ │ ├── aes.h │ │ │ ├── aesni.h │ │ │ ├── arc4.h │ │ │ ├── asn1.h │ │ │ ├── asn1write.h │ │ │ ├── base64.h │ │ │ ├── bignum.h │ │ │ ├── blowfish.h │ │ │ ├── bn_mul.h │ │ │ ├── camellia.h │ │ │ ├── ccm.h │ │ │ ├── certs.h │ │ │ ├── check_config.h │ │ │ ├── cipher.h │ │ │ ├── cipher_internal.h │ │ │ ├── cmac.h │ │ │ ├── compat-1.3.h │ │ │ ├── config.h │ │ │ ├── ctr_drbg.h │ │ │ ├── debug.h │ │ │ ├── des.h │ │ │ ├── dhm.h │ │ │ ├── ecdh.h │ │ │ ├── ecdsa.h │ │ │ ├── ecjpake.h │ │ │ ├── ecp.h │ │ │ ├── entropy.h │ │ │ ├── entropy_poll.h │ │ │ ├── error.h │ │ │ ├── gcm.h │ │ │ ├── havege.h │ │ │ ├── hmac_drbg.h │ │ │ ├── md.h │ │ │ ├── md2.h │ │ │ ├── md4.h │ │ │ ├── md5.h │ │ │ ├── md_internal.h │ │ │ ├── memory_buffer_alloc.h │ │ │ ├── net.h │ │ │ ├── net_sockets.h │ │ │ ├── oid.h │ │ │ ├── padlock.h │ │ │ ├── pem.h │ │ │ ├── pk.h │ │ │ ├── pk_internal.h │ │ │ ├── pkcs11.h │ │ │ ├── pkcs12.h │ │ │ ├── pkcs5.h │ │ │ ├── platform.h │ │ │ ├── platform_time.h │ │ │ ├── ripemd160.h │ │ │ ├── rsa.h │ │ │ ├── sha1.h │ │ │ ├── sha256.h │ │ │ ├── sha512.h │ │ │ ├── ssl.h │ │ │ ├── ssl_cache.h │ │ │ ├── ssl_ciphersuites.h │ │ │ ├── ssl_cookie.h │ │ │ ├── ssl_internal.h │ │ │ ├── ssl_ticket.h │ │ │ ├── threading.h │ │ │ ├── timing.h │ │ │ ├── version.h │ │ │ ├── x509.h │ │ │ ├── x509_crl.h │ │ │ ├── x509_crt.h │ │ │ ├── x509_csr.h │ │ │ └── xtea.h │ ├── library │ │ ├── .gitignore │ │ ├── CMakeLists.txt │ │ ├── Makefile │ │ ├── aes.c │ │ ├── aesni.c │ │ ├── arc4.c │ │ ├── asn1parse.c │ │ ├── asn1write.c │ │ ├── base64.c │ │ ├── bignum.c │ │ ├── blowfish.c │ │ ├── camellia.c │ │ ├── ccm.c │ │ ├── certs.c │ │ ├── cipher.c │ │ ├── cipher_wrap.c │ │ ├── cmac.c │ │ ├── ctr_drbg.c │ │ ├── debug.c │ │ ├── des.c │ │ ├── dhm.c │ │ ├── ecdh.c │ │ ├── ecdsa.c │ │ ├── ecjpake.c │ │ ├── ecp.c │ │ ├── ecp_curves.c │ │ ├── entropy.c │ │ ├── entropy_poll.c │ │ ├── error.c │ │ ├── gcm.c │ │ ├── havege.c │ │ ├── hmac_drbg.c │ │ ├── md.c │ │ ├── md2.c │ │ ├── md4.c │ │ ├── md5.c │ │ ├── md_wrap.c │ │ ├── memory_buffer_alloc.c │ │ ├── net_sockets.c │ │ ├── oid.c │ │ ├── padlock.c │ │ ├── pem.c │ │ ├── pk.c │ │ ├── pk_wrap.c │ │ ├── pkcs11.c │ │ ├── pkcs12.c │ │ ├── pkcs5.c │ │ ├── pkparse.c │ │ ├── pkwrite.c │ │ ├── platform.c │ │ ├── ripemd160.c │ │ ├── rsa.c │ │ ├── sha1.c │ │ ├── sha256.c │ │ ├── sha512.c │ │ ├── ssl_cache.c │ │ ├── ssl_ciphersuites.c │ │ ├── ssl_cli.c │ │ ├── ssl_cookie.c │ │ ├── ssl_srv.c │ │ ├── ssl_ticket.c │ │ ├── ssl_tls.c │ │ ├── threading.c │ │ ├── timing.c │ │ ├── version.c │ │ ├── version_features.c │ │ ├── x509.c │ │ ├── x509_create.c │ │ ├── x509_crl.c │ │ ├── x509_crt.c │ │ ├── x509_csr.c │ │ ├── x509write_crt.c │ │ ├── x509write_csr.c │ │ └── xtea.c │ └── mbedTLS.vcxproj ├── miniupnpc │ ├── CMakeLists.txt │ ├── Changelog.txt │ ├── LICENSE │ ├── README │ ├── VERSION │ ├── apiversions.txt │ ├── miniupnpc.vcxproj │ └── src │ │ ├── codelength.h │ │ ├── connecthostport.c │ │ ├── connecthostport.h │ │ ├── igd_desc_parse.c │ │ ├── igd_desc_parse.h │ │ ├── minisoap.c │ │ ├── minisoap.h │ │ ├── minissdpc.c │ │ ├── minissdpc.h │ │ ├── miniupnpc.c │ │ ├── miniupnpc.h │ │ ├── miniupnpc_declspec.h │ │ ├── miniupnpcmodule.c │ │ ├── miniupnpcstrings.h │ │ ├── miniupnpctypes.h │ │ ├── miniwget.c │ │ ├── miniwget.h │ │ ├── minixml.c │ │ ├── minixml.h │ │ ├── portlistingparse.c │ │ ├── portlistingparse.h │ │ ├── receivedata.c │ │ ├── receivedata.h │ │ ├── upnpcommands.c │ │ ├── upnpcommands.h │ │ ├── upnpdev.c │ │ ├── upnpdev.h │ │ ├── upnperrors.c │ │ ├── upnperrors.h │ │ ├── upnpreplyparse.c │ │ └── upnpreplyparse.h ├── pugixml │ ├── CMakeLists.txt │ ├── pugiconfig.hpp │ ├── pugixml.cpp │ ├── pugixml.hpp │ └── pugixml.vcxproj ├── soundtouch │ ├── AAFilter.cpp │ ├── AAFilter.h │ ├── BPMDetect.cpp │ ├── BPMDetect.h │ ├── CMakeLists.txt │ ├── FIFOSampleBuffer.cpp │ ├── FIFOSampleBuffer.h │ ├── FIFOSamplePipe.h │ ├── FIRFilter.cpp │ ├── FIRFilter.h │ ├── InterpolateCubic.cpp │ ├── InterpolateCubic.h │ ├── InterpolateLinear.cpp │ ├── InterpolateLinear.h │ ├── InterpolateShannon.cpp │ ├── InterpolateShannon.h │ ├── PeakFinder.cpp │ ├── PeakFinder.h │ ├── RateTransposer.cpp │ ├── RateTransposer.h │ ├── STTypes.h │ ├── SoundTouch.cpp │ ├── SoundTouch.h │ ├── SoundTouch.vcxproj │ ├── TDStretch.cpp │ ├── TDStretch.h │ ├── cpu_detect.h │ ├── cpu_detect_x86.cpp │ ├── mmx_optimized.cpp │ └── sse_optimized.cpp ├── wxWidgets3 │ ├── CMakeLists.txt │ ├── art │ │ ├── addbookm.xpm │ │ ├── back.xpm │ │ ├── cdrom.xpm │ │ ├── close.xpm │ │ ├── copy.xpm │ │ ├── cross.xpm │ │ ├── cut.xpm │ │ ├── deffile.xpm │ │ ├── delbookm.xpm │ │ ├── delete.xpm │ │ ├── dir_up.xpm │ │ ├── down.xpm │ │ ├── edit.xpm │ │ ├── exefile.xpm │ │ ├── fileopen.xpm │ │ ├── filesave.xpm │ │ ├── filesaveas.xpm │ │ ├── find.xpm │ │ ├── findrepl.xpm │ │ ├── first.xpm │ │ ├── floppy.xpm │ │ ├── folder.xpm │ │ ├── folder_open.xpm │ │ ├── forward.xpm │ │ ├── fullscreen.xpm │ │ ├── gtk │ │ │ ├── error.xpm │ │ │ ├── info.xpm │ │ │ ├── question.xpm │ │ │ └── warning.xpm │ │ ├── harddisk.xpm │ │ ├── helpicon.xpm │ │ ├── home.xpm │ │ ├── htmbook.xpm │ │ ├── htmfoldr.xpm │ │ ├── htmoptns.xpm │ │ ├── htmpage.xpm │ │ ├── htmsidep.xpm │ │ ├── last.xpm │ │ ├── listview.xpm │ │ ├── minus.xpm │ │ ├── missimg.xpm │ │ ├── motif │ │ │ ├── error.xpm │ │ │ ├── info.xpm │ │ │ ├── question.xpm │ │ │ └── warning.xpm │ │ ├── new.xpm │ │ ├── new_dir.xpm │ │ ├── paste.xpm │ │ ├── plus.xpm │ │ ├── print.xpm │ │ ├── quit.xpm │ │ ├── redo.xpm │ │ ├── removable.xpm │ │ ├── repview.xpm │ │ ├── tango │ │ │ ├── application_x_executable.h │ │ │ ├── dialog_error.h │ │ │ ├── dialog_information.h │ │ │ ├── dialog_warning.h │ │ │ ├── document_new.h │ │ │ ├── document_open.h │ │ │ ├── document_print.h │ │ │ ├── document_save.h │ │ │ ├── document_save_as.h │ │ │ ├── drive_harddisk.h │ │ │ ├── drive_optical.h │ │ │ ├── drive_removable_media.h │ │ │ ├── edit_copy.h │ │ │ ├── edit_cut.h │ │ │ ├── edit_delete.h │ │ │ ├── edit_find.h │ │ │ ├── edit_find_replace.h │ │ │ ├── edit_paste.h │ │ │ ├── edit_redo.h │ │ │ ├── edit_undo.h │ │ │ ├── folder.h │ │ │ ├── folder_new.h │ │ │ ├── folder_open.h │ │ │ ├── fullscreen.h │ │ │ ├── go_down.h │ │ │ ├── go_first.h │ │ │ ├── go_home.h │ │ │ ├── go_last.h │ │ │ ├── go_next.h │ │ │ ├── go_previous.h │ │ │ ├── go_up.h │ │ │ ├── image_missing.h │ │ │ ├── list_add.h │ │ │ ├── list_remove.h │ │ │ └── text_x_generic.h │ │ ├── tick.xpm │ │ ├── tipicon.xpm │ │ ├── toparent.xpm │ │ ├── undo.xpm │ │ ├── up.xpm │ │ ├── wxwin.ico │ │ ├── wxwin16x16.png │ │ ├── wxwin16x16.xpm │ │ ├── wxwin32x32.png │ │ └── wxwin32x32.xpm │ ├── build │ │ └── msw │ │ │ ├── wx_base.vcxproj │ │ │ └── wx_base.vcxproj.filters │ ├── build_wx.sh │ ├── include │ │ ├── msvc │ │ │ └── wx │ │ │ │ └── setup.h │ │ └── wx │ │ │ ├── aboutdlg.h │ │ │ ├── accel.h │ │ │ ├── access.h │ │ │ ├── activityindicator.h │ │ │ ├── addremovectrl.h │ │ │ ├── affinematrix2d.h │ │ │ ├── affinematrix2dbase.h │ │ │ ├── afterstd.h │ │ │ ├── anidecod.h │ │ │ ├── animate.h │ │ │ ├── animdecod.h │ │ │ ├── any.h │ │ │ ├── anybutton.h │ │ │ ├── anystr.h │ │ │ ├── app.h │ │ │ ├── appprogress.h │ │ │ ├── apptrait.h │ │ │ ├── archive.h │ │ │ ├── arrimpl.cpp │ │ │ ├── arrstr.h │ │ │ ├── artprov.h │ │ │ ├── atomic.h │ │ │ ├── aui │ │ │ ├── aui.h │ │ │ ├── auibar.h │ │ │ ├── auibook.h │ │ │ ├── barartmsw.h │ │ │ ├── dockart.h │ │ │ ├── floatpane.h │ │ │ ├── framemanager.h │ │ │ ├── tabart.h │ │ │ ├── tabartgtk.h │ │ │ ├── tabartmsw.h │ │ │ └── tabmdi.h │ │ │ ├── bannerwindow.h │ │ │ ├── base64.h │ │ │ ├── beforestd.h │ │ │ ├── bitmap.h │ │ │ ├── bmpbuttn.h │ │ │ ├── bmpcbox.h │ │ │ ├── bookctrl.h │ │ │ ├── brush.h │ │ │ ├── buffer.h │ │ │ ├── build.h │ │ │ ├── busyinfo.h │ │ │ ├── button.h │ │ │ ├── calctrl.h │ │ │ ├── caret.h │ │ │ ├── chartype.h │ │ │ ├── checkbox.h │ │ │ ├── checkeddelete.h │ │ │ ├── checklst.h │ │ │ ├── chkconf.h │ │ │ ├── choicdlg.h │ │ │ ├── choice.h │ │ │ ├── choicebk.h │ │ │ ├── clipbrd.h │ │ │ ├── clntdata.h │ │ │ ├── clrpicker.h │ │ │ ├── cmdargs.h │ │ │ ├── cmdline.h │ │ │ ├── cmdproc.h │ │ │ ├── cmndata.h │ │ │ ├── collheaderctrl.h │ │ │ ├── collpane.h │ │ │ ├── colordlg.h │ │ │ ├── colour.h │ │ │ ├── colourdata.h │ │ │ ├── combo.h │ │ │ ├── combobox.h │ │ │ ├── commandlinkbutton.h │ │ │ ├── compiler.h │ │ │ ├── compositewin.h │ │ │ ├── confbase.h │ │ │ ├── config.h │ │ │ ├── containr.h │ │ │ ├── control.h │ │ │ ├── convauto.h │ │ │ ├── cpp.h │ │ │ ├── cppunit.h │ │ │ ├── crt.h │ │ │ ├── cshelp.h │ │ │ ├── ctrlsub.h │ │ │ ├── cursor.h │ │ │ ├── custombgwin.h │ │ │ ├── dataobj.h │ │ │ ├── dataview.h │ │ │ ├── datectrl.h │ │ │ ├── dateevt.h │ │ │ ├── datetime.h │ │ │ ├── datetimectrl.h │ │ │ ├── datstrm.h │ │ │ ├── dc.h │ │ │ ├── dcbuffer.h │ │ │ ├── dcclient.h │ │ │ ├── dcgraph.h │ │ │ ├── dcmemory.h │ │ │ ├── dcmirror.h │ │ │ ├── dcprint.h │ │ │ ├── dcps.h │ │ │ ├── dcscreen.h │ │ │ ├── dcsvg.h │ │ │ ├── dde.h │ │ │ ├── debug.h │ │ │ ├── debugrpt.h │ │ │ ├── defs.h │ │ │ ├── dialog.h │ │ │ ├── dialup.h │ │ │ ├── dir.h │ │ │ ├── dirctrl.h │ │ │ ├── dirdlg.h │ │ │ ├── display.h │ │ │ ├── display_impl.h │ │ │ ├── dlimpexp.h │ │ │ ├── dlist.h │ │ │ ├── dnd.h │ │ │ ├── docmdi.h │ │ │ ├── docview.h │ │ │ ├── dragimag.h │ │ │ ├── dvrenderers.h │ │ │ ├── dynarray.h │ │ │ ├── dynlib.h │ │ │ ├── dynload.h │ │ │ ├── editlbox.h │ │ │ ├── effects.h │ │ │ ├── encconv.h │ │ │ ├── encinfo.h │ │ │ ├── event.h │ │ │ ├── eventfilter.h │ │ │ ├── evtloop.h │ │ │ ├── evtloopsrc.h │ │ │ ├── except.h │ │ │ ├── fdrepdlg.h │ │ │ ├── features.h │ │ │ ├── ffile.h │ │ │ ├── file.h │ │ │ ├── fileconf.h │ │ │ ├── filectrl.h │ │ │ ├── filedlg.h │ │ │ ├── filefn.h │ │ │ ├── filehistory.h │ │ │ ├── filename.h │ │ │ ├── filepicker.h │ │ │ ├── filesys.h │ │ │ ├── flags.h │ │ │ ├── fmappriv.h │ │ │ ├── font.h │ │ │ ├── fontdata.h │ │ │ ├── fontdlg.h │ │ │ ├── fontenc.h │ │ │ ├── fontenum.h │ │ │ ├── fontmap.h │ │ │ ├── fontpicker.h │ │ │ ├── fontutil.h │ │ │ ├── frame.h │ │ │ ├── fs_arc.h │ │ │ ├── fs_filter.h │ │ │ ├── fs_inet.h │ │ │ ├── fs_mem.h │ │ │ ├── fs_zip.h │ │ │ ├── fswatcher.h │ │ │ ├── gauge.h │ │ │ ├── gbsizer.h │ │ │ ├── gdicmn.h │ │ │ ├── gdiobj.h │ │ │ ├── generic │ │ │ ├── aboutdlgg.h │ │ │ ├── accel.h │ │ │ ├── activityindicator.h │ │ │ ├── animate.h │ │ │ ├── bmpcbox.h │ │ │ ├── busyinfo.h │ │ │ ├── buttonbar.h │ │ │ ├── calctrlg.h │ │ │ ├── caret.h │ │ │ ├── choicdgg.h │ │ │ ├── clrpickerg.h │ │ │ ├── collheaderctrl.h │ │ │ ├── collpaneg.h │ │ │ ├── colour.h │ │ │ ├── colrdlgg.h │ │ │ ├── combo.h │ │ │ ├── ctrlsub.h │ │ │ ├── custombgwin.h │ │ │ ├── dataview.h │ │ │ ├── datectrl.h │ │ │ ├── dcpsg.h │ │ │ ├── dirctrlg.h │ │ │ ├── dirdlgg.h │ │ │ ├── dragimgg.h │ │ │ ├── dvrenderer.h │ │ │ ├── dvrenderers.h │ │ │ ├── fdrepdlg.h │ │ │ ├── filectrlg.h │ │ │ ├── filedlgg.h │ │ │ ├── filepickerg.h │ │ │ ├── fontdlgg.h │ │ │ ├── fontpickerg.h │ │ │ ├── fswatcher.h │ │ │ ├── grid.h │ │ │ ├── gridctrl.h │ │ │ ├── grideditors.h │ │ │ ├── gridsel.h │ │ │ ├── headerctrlg.h │ │ │ ├── helpext.h │ │ │ ├── hyperlink.h │ │ │ ├── icon.h │ │ │ ├── imaglist.h │ │ │ ├── infobar.h │ │ │ ├── laywin.h │ │ │ ├── listctrl.h │ │ │ ├── logg.h │ │ │ ├── mask.h │ │ │ ├── mdig.h │ │ │ ├── msgdlgg.h │ │ │ ├── notebook.h │ │ │ ├── notifmsg.h │ │ │ ├── numdlgg.h │ │ │ ├── paletteg.h │ │ │ ├── panelg.h │ │ │ ├── printps.h │ │ │ ├── private │ │ │ │ ├── addremovectrl.h │ │ │ │ ├── grid.h │ │ │ │ ├── listctrl.h │ │ │ │ ├── markuptext.h │ │ │ │ ├── notifmsg.h │ │ │ │ ├── richtooltip.h │ │ │ │ ├── textmeasure.h │ │ │ │ ├── timer.h │ │ │ │ └── widthcalc.h │ │ │ ├── prntdlgg.h │ │ │ ├── progdlgg.h │ │ │ ├── propdlg.h │ │ │ ├── region.h │ │ │ ├── richmsgdlgg.h │ │ │ ├── sashwin.h │ │ │ ├── scrolwin.h │ │ │ ├── spinctlg.h │ │ │ ├── splash.h │ │ │ ├── splitter.h │ │ │ ├── srchctlg.h │ │ │ ├── statbmpg.h │ │ │ ├── statline.h │ │ │ ├── stattextg.h │ │ │ ├── statusbr.h │ │ │ ├── tabg.h │ │ │ ├── textdlgg.h │ │ │ ├── timectrl.h │ │ │ ├── treectlg.h │ │ │ └── wizard.h │ │ │ ├── geometry.h │ │ │ ├── gifdecod.h │ │ │ ├── glcanvas.h │ │ │ ├── graphics.h │ │ │ ├── grid.h │ │ │ ├── gtk │ │ │ ├── accel.h │ │ │ ├── activityindicator.h │ │ │ ├── animate.h │ │ │ ├── anybutton.h │ │ │ ├── app.h │ │ │ ├── assertdlg_gtk.h │ │ │ ├── bitmap.h │ │ │ ├── bmpbuttn.h │ │ │ ├── bmpcbox.h │ │ │ ├── brush.h │ │ │ ├── button.h │ │ │ ├── calctrl.h │ │ │ ├── checkbox.h │ │ │ ├── checklst.h │ │ │ ├── chkconf.h │ │ │ ├── choice.h │ │ │ ├── clipbrd.h │ │ │ ├── clrpicker.h │ │ │ ├── collpane.h │ │ │ ├── colordlg.h │ │ │ ├── colour.h │ │ │ ├── combobox.h │ │ │ ├── control.h │ │ │ ├── cursor.h │ │ │ ├── dataform.h │ │ │ ├── dataobj.h │ │ │ ├── dataobj2.h │ │ │ ├── dataview.h │ │ │ ├── dc.h │ │ │ ├── dcclient.h │ │ │ ├── dcmemory.h │ │ │ ├── dcscreen.h │ │ │ ├── dialog.h │ │ │ ├── dirdlg.h │ │ │ ├── dnd.h │ │ │ ├── dvrenderer.h │ │ │ ├── dvrenderers.h │ │ │ ├── evtloop.h │ │ │ ├── evtloopsrc.h │ │ │ ├── filectrl.h │ │ │ ├── filedlg.h │ │ │ ├── filehistory.h │ │ │ ├── filepicker.h │ │ │ ├── font.h │ │ │ ├── fontdlg.h │ │ │ ├── fontpicker.h │ │ │ ├── frame.h │ │ │ ├── gauge.h │ │ │ ├── glcanvas.h │ │ │ ├── gnome │ │ │ │ └── gvfs.h │ │ │ ├── hyperlink.h │ │ │ ├── infobar.h │ │ │ ├── listbox.h │ │ │ ├── mdi.h │ │ │ ├── menu.h │ │ │ ├── menuitem.h │ │ │ ├── minifram.h │ │ │ ├── msgdlg.h │ │ │ ├── nonownedwnd.h │ │ │ ├── notebook.h │ │ │ ├── pen.h │ │ │ ├── popupwin.h │ │ │ ├── print.h │ │ │ ├── private.h │ │ │ ├── private │ │ │ │ ├── addremovectrl.h │ │ │ │ ├── dialogcount.h │ │ │ │ ├── error.h │ │ │ │ ├── event.h │ │ │ │ ├── eventsdisabler.h │ │ │ │ ├── gdkconv.h │ │ │ │ ├── gtk2-compat.h │ │ │ │ ├── gtk3-compat.h │ │ │ │ ├── list.h │ │ │ │ ├── messagetype.h │ │ │ │ ├── mnemonics.h │ │ │ │ ├── object.h │ │ │ │ ├── string.h │ │ │ │ ├── textmeasure.h │ │ │ │ ├── timer.h │ │ │ │ ├── treeentry_gtk.h │ │ │ │ ├── treeview.h │ │ │ │ ├── value.h │ │ │ │ └── win_gtk.h │ │ │ ├── radiobox.h │ │ │ ├── radiobut.h │ │ │ ├── region.h │ │ │ ├── scrolbar.h │ │ │ ├── scrolwin.h │ │ │ ├── setup0.h │ │ │ ├── slider.h │ │ │ ├── spinbutt.h │ │ │ ├── spinctrl.h │ │ │ ├── statbmp.h │ │ │ ├── statbox.h │ │ │ ├── statline.h │ │ │ ├── stattext.h │ │ │ ├── taskbar.h │ │ │ ├── textctrl.h │ │ │ ├── textentry.h │ │ │ ├── tglbtn.h │ │ │ ├── toolbar.h │ │ │ ├── tooltip.h │ │ │ ├── toplevel.h │ │ │ ├── webview_webkit.h │ │ │ ├── webviewhistoryitem_webkit.h │ │ │ └── window.h │ │ │ ├── hash.h │ │ │ ├── hashmap.h │ │ │ ├── hashset.h │ │ │ ├── headercol.h │ │ │ ├── headerctrl.h │ │ │ ├── help.h │ │ │ ├── helpbase.h │ │ │ ├── helphtml.h │ │ │ ├── helpwin.h │ │ │ ├── htmllbox.h │ │ │ ├── hyperlink.h │ │ │ ├── icon.h │ │ │ ├── iconbndl.h │ │ │ ├── iconloc.h │ │ │ ├── imagbmp.h │ │ │ ├── image.h │ │ │ ├── imaggif.h │ │ │ ├── imagiff.h │ │ │ ├── imagjpeg.h │ │ │ ├── imaglist.h │ │ │ ├── imagpcx.h │ │ │ ├── imagpng.h │ │ │ ├── imagpnm.h │ │ │ ├── imagtga.h │ │ │ ├── imagtiff.h │ │ │ ├── imagxpm.h │ │ │ ├── infobar.h │ │ │ ├── init.h │ │ │ ├── intl.h │ │ │ ├── iosfwrap.h │ │ │ ├── ioswrap.h │ │ │ ├── ipc.h │ │ │ ├── ipcbase.h │ │ │ ├── itemid.h │ │ │ ├── joystick.h │ │ │ ├── kbdstate.h │ │ │ ├── language.h │ │ │ ├── layout.h │ │ │ ├── laywin.h │ │ │ ├── link.h │ │ │ ├── list.h │ │ │ ├── listbase.h │ │ │ ├── listbook.h │ │ │ ├── listbox.h │ │ │ ├── listctrl.h │ │ │ ├── listimpl.cpp │ │ │ ├── log.h │ │ │ ├── longlong.h │ │ │ ├── math.h │ │ │ ├── matrix.h │ │ │ ├── mdi.h │ │ │ ├── mediactrl.h │ │ │ ├── memconf.h │ │ │ ├── memory.h │ │ │ ├── memtext.h │ │ │ ├── menu.h │ │ │ ├── menuitem.h │ │ │ ├── meta │ │ │ ├── convertible.h │ │ │ ├── if.h │ │ │ ├── implicitconversion.h │ │ │ ├── int2type.h │ │ │ ├── movable.h │ │ │ ├── pod.h │ │ │ └── removeref.h │ │ │ ├── metafile.h │ │ │ ├── mimetype.h │ │ │ ├── minifram.h │ │ │ ├── modalhook.h │ │ │ ├── module.h │ │ │ ├── mousemanager.h │ │ │ ├── mousestate.h │ │ │ ├── msgdlg.h │ │ │ ├── msgout.h │ │ │ ├── msgqueue.h │ │ │ ├── mstream.h │ │ │ ├── msw │ │ │ ├── accel.h │ │ │ ├── amd64.manifest │ │ │ ├── anybutton.h │ │ │ ├── app.h │ │ │ ├── appprogress.h │ │ │ ├── apptbase.h │ │ │ ├── apptrait.h │ │ │ ├── bitmap.h │ │ │ ├── blank.cur │ │ │ ├── bmpbuttn.h │ │ │ ├── bmpcbox.h │ │ │ ├── brush.h │ │ │ ├── bullseye.cur │ │ │ ├── button.h │ │ │ ├── calctrl.h │ │ │ ├── caret.h │ │ │ ├── cdrom.ico │ │ │ ├── checkbox.h │ │ │ ├── checklst.h │ │ │ ├── child.ico │ │ │ ├── chkconf.h │ │ │ ├── choice.h │ │ │ ├── clipbrd.h │ │ │ ├── colordlg.h │ │ │ ├── colour.h │ │ │ ├── colours.bmp │ │ │ ├── combo.h │ │ │ ├── combobox.h │ │ │ ├── commandlinkbutton.h │ │ │ ├── computer.ico │ │ │ ├── control.h │ │ │ ├── crashrpt.h │ │ │ ├── cross.cur │ │ │ ├── csquery.bmp │ │ │ ├── ctrlsub.h │ │ │ ├── cursor.h │ │ │ ├── custombgwin.h │ │ │ ├── datectrl.h │ │ │ ├── datetimectrl.h │ │ │ ├── dc.h │ │ │ ├── dcclient.h │ │ │ ├── dcmemory.h │ │ │ ├── dcprint.h │ │ │ ├── dcscreen.h │ │ │ ├── dde.h │ │ │ ├── debughlp.h │ │ │ ├── dialog.h │ │ │ ├── dib.h │ │ │ ├── dirdlg.h │ │ │ ├── dragimag.h │ │ │ ├── drive.ico │ │ │ ├── enhmeta.h │ │ │ ├── evtloop.h │ │ │ ├── evtloopconsole.h │ │ │ ├── fdrepdlg.h │ │ │ ├── file1.ico │ │ │ ├── filedlg.h │ │ │ ├── floppy.ico │ │ │ ├── folder1.ico │ │ │ ├── folder2.ico │ │ │ ├── font.h │ │ │ ├── fontdlg.h │ │ │ ├── frame.h │ │ │ ├── fswatcher.h │ │ │ ├── gauge.h │ │ │ ├── gccpriv.h │ │ │ ├── gdiimage.h │ │ │ ├── genrcdefs.h │ │ │ ├── glcanvas.h │ │ │ ├── hand.cur │ │ │ ├── headerctrl.h │ │ │ ├── helpbest.h │ │ │ ├── helpchm.h │ │ │ ├── helpwin.h │ │ │ ├── htmlhelp.h │ │ │ ├── hyperlink.h │ │ │ ├── ia64.manifest │ │ │ ├── icon.h │ │ │ ├── imaglist.h │ │ │ ├── iniconf.h │ │ │ ├── init.h │ │ │ ├── joystick.h │ │ │ ├── libraries.h │ │ │ ├── listbox.h │ │ │ ├── listctrl.h │ │ │ ├── magnif1.cur │ │ │ ├── mdi.h │ │ │ ├── mdi.ico │ │ │ ├── menu.h │ │ │ ├── menuitem.h │ │ │ ├── metafile.h │ │ │ ├── mimetype.h │ │ │ ├── minifram.h │ │ │ ├── missing.h │ │ │ ├── msgdlg.h │ │ │ ├── msvcrt.h │ │ │ ├── nonownedwnd.h │ │ │ ├── notebook.h │ │ │ ├── ole │ │ │ │ ├── access.h │ │ │ │ ├── activex.h │ │ │ │ ├── automtn.h │ │ │ │ ├── dataform.h │ │ │ │ ├── dataobj.h │ │ │ │ ├── dataobj2.h │ │ │ │ ├── dropsrc.h │ │ │ │ ├── droptgt.h │ │ │ │ ├── oleutils.h │ │ │ │ ├── safearray.h │ │ │ │ └── uuid.h │ │ │ ├── ownerdrawnbutton.h │ │ │ ├── ownerdrw.h │ │ │ ├── palette.h │ │ │ ├── panel.h │ │ │ ├── pbrush.cur │ │ │ ├── pen.h │ │ │ ├── pencil.cur │ │ │ ├── pntleft.cur │ │ │ ├── pntright.cur │ │ │ ├── popupwin.h │ │ │ ├── printdlg.h │ │ │ ├── printwin.h │ │ │ ├── private.h │ │ │ ├── private │ │ │ │ ├── button.h │ │ │ │ ├── comptr.h │ │ │ │ ├── datecontrols.h │ │ │ │ ├── dc.h │ │ │ │ ├── event.h │ │ │ │ ├── fswatcher.h │ │ │ │ ├── hiddenwin.h │ │ │ │ ├── keyboard.h │ │ │ │ ├── metrics.h │ │ │ │ ├── msgdlg.h │ │ │ │ ├── pipestream.h │ │ │ │ ├── sockmsw.h │ │ │ │ ├── textmeasure.h │ │ │ │ └── timer.h │ │ │ ├── progdlg.h │ │ │ ├── question.ico │ │ │ ├── radiobox.h │ │ │ ├── radiobut.h │ │ │ ├── rcdefs.h │ │ │ ├── regconf.h │ │ │ ├── region.h │ │ │ ├── registry.h │ │ │ ├── removble.ico │ │ │ ├── richmsgdlg.h │ │ │ ├── roller.cur │ │ │ ├── rt │ │ │ │ ├── private │ │ │ │ │ └── notifmsg.h │ │ │ │ └── utils.h │ │ │ ├── scrolbar.h │ │ │ ├── seh.h │ │ │ ├── setup0.h │ │ │ ├── setup_inc.h │ │ │ ├── slider.h │ │ │ ├── sound.h │ │ │ ├── spinbutt.h │ │ │ ├── spinctrl.h │ │ │ ├── stackwalk.h │ │ │ ├── statbmp.h │ │ │ ├── statbox.h │ │ │ ├── statline.h │ │ │ ├── stattext.h │ │ │ ├── statusbar.h │ │ │ ├── std.ico │ │ │ ├── stdpaths.h │ │ │ ├── subwin.h │ │ │ ├── taskbar.h │ │ │ ├── taskbarbutton.h │ │ │ ├── textctrl.h │ │ │ ├── textentry.h │ │ │ ├── tglbtn.h │ │ │ ├── timectrl.h │ │ │ ├── tls.h │ │ │ ├── toolbar.h │ │ │ ├── tooltip.h │ │ │ ├── toplevel.h │ │ │ ├── treectrl.h │ │ │ ├── uxtheme.h │ │ │ ├── uxthemep.h │ │ │ ├── webview_ie.h │ │ │ ├── webview_missing.h │ │ │ ├── webviewhistoryitem_ie.h │ │ │ ├── window.h │ │ │ ├── winundef.h │ │ │ ├── wrapcctl.h │ │ │ ├── wrapcdlg.h │ │ │ ├── wrapgdip.h │ │ │ ├── wrapshl.h │ │ │ ├── wrapwin.h │ │ │ ├── wx.manifest │ │ │ └── wx.rc │ │ │ ├── nativewin.h │ │ │ ├── nonownedwnd.h │ │ │ ├── notebook.h │ │ │ ├── notifmsg.h │ │ │ ├── numdlg.h │ │ │ ├── numformatter.h │ │ │ ├── object.h │ │ │ ├── odcombo.h │ │ │ ├── osx │ │ │ ├── accel.h │ │ │ ├── activityindicator.h │ │ │ ├── anybutton.h │ │ │ ├── app.h │ │ │ ├── appprogress.h │ │ │ ├── bitmap.h │ │ │ ├── bmpbuttn.h │ │ │ ├── brush.h │ │ │ ├── button.h │ │ │ ├── carbon │ │ │ │ ├── private │ │ │ │ │ ├── overlay.h │ │ │ │ │ └── print.h │ │ │ │ └── region.h │ │ │ ├── checkbox.h │ │ │ ├── checklst.h │ │ │ ├── chkconf.h │ │ │ ├── choice.h │ │ │ ├── clipbrd.h │ │ │ ├── cocoa │ │ │ │ ├── chkconf.h │ │ │ │ ├── dataview.h │ │ │ │ ├── evtloop.h │ │ │ │ ├── private.h │ │ │ │ ├── private │ │ │ │ │ ├── date.h │ │ │ │ │ ├── markuptoattr.h │ │ │ │ │ ├── overlay.h │ │ │ │ │ └── textimpl.h │ │ │ │ └── stdpaths.h │ │ │ ├── colordlg.h │ │ │ ├── colour.h │ │ │ ├── combobox.h │ │ │ ├── config_xcode.h │ │ │ ├── control.h │ │ │ ├── core │ │ │ │ ├── cfdataref.h │ │ │ │ ├── cfref.h │ │ │ │ ├── cfstring.h │ │ │ │ ├── colour.h │ │ │ │ ├── dataview.h │ │ │ │ ├── evtloop.h │ │ │ │ ├── hid.h │ │ │ │ ├── joystick.h │ │ │ │ ├── mimetype.h │ │ │ │ ├── objcid.h │ │ │ │ ├── private.h │ │ │ │ └── private │ │ │ │ │ ├── datetimectrl.h │ │ │ │ │ ├── strconv_cf.h │ │ │ │ │ └── timer.h │ │ │ ├── cursor.h │ │ │ ├── dataform.h │ │ │ ├── dataobj.h │ │ │ ├── dataobj2.h │ │ │ ├── dataview.h │ │ │ ├── datectrl.h │ │ │ ├── datetimectrl.h │ │ │ ├── dc.h │ │ │ ├── dcclient.h │ │ │ ├── dcmemory.h │ │ │ ├── dcprint.h │ │ │ ├── dcscreen.h │ │ │ ├── dialog.h │ │ │ ├── dirdlg.h │ │ │ ├── dnd.h │ │ │ ├── dvrenderer.h │ │ │ ├── dvrenderers.h │ │ │ ├── evtloop.h │ │ │ ├── evtloopsrc.h │ │ │ ├── filedlg.h │ │ │ ├── font.h │ │ │ ├── fontdlg.h │ │ │ ├── frame.h │ │ │ ├── fswatcher_fsevents.h │ │ │ ├── gauge.h │ │ │ ├── glcanvas.h │ │ │ ├── icon.h │ │ │ ├── imaglist.h │ │ │ ├── iphone │ │ │ │ ├── chkconf.h │ │ │ │ ├── private.h │ │ │ │ └── private │ │ │ │ │ └── textimpl.h │ │ │ ├── joystick.h │ │ │ ├── listbox.h │ │ │ ├── listctrl.h │ │ │ ├── mdi.h │ │ │ ├── menu.h │ │ │ ├── menuitem.h │ │ │ ├── metafile.h │ │ │ ├── mimetype.h │ │ │ ├── minifram.h │ │ │ ├── msgdlg.h │ │ │ ├── nonownedwnd.h │ │ │ ├── notebook.h │ │ │ ├── palette.h │ │ │ ├── pen.h │ │ │ ├── popupwin.h │ │ │ ├── printdlg.h │ │ │ ├── printmac.h │ │ │ ├── private.h │ │ │ ├── private │ │ │ │ ├── addremovectrl.h │ │ │ │ ├── print.h │ │ │ │ └── timer.h │ │ │ ├── radiobox.h │ │ │ ├── radiobut.h │ │ │ ├── region.h │ │ │ ├── scrolbar.h │ │ │ ├── setup0.h │ │ │ ├── slider.h │ │ │ ├── sound.h │ │ │ ├── spinbutt.h │ │ │ ├── srchctrl.h │ │ │ ├── statbmp.h │ │ │ ├── statbox.h │ │ │ ├── statline.h │ │ │ ├── stattext.h │ │ │ ├── statusbr.h │ │ │ ├── taskbarosx.h │ │ │ ├── textctrl.h │ │ │ ├── textentry.h │ │ │ ├── tglbtn.h │ │ │ ├── timectrl.h │ │ │ ├── toolbar.h │ │ │ ├── tooltip.h │ │ │ ├── toplevel.h │ │ │ ├── uma.h │ │ │ ├── webview_webkit.h │ │ │ ├── webviewhistoryitem_webkit.h │ │ │ └── window.h │ │ │ ├── overlay.h │ │ │ ├── ownerdrw.h │ │ │ ├── palette.h │ │ │ ├── panel.h │ │ │ ├── paper.h │ │ │ ├── pen.h │ │ │ ├── persist.h │ │ │ ├── persist │ │ │ ├── bookctrl.h │ │ │ ├── splitter.h │ │ │ ├── toplevel.h │ │ │ ├── treebook.h │ │ │ └── window.h │ │ │ ├── pickerbase.h │ │ │ ├── platform.h │ │ │ ├── platinfo.h │ │ │ ├── popupwin.h │ │ │ ├── position.h │ │ │ ├── power.h │ │ │ ├── preferences.h │ │ │ ├── print.h │ │ │ ├── printdlg.h │ │ │ ├── private │ │ │ ├── addremovectrl.h │ │ │ ├── eventloopsourcesmanager.h │ │ │ ├── fd.h │ │ │ ├── fdiodispatcher.h │ │ │ ├── fdioeventloopsourcehandler.h │ │ │ ├── fdiohandler.h │ │ │ ├── fdiomanager.h │ │ │ ├── fileback.h │ │ │ ├── filename.h │ │ │ ├── flagscheck.h │ │ │ ├── fontmgr.h │ │ │ ├── fswatcher.h │ │ │ ├── graphics.h │ │ │ ├── launchbrowser.h │ │ │ ├── markupparser.h │ │ │ ├── markupparserattr.h │ │ │ ├── notifmsg.h │ │ │ ├── overlay.h │ │ │ ├── pipestream.h │ │ │ ├── preferences.h │ │ │ ├── richtooltip.h │ │ │ ├── sckaddr.h │ │ │ ├── selectdispatcher.h │ │ │ ├── socket.h │ │ │ ├── streamtempinput.h │ │ │ ├── textmeasure.h │ │ │ ├── threadinfo.h │ │ │ ├── timer.h │ │ │ ├── window.h │ │ │ └── wxprintf.h │ │ │ ├── prntbase.h │ │ │ ├── process.h │ │ │ ├── progdlg.h │ │ │ ├── propdlg.h │ │ │ ├── protocol │ │ │ ├── file.h │ │ │ ├── ftp.h │ │ │ ├── http.h │ │ │ ├── log.h │ │ │ └── protocol.h │ │ │ ├── ptr_scpd.h │ │ │ ├── ptr_shrd.h │ │ │ ├── quantize.h │ │ │ ├── radiobox.h │ │ │ ├── radiobut.h │ │ │ ├── range.h │ │ │ ├── rawbmp.h │ │ │ ├── rearrangectrl.h │ │ │ ├── recguard.h │ │ │ ├── regex.h │ │ │ ├── region.h │ │ │ ├── renderer.h │ │ │ ├── richmsgdlg.h │ │ │ ├── richtooltip.h │ │ │ ├── rtti.h │ │ │ ├── sashwin.h │ │ │ ├── sckaddr.h │ │ │ ├── sckipc.h │ │ │ ├── sckstrm.h │ │ │ ├── scopedarray.h │ │ │ ├── scopedptr.h │ │ │ ├── scopeguard.h │ │ │ ├── scrolbar.h │ │ │ ├── scrolwin.h │ │ │ ├── selstore.h │ │ │ ├── settings.h │ │ │ ├── setup_inc.h │ │ │ ├── setup_redirect.h │ │ │ ├── sharedptr.h │ │ │ ├── simplebook.h │ │ │ ├── sizer.h │ │ │ ├── slider.h │ │ │ ├── snglinst.h │ │ │ ├── socket.h │ │ │ ├── sound.h │ │ │ ├── spinbutt.h │ │ │ ├── spinctrl.h │ │ │ ├── splash.h │ │ │ ├── splitter.h │ │ │ ├── srchctrl.h │ │ │ ├── sstream.h │ │ │ ├── stack.h │ │ │ ├── stackwalk.h │ │ │ ├── statbmp.h │ │ │ ├── statbox.h │ │ │ ├── statline.h │ │ │ ├── stattext.h │ │ │ ├── statusbr.h │ │ │ ├── stdpaths.h │ │ │ ├── stdstream.h │ │ │ ├── stockitem.h │ │ │ ├── stopwatch.h │ │ │ ├── strconv.h │ │ │ ├── stream.h │ │ │ ├── string.h │ │ │ ├── stringimpl.h │ │ │ ├── stringops.h │ │ │ ├── strvararg.h │ │ │ ├── sysopt.h │ │ │ ├── systhemectrl.h │ │ │ ├── tarstrm.h │ │ │ ├── taskbar.h │ │ │ ├── taskbarbutton.h │ │ │ ├── tbarbase.h │ │ │ ├── testing.h │ │ │ ├── textbuf.h │ │ │ ├── textcompleter.h │ │ │ ├── textctrl.h │ │ │ ├── textdlg.h │ │ │ ├── textentry.h │ │ │ ├── textfile.h │ │ │ ├── textwrapper.h │ │ │ ├── tglbtn.h │ │ │ ├── thread.h │ │ │ ├── thrimpl.cpp │ │ │ ├── time.h │ │ │ ├── timectrl.h │ │ │ ├── timer.h │ │ │ ├── tipdlg.h │ │ │ ├── tipwin.h │ │ │ ├── tls.h │ │ │ ├── tokenzr.h │ │ │ ├── toolbar.h │ │ │ ├── toolbook.h │ │ │ ├── tooltip.h │ │ │ ├── toplevel.h │ │ │ ├── tracker.h │ │ │ ├── translation.h │ │ │ ├── treebase.h │ │ │ ├── treebook.h │ │ │ ├── treectrl.h │ │ │ ├── treelist.h │ │ │ ├── txtstrm.h │ │ │ ├── typeinfo.h │ │ │ ├── types.h │ │ │ ├── uiaction.h │ │ │ ├── unichar.h │ │ │ ├── unix │ │ │ ├── app.h │ │ │ ├── apptbase.h │ │ │ ├── apptrait.h │ │ │ ├── chkconf.h │ │ │ ├── evtloop.h │ │ │ ├── evtloopsrc.h │ │ │ ├── fontutil.h │ │ │ ├── fswatcher_inotify.h │ │ │ ├── fswatcher_kqueue.h │ │ │ ├── glx11.h │ │ │ ├── joystick.h │ │ │ ├── mimetype.h │ │ │ ├── pipe.h │ │ │ ├── private.h │ │ │ ├── private │ │ │ │ ├── epolldispatcher.h │ │ │ │ ├── execute.h │ │ │ │ ├── executeiohandler.h │ │ │ │ ├── fdiounix.h │ │ │ │ ├── fswatcher_inotify.h │ │ │ │ ├── fswatcher_kqueue.h │ │ │ │ ├── pipestream.h │ │ │ │ ├── sockunix.h │ │ │ │ ├── timer.h │ │ │ │ └── wakeuppipe.h │ │ │ ├── sound.h │ │ │ ├── stackwalk.h │ │ │ ├── stdpaths.h │ │ │ ├── taskbarx11.h │ │ │ ├── tls.h │ │ │ └── utilsx11.h │ │ │ ├── uri.h │ │ │ ├── url.h │ │ │ ├── ustring.h │ │ │ ├── utils.h │ │ │ ├── valgen.h │ │ │ ├── validate.h │ │ │ ├── valnum.h │ │ │ ├── valtext.h │ │ │ ├── variant.h │ │ │ ├── variantbase.h │ │ │ ├── vector.h │ │ │ ├── version.h │ │ │ ├── versioninfo.h │ │ │ ├── vidmode.h │ │ │ ├── vlbox.h │ │ │ ├── vms_x_fix.h │ │ │ ├── volume.h │ │ │ ├── vscroll.h │ │ │ ├── weakref.h │ │ │ ├── webview.h │ │ │ ├── webviewarchivehandler.h │ │ │ ├── webviewfshandler.h │ │ │ ├── wfstream.h │ │ │ ├── window.h │ │ │ ├── windowid.h │ │ │ ├── windowptr.h │ │ │ ├── withimages.h │ │ │ ├── wizard.h │ │ │ ├── wrapsizer.h │ │ │ ├── wupdlock.h │ │ │ ├── wx.h │ │ │ ├── wxchar.h │ │ │ ├── wxcrt.h │ │ │ ├── wxcrtbase.h │ │ │ ├── wxcrtvararg.h │ │ │ ├── wxhtml.h │ │ │ ├── wxprec.h │ │ │ ├── x11 │ │ │ ├── app.h │ │ │ ├── bitmap.h │ │ │ ├── brush.h │ │ │ ├── chkconf.h │ │ │ ├── clipbrd.h │ │ │ ├── colour.h │ │ │ ├── cursor.h │ │ │ ├── dataform.h │ │ │ ├── dataobj.h │ │ │ ├── dataobj2.h │ │ │ ├── dc.h │ │ │ ├── dcclient.h │ │ │ ├── dcmemory.h │ │ │ ├── dcprint.h │ │ │ ├── dcscreen.h │ │ │ ├── dnd.h │ │ │ ├── font.h │ │ │ ├── glcanvas.h │ │ │ ├── joystick.h │ │ │ ├── minifram.h │ │ │ ├── nanox │ │ │ │ └── X11 │ │ │ │ │ ├── Xatom.h │ │ │ │ │ ├── Xlib.h │ │ │ │ │ └── Xutil.h │ │ │ ├── palette.h │ │ │ ├── pen.h │ │ │ ├── popupwin.h │ │ │ ├── print.h │ │ │ ├── private.h │ │ │ ├── private │ │ │ │ └── wrapxkb.h │ │ │ ├── privx.h │ │ │ ├── region.h │ │ │ ├── reparent.h │ │ │ ├── textctrl.h │ │ │ ├── toplevel.h │ │ │ └── window.h │ │ │ ├── xlocale.h │ │ │ ├── xpmdecod.h │ │ │ ├── xpmhand.h │ │ │ ├── xti.h │ │ │ ├── xti2.h │ │ │ ├── xtictor.h │ │ │ ├── xtihandler.h │ │ │ ├── xtiprop.h │ │ │ ├── xtistrm.h │ │ │ ├── xtitypes.h │ │ │ ├── xtixml.h │ │ │ ├── zipstrm.h │ │ │ └── zstream.h │ ├── src │ │ ├── aui │ │ │ ├── auibar.cpp │ │ │ ├── auibook.cpp │ │ │ ├── barartmsw.cpp │ │ │ ├── descrip.mms │ │ │ ├── dockart.cpp │ │ │ ├── floatpane.cpp │ │ │ ├── framemanager.cpp │ │ │ ├── tabart.cpp │ │ │ ├── tabartgtk.cpp │ │ │ ├── tabartmsw.cpp │ │ │ └── tabmdi.cpp │ │ ├── common │ │ │ ├── accelcmn.cpp │ │ │ ├── accesscmn.cpp │ │ │ ├── addremovectrl.cpp │ │ │ ├── affinematrix2d.cpp │ │ │ ├── anidecod.cpp │ │ │ ├── animatecmn.cpp │ │ │ ├── any.cpp │ │ │ ├── appbase.cpp │ │ │ ├── appcmn.cpp │ │ │ ├── arcall.cpp │ │ │ ├── arcfind.cpp │ │ │ ├── archive.cpp │ │ │ ├── arrstr.cpp │ │ │ ├── artprov.cpp │ │ │ ├── artstd.cpp │ │ │ ├── arttango.cpp │ │ │ ├── base64.cpp │ │ │ ├── bmpbase.cpp │ │ │ ├── bmpbtncmn.cpp │ │ │ ├── bmpcboxcmn.cpp │ │ │ ├── bookctrl.cpp │ │ │ ├── btncmn.cpp │ │ │ ├── cairo.cpp │ │ │ ├── calctrlcmn.cpp │ │ │ ├── checkboxcmn.cpp │ │ │ ├── checklstcmn.cpp │ │ │ ├── choiccmn.cpp │ │ │ ├── clipcmn.cpp │ │ │ ├── clntdata.cpp │ │ │ ├── clrpickercmn.cpp │ │ │ ├── cmdline.cpp │ │ │ ├── cmdproc.cpp │ │ │ ├── cmndata.cpp │ │ │ ├── colourcmn.cpp │ │ │ ├── colourdata.cpp │ │ │ ├── combocmn.cpp │ │ │ ├── config.cpp │ │ │ ├── containr.cpp │ │ │ ├── convauto.cpp │ │ │ ├── cshelp.cpp │ │ │ ├── ctrlcmn.cpp │ │ │ ├── ctrlsub.cpp │ │ │ ├── datavcmn.cpp │ │ │ ├── datetime.cpp │ │ │ ├── datetimefmt.cpp │ │ │ ├── datstrm.cpp │ │ │ ├── dcbase.cpp │ │ │ ├── dcbufcmn.cpp │ │ │ ├── dcgraph.cpp │ │ │ ├── dcsvg.cpp │ │ │ ├── debugrpt.cpp │ │ │ ├── descrip.mms │ │ │ ├── dircmn.cpp │ │ │ ├── dirctrlcmn.cpp │ │ │ ├── dlgcmn.cpp │ │ │ ├── dndcmn.cpp │ │ │ ├── dobjcmn.cpp │ │ │ ├── docmdi.cpp │ │ │ ├── docview.cpp │ │ │ ├── dpycmn.cpp │ │ │ ├── dseldlg.cpp │ │ │ ├── dummy.cpp │ │ │ ├── dynarray.cpp │ │ │ ├── dynlib.cpp │ │ │ ├── dynload.cpp │ │ │ ├── effects.cpp │ │ │ ├── encconv.cpp │ │ │ ├── event.cpp │ │ │ ├── evtloopcmn.cpp │ │ │ ├── extended.c │ │ │ ├── fddlgcmn.cpp │ │ │ ├── fdiodispatcher.cpp │ │ │ ├── ffile.cpp │ │ │ ├── file.cpp │ │ │ ├── fileback.cpp │ │ │ ├── fileconf.cpp │ │ │ ├── filectrlcmn.cpp │ │ │ ├── filefn.cpp │ │ │ ├── filehistorycmn.cpp │ │ │ ├── filename.cpp │ │ │ ├── filepickercmn.cpp │ │ │ ├── filesys.cpp │ │ │ ├── filtall.cpp │ │ │ ├── filtfind.cpp │ │ │ ├── fldlgcmn.cpp │ │ │ ├── fmapbase.cpp │ │ │ ├── fontcmn.cpp │ │ │ ├── fontdata.cpp │ │ │ ├── fontenumcmn.cpp │ │ │ ├── fontmap.cpp │ │ │ ├── fontmgrcmn.cpp │ │ │ ├── fontpickercmn.cpp │ │ │ ├── fontutilcmn.cpp │ │ │ ├── framecmn.cpp │ │ │ ├── fs_arc.cpp │ │ │ ├── fs_filter.cpp │ │ │ ├── fs_inet.cpp │ │ │ ├── fs_mem.cpp │ │ │ ├── fswatchercmn.cpp │ │ │ ├── ftp.cpp │ │ │ ├── gaugecmn.cpp │ │ │ ├── gbsizer.cpp │ │ │ ├── gdicmn.cpp │ │ │ ├── geometry.cpp │ │ │ ├── gifdecod.cpp │ │ │ ├── glcmn.cpp │ │ │ ├── graphcmn.cpp │ │ │ ├── gridcmn.cpp │ │ │ ├── hash.cpp │ │ │ ├── hashmap.cpp │ │ │ ├── headercolcmn.cpp │ │ │ ├── headerctrlcmn.cpp │ │ │ ├── helpbase.cpp │ │ │ ├── http.cpp │ │ │ ├── hyperlnkcmn.cpp │ │ │ ├── iconbndl.cpp │ │ │ ├── imagall.cpp │ │ │ ├── imagbmp.cpp │ │ │ ├── image.cpp │ │ │ ├── imagfill.cpp │ │ │ ├── imaggif.cpp │ │ │ ├── imagiff.cpp │ │ │ ├── imagjpeg.cpp │ │ │ ├── imagpcx.cpp │ │ │ ├── imagpng.cpp │ │ │ ├── imagpnm.cpp │ │ │ ├── imagtga.cpp │ │ │ ├── imagtiff.cpp │ │ │ ├── imagxpm.cpp │ │ │ ├── init.cpp │ │ │ ├── intl.cpp │ │ │ ├── ipcbase.cpp │ │ │ ├── languageinfo.cpp │ │ │ ├── layout.cpp │ │ │ ├── lboxcmn.cpp │ │ │ ├── list.cpp │ │ │ ├── listctrlcmn.cpp │ │ │ ├── log.cpp │ │ │ ├── longlong.cpp │ │ │ ├── markupparser.cpp │ │ │ ├── matrix.cpp │ │ │ ├── mediactrlcmn.cpp │ │ │ ├── memory.cpp │ │ │ ├── menucmn.cpp │ │ │ ├── mimecmn.cpp │ │ │ ├── modalhook.cpp │ │ │ ├── module.cpp │ │ │ ├── mousemanager.cpp │ │ │ ├── msgout.cpp │ │ │ ├── mstream.cpp │ │ │ ├── nbkbase.cpp │ │ │ ├── notifmsgcmn.cpp │ │ │ ├── numformatter.cpp │ │ │ ├── object.cpp │ │ │ ├── odcombocmn.cpp │ │ │ ├── overlaycmn.cpp │ │ │ ├── ownerdrwcmn.cpp │ │ │ ├── panelcmn.cpp │ │ │ ├── paper.cpp │ │ │ ├── persist.cpp │ │ │ ├── pickerbase.cpp │ │ │ ├── platinfo.cpp │ │ │ ├── popupcmn.cpp │ │ │ ├── powercmn.cpp │ │ │ ├── preferencescmn.cpp │ │ │ ├── prntbase.cpp │ │ │ ├── process.cpp │ │ │ ├── protocol.cpp │ │ │ ├── quantize.cpp │ │ │ ├── radiobtncmn.cpp │ │ │ ├── radiocmn.cpp │ │ │ ├── rearrangectrl.cpp │ │ │ ├── regex.cpp │ │ │ ├── rendcmn.cpp │ │ │ ├── rgncmn.cpp │ │ │ ├── richtooltipcmn.cpp │ │ │ ├── sckaddr.cpp │ │ │ ├── sckfile.cpp │ │ │ ├── sckipc.cpp │ │ │ ├── sckstrm.cpp │ │ │ ├── scrolbarcmn.cpp │ │ │ ├── selectdispatcher.cpp │ │ │ ├── settcmn.cpp │ │ │ ├── sizer.cpp │ │ │ ├── slidercmn.cpp │ │ │ ├── socket.cpp │ │ │ ├── socketiohandler.cpp │ │ │ ├── spinbtncmn.cpp │ │ │ ├── spinctrlcmn.cpp │ │ │ ├── srchcmn.cpp │ │ │ ├── sstream.cpp │ │ │ ├── statbar.cpp │ │ │ ├── statbmpcmn.cpp │ │ │ ├── statboxcmn.cpp │ │ │ ├── statlinecmn.cpp │ │ │ ├── stattextcmn.cpp │ │ │ ├── stdpbase.cpp │ │ │ ├── stdstream.cpp │ │ │ ├── stockitem.cpp │ │ │ ├── stopwatch.cpp │ │ │ ├── strconv.cpp │ │ │ ├── stream.cpp │ │ │ ├── string.cpp │ │ │ ├── stringimpl.cpp │ │ │ ├── stringops.cpp │ │ │ ├── strvararg.cpp │ │ │ ├── sysopt.cpp │ │ │ ├── tarstrm.cpp │ │ │ ├── taskbarcmn.cpp │ │ │ ├── tbarbase.cpp │ │ │ ├── textbuf.cpp │ │ │ ├── textcmn.cpp │ │ │ ├── textentrycmn.cpp │ │ │ ├── textfile.cpp │ │ │ ├── textmeasurecmn.cpp │ │ │ ├── threadinfo.cpp │ │ │ ├── time.cpp │ │ │ ├── timercmn.cpp │ │ │ ├── timerimpl.cpp │ │ │ ├── tokenzr.cpp │ │ │ ├── toplvcmn.cpp │ │ │ ├── translation.cpp │ │ │ ├── treebase.cpp │ │ │ ├── txtstrm.cpp │ │ │ ├── uiactioncmn.cpp │ │ │ ├── unichar.cpp │ │ │ ├── unictabl.inc │ │ │ ├── uri.cpp │ │ │ ├── url.cpp │ │ │ ├── ustring.cpp │ │ │ ├── utilscmn.cpp │ │ │ ├── valgen.cpp │ │ │ ├── validate.cpp │ │ │ ├── valnum.cpp │ │ │ ├── valtext.cpp │ │ │ ├── variant.cpp │ │ │ ├── webview.cpp │ │ │ ├── webviewarchivehandler.cpp │ │ │ ├── webviewfshandler.cpp │ │ │ ├── wfstream.cpp │ │ │ ├── wincmn.cpp │ │ │ ├── windowid.cpp │ │ │ ├── wrapsizer.cpp │ │ │ ├── wxcrt.cpp │ │ │ ├── wxprintf.cpp │ │ │ ├── xlocale.cpp │ │ │ ├── xpmdecod.cpp │ │ │ ├── xti.cpp │ │ │ ├── xtistrm.cpp │ │ │ ├── xtixml.cpp │ │ │ ├── zipstrm.cpp │ │ │ └── zstream.cpp │ │ ├── cwcopysetup.bat │ │ ├── cwdcopysetup.bat │ │ ├── generic │ │ │ ├── aboutdlgg.cpp │ │ │ ├── accel.cpp │ │ │ ├── activityindicator.cpp │ │ │ ├── animateg.cpp │ │ │ ├── bannerwindow.cpp │ │ │ ├── bmpcboxg.cpp │ │ │ ├── busyinfo.cpp │ │ │ ├── buttonbar.cpp │ │ │ ├── calctrlg.cpp │ │ │ ├── caret.cpp │ │ │ ├── choicbkg.cpp │ │ │ ├── choicdgg.cpp │ │ │ ├── clrpickerg.cpp │ │ │ ├── collheaderctrlg.cpp │ │ │ ├── collpaneg.cpp │ │ │ ├── colour.cpp │ │ │ ├── colrdlgg.cpp │ │ │ ├── combog.cpp │ │ │ ├── commandlinkbuttong.cpp │ │ │ ├── datavgen.cpp │ │ │ ├── datectlg.cpp │ │ │ ├── dbgrptg.cpp │ │ │ ├── dcpsg.cpp │ │ │ ├── descrip.mms │ │ │ ├── dirctrlg.cpp │ │ │ ├── dirdlgg.cpp │ │ │ ├── dragimgg.cpp │ │ │ ├── editlbox.cpp │ │ │ ├── fdrepdlg.cpp │ │ │ ├── filectrlg.cpp │ │ │ ├── filedlgg.cpp │ │ │ ├── filepickerg.cpp │ │ │ ├── fontdlgg.cpp │ │ │ ├── fontpickerg.cpp │ │ │ ├── fswatcherg.cpp │ │ │ ├── graphicc.cpp │ │ │ ├── grid.cpp │ │ │ ├── gridctrl.cpp │ │ │ ├── grideditors.cpp │ │ │ ├── gridsel.cpp │ │ │ ├── headerctrlg.cpp │ │ │ ├── helpext.cpp │ │ │ ├── htmllbox.cpp │ │ │ ├── hyperlinkg.cpp │ │ │ ├── icon.cpp │ │ │ ├── imaglist.cpp │ │ │ ├── infobar.cpp │ │ │ ├── laywin.cpp │ │ │ ├── listbkg.cpp │ │ │ ├── listctrl.cpp │ │ │ ├── logg.cpp │ │ │ ├── markuptext.cpp │ │ │ ├── mask.cpp │ │ │ ├── mdig.cpp │ │ │ ├── msgdlgg.cpp │ │ │ ├── notebook.cpp │ │ │ ├── notifmsgg.cpp │ │ │ ├── numdlgg.cpp │ │ │ ├── odcombo.cpp │ │ │ ├── paletteg.cpp │ │ │ ├── preferencesg.cpp │ │ │ ├── printps.cpp │ │ │ ├── prntdlgg.cpp │ │ │ ├── progdlgg.cpp │ │ │ ├── propdlg.cpp │ │ │ ├── regiong.cpp │ │ │ ├── renderg.cpp │ │ │ ├── richmsgdlgg.cpp │ │ │ ├── richtooltipg.cpp │ │ │ ├── sashwin.cpp │ │ │ ├── scrlwing.cpp │ │ │ ├── selstore.cpp │ │ │ ├── spinctlg.cpp │ │ │ ├── splash.cpp │ │ │ ├── splitter.cpp │ │ │ ├── srchctlg.cpp │ │ │ ├── statbmpg.cpp │ │ │ ├── statline.cpp │ │ │ ├── stattextg.cpp │ │ │ ├── statusbr.cpp │ │ │ ├── tabg.cpp │ │ │ ├── textdlgg.cpp │ │ │ ├── textmeasure.cpp │ │ │ ├── timectrlg.cpp │ │ │ ├── timer.cpp │ │ │ ├── tipdlg.cpp │ │ │ ├── tipwin.cpp │ │ │ ├── toolbkg.cpp │ │ │ ├── treebkg.cpp │ │ │ ├── treectlg.cpp │ │ │ ├── treelist.cpp │ │ │ ├── vlbox.cpp │ │ │ ├── vscroll.cpp │ │ │ └── wizard.cpp │ │ ├── gtk │ │ │ ├── aboutdlg.cpp │ │ │ ├── activityindicator.cpp │ │ │ ├── animate.cpp │ │ │ ├── anybutton.cpp │ │ │ ├── app.cpp │ │ │ ├── artgtk.cpp │ │ │ ├── assertdlg_gtk.cpp │ │ │ ├── bdiag.xbm │ │ │ ├── bitmap.cpp │ │ │ ├── bmpbuttn.cpp │ │ │ ├── bmpcbox.cpp │ │ │ ├── brush.cpp │ │ │ ├── button.cpp │ │ │ ├── calctrl.cpp │ │ │ ├── cdiag.xbm │ │ │ ├── checkbox.cpp │ │ │ ├── checklst.cpp │ │ │ ├── choice.cpp │ │ │ ├── clipbrd.cpp │ │ │ ├── clrpicker.cpp │ │ │ ├── collpane.cpp │ │ │ ├── colordlg.cpp │ │ │ ├── colour.cpp │ │ │ ├── combobox.cpp │ │ │ ├── control.cpp │ │ │ ├── cross.xbm │ │ │ ├── cursor.cpp │ │ │ ├── dataobj.cpp │ │ │ ├── dataview.cpp │ │ │ ├── dc.cpp │ │ │ ├── dcclient.cpp │ │ │ ├── dcmemory.cpp │ │ │ ├── dcscreen.cpp │ │ │ ├── descrip.mms │ │ │ ├── dialog.cpp │ │ │ ├── dirdlg.cpp │ │ │ ├── display.cpp │ │ │ ├── dnd.cpp │ │ │ ├── eggtrayicon.c │ │ │ ├── eggtrayicon.h │ │ │ ├── evtloop.cpp │ │ │ ├── fdiag.xbm │ │ │ ├── filectrl.cpp │ │ │ ├── filedlg.cpp │ │ │ ├── filehistory.cpp │ │ │ ├── filepicker.cpp │ │ │ ├── font.cpp │ │ │ ├── fontdlg.cpp │ │ │ ├── fontpicker.cpp │ │ │ ├── frame.cpp │ │ │ ├── gauge.cpp │ │ │ ├── glcanvas.cpp │ │ │ ├── gnome │ │ │ │ └── gvfs.cpp │ │ │ ├── horiz.xbm │ │ │ ├── hyperlink.cpp │ │ │ ├── infobar.cpp │ │ │ ├── listbox.cpp │ │ │ ├── mdi.cpp │ │ │ ├── menu.cpp │ │ │ ├── minifram.cpp │ │ │ ├── mnemonics.cpp │ │ │ ├── msgdlg.cpp │ │ │ ├── nativewin.cpp │ │ │ ├── nonownedwnd.cpp │ │ │ ├── notebook.cpp │ │ │ ├── notifmsg.cpp │ │ │ ├── pen.cpp │ │ │ ├── popupwin.cpp │ │ │ ├── print.cpp │ │ │ ├── private.cpp │ │ │ ├── radiobox.cpp │ │ │ ├── radiobut.cpp │ │ │ ├── region.cpp │ │ │ ├── renderer.cpp │ │ │ ├── scrolbar.cpp │ │ │ ├── scrolwin.cpp │ │ │ ├── settings.cpp │ │ │ ├── slider.cpp │ │ │ ├── sockgtk.cpp │ │ │ ├── spinbutt.cpp │ │ │ ├── spinctrl.cpp │ │ │ ├── statbmp.cpp │ │ │ ├── statbox.cpp │ │ │ ├── statline.cpp │ │ │ ├── stattext.cpp │ │ │ ├── taskbar.cpp │ │ │ ├── textctrl.cpp │ │ │ ├── textentry.cpp │ │ │ ├── textmeasure.cpp │ │ │ ├── tglbtn.cpp │ │ │ ├── timer.cpp │ │ │ ├── toolbar.cpp │ │ │ ├── tooltip.cpp │ │ │ ├── toplevel.cpp │ │ │ ├── treeentry_gtk.c │ │ │ ├── utilsgtk.cpp │ │ │ ├── verti.xbm │ │ │ ├── webview_webkit.cpp │ │ │ ├── win_gtk.cpp │ │ │ └── window.cpp │ │ ├── msw │ │ │ ├── aboutdlg.cpp │ │ │ ├── accel.cpp │ │ │ ├── anybutton.cpp │ │ │ ├── app.cpp │ │ │ ├── appprogress.cpp │ │ │ ├── artmsw.cpp │ │ │ ├── basemsw.cpp │ │ │ ├── bitmap.cpp │ │ │ ├── bmpbuttn.cpp │ │ │ ├── bmpcbox.cpp │ │ │ ├── brush.cpp │ │ │ ├── button.cpp │ │ │ ├── calctrl.cpp │ │ │ ├── caret.cpp │ │ │ ├── checkbox.cpp │ │ │ ├── checklst.cpp │ │ │ ├── choice.cpp │ │ │ ├── clipbrd.cpp │ │ │ ├── colordlg.cpp │ │ │ ├── colour.cpp │ │ │ ├── combo.cpp │ │ │ ├── combobox.cpp │ │ │ ├── commandlinkbutton.cpp │ │ │ ├── control.cpp │ │ │ ├── crashrpt.cpp │ │ │ ├── cursor.cpp │ │ │ ├── data.cpp │ │ │ ├── datecontrols.cpp │ │ │ ├── datectrl.cpp │ │ │ ├── datetimectrl.cpp │ │ │ ├── dc.cpp │ │ │ ├── dcclient.cpp │ │ │ ├── dcmemory.cpp │ │ │ ├── dcprint.cpp │ │ │ ├── dcscreen.cpp │ │ │ ├── dde.cpp │ │ │ ├── debughlp.cpp │ │ │ ├── dialog.cpp │ │ │ ├── dialup.cpp │ │ │ ├── dib.cpp │ │ │ ├── dir.cpp │ │ │ ├── dirdlg.cpp │ │ │ ├── display.cpp │ │ │ ├── dlmsw.cpp │ │ │ ├── dragimag.cpp │ │ │ ├── enhmeta.cpp │ │ │ ├── evtloop.cpp │ │ │ ├── evtloopconsole.cpp │ │ │ ├── fdrepdlg.cpp │ │ │ ├── filedlg.cpp │ │ │ ├── font.cpp │ │ │ ├── fontdlg.cpp │ │ │ ├── fontenum.cpp │ │ │ ├── fontutil.cpp │ │ │ ├── frame.cpp │ │ │ ├── fswatcher.cpp │ │ │ ├── gauge.cpp │ │ │ ├── gdiimage.cpp │ │ │ ├── gdiobj.cpp │ │ │ ├── gdiplus.cpp │ │ │ ├── glcanvas.cpp │ │ │ ├── graphics.cpp │ │ │ ├── graphicsd2d.cpp │ │ │ ├── headerctrl.cpp │ │ │ ├── helpbest.cpp │ │ │ ├── helpchm.cpp │ │ │ ├── helpwin.cpp │ │ │ ├── hyperlink.cpp │ │ │ ├── icon.cpp │ │ │ ├── imaglist.cpp │ │ │ ├── iniconf.cpp │ │ │ ├── joystick.cpp │ │ │ ├── listbox.cpp │ │ │ ├── listctrl.cpp │ │ │ ├── main.cpp │ │ │ ├── mdi.cpp │ │ │ ├── mediactrl_am.cpp │ │ │ ├── mediactrl_qt.cpp │ │ │ ├── mediactrl_wmp10.cpp │ │ │ ├── menu.cpp │ │ │ ├── menuitem.cpp │ │ │ ├── metafile.cpp │ │ │ ├── mimetype.cpp │ │ │ ├── minifram.cpp │ │ │ ├── msgdlg.cpp │ │ │ ├── nativdlg.cpp │ │ │ ├── nativewin.cpp │ │ │ ├── nonownedwnd.cpp │ │ │ ├── notebook.cpp │ │ │ ├── notifmsg.cpp │ │ │ ├── ole │ │ │ │ ├── access.cpp │ │ │ │ ├── activex.cpp │ │ │ │ ├── automtn.cpp │ │ │ │ ├── dataobj.cpp │ │ │ │ ├── dropsrc.cpp │ │ │ │ ├── droptgt.cpp │ │ │ │ ├── oleutils.cpp │ │ │ │ ├── safearray.cpp │ │ │ │ └── uuid.cpp │ │ │ ├── ownerdrw.cpp │ │ │ ├── palette.cpp │ │ │ ├── panel.cpp │ │ │ ├── pen.cpp │ │ │ ├── popupwin.cpp │ │ │ ├── power.cpp │ │ │ ├── printdlg.cpp │ │ │ ├── printwin.cpp │ │ │ ├── progdlg.cpp │ │ │ ├── radiobox.cpp │ │ │ ├── radiobut.cpp │ │ │ ├── regconf.cpp │ │ │ ├── region.cpp │ │ │ ├── registry.cpp │ │ │ ├── renderer.cpp │ │ │ ├── richmsgdlg.cpp │ │ │ ├── richtooltip.cpp │ │ │ ├── rt │ │ │ │ ├── notifmsgrt.cpp │ │ │ │ └── utilsrt.cpp │ │ │ ├── scrolbar.cpp │ │ │ ├── settings.cpp │ │ │ ├── slider.cpp │ │ │ ├── snglinst.cpp │ │ │ ├── sockmsw.cpp │ │ │ ├── sound.cpp │ │ │ ├── spinbutt.cpp │ │ │ ├── spinctrl.cpp │ │ │ ├── stackwalk.cpp │ │ │ ├── statbmp.cpp │ │ │ ├── statbox.cpp │ │ │ ├── statline.cpp │ │ │ ├── stattext.cpp │ │ │ ├── statusbar.cpp │ │ │ ├── stdpaths.cpp │ │ │ ├── systhemectrl.cpp │ │ │ ├── taskbar.cpp │ │ │ ├── taskbarbutton.cpp │ │ │ ├── textctrl.cpp │ │ │ ├── textentry.cpp │ │ │ ├── textmeasure.cpp │ │ │ ├── tglbtn.cpp │ │ │ ├── thread.cpp │ │ │ ├── timectrl.cpp │ │ │ ├── timer.cpp │ │ │ ├── toolbar.cpp │ │ │ ├── tooltip.cpp │ │ │ ├── toplevel.cpp │ │ │ ├── treectrl.cpp │ │ │ ├── uiaction.cpp │ │ │ ├── urlmsw.cpp │ │ │ ├── utils.cpp │ │ │ ├── utilsexc.cpp │ │ │ ├── utilsgui.cpp │ │ │ ├── utilswin.cpp │ │ │ ├── uxtheme.cpp │ │ │ ├── version.rc │ │ │ ├── volume.cpp │ │ │ ├── webview_ie.cpp │ │ │ ├── window.cpp │ │ │ └── winestub.c │ │ ├── osx │ │ │ ├── accel.cpp │ │ │ ├── anybutton_osx.cpp │ │ │ ├── artmac.cpp │ │ │ ├── bmpbuttn_osx.cpp │ │ │ ├── brush.cpp │ │ │ ├── button_osx.cpp │ │ │ ├── carbon │ │ │ │ ├── Info.plist.in │ │ │ │ ├── app.cpp │ │ │ │ ├── clipbrd.cpp │ │ │ │ ├── colordlg.cpp │ │ │ │ ├── colordlgosx.mm │ │ │ │ ├── control.cpp │ │ │ │ ├── cursor.cpp │ │ │ │ ├── dataobj.cpp │ │ │ │ ├── dcclient.cpp │ │ │ │ ├── dcprint.cpp │ │ │ │ ├── dcscreen.cpp │ │ │ │ ├── font.cpp │ │ │ │ ├── fontdlg.cpp │ │ │ │ ├── fontdlgosx.mm │ │ │ │ ├── frame.cpp │ │ │ │ ├── gdiobj.cpp │ │ │ │ ├── graphics.cpp │ │ │ │ ├── icon.cpp │ │ │ │ ├── main.cpp │ │ │ │ ├── mdi.cpp │ │ │ │ ├── metafile.cpp │ │ │ │ ├── overlay.cpp │ │ │ │ ├── popupwin.cpp │ │ │ │ ├── region.cpp │ │ │ │ ├── renderer.cpp │ │ │ │ ├── sound.cpp │ │ │ │ ├── statbrma.cpp │ │ │ │ ├── thread.cpp │ │ │ │ ├── utilscocoa.mm │ │ │ │ └── wxmac.icns │ │ │ ├── checkbox_osx.cpp │ │ │ ├── checklst_osx.cpp │ │ │ ├── choice_osx.cpp │ │ │ ├── cocoa │ │ │ │ ├── aboutdlg.mm │ │ │ │ ├── activityindicator.mm │ │ │ │ ├── anybutton.mm │ │ │ │ ├── appprogress.mm │ │ │ │ ├── button.mm │ │ │ │ ├── checkbox.mm │ │ │ │ ├── choice.mm │ │ │ │ ├── colour.mm │ │ │ │ ├── combobox.mm │ │ │ │ ├── dataview.mm │ │ │ │ ├── datetimectrl.mm │ │ │ │ ├── dialog.mm │ │ │ │ ├── dirdlg.mm │ │ │ │ ├── dnd.mm │ │ │ │ ├── evtloop.mm │ │ │ │ ├── filedlg.mm │ │ │ │ ├── gauge.mm │ │ │ │ ├── glcanvas.mm │ │ │ │ ├── listbox.mm │ │ │ │ ├── mediactrl.mm │ │ │ │ ├── menu.mm │ │ │ │ ├── menuitem.mm │ │ │ │ ├── msgdlg.mm │ │ │ │ ├── nativewin.mm │ │ │ │ ├── nonownedwnd.mm │ │ │ │ ├── notebook.mm │ │ │ │ ├── notifmsg.mm │ │ │ │ ├── overlay.mm │ │ │ │ ├── power.mm │ │ │ │ ├── preferences.mm │ │ │ │ ├── printdlg.mm │ │ │ │ ├── radiobut.mm │ │ │ │ ├── scrolbar.mm │ │ │ │ ├── settings.mm │ │ │ │ ├── slider.mm │ │ │ │ ├── spinbutt.mm │ │ │ │ ├── srchctrl.mm │ │ │ │ ├── statbox.mm │ │ │ │ ├── statline.mm │ │ │ │ ├── stattext.mm │ │ │ │ ├── stdpaths.mm │ │ │ │ ├── taskbar.mm │ │ │ │ ├── textctrl.mm │ │ │ │ ├── tglbtn.mm │ │ │ │ ├── toolbar.mm │ │ │ │ ├── tooltip.mm │ │ │ │ ├── utils.mm │ │ │ │ ├── utils_base.mm │ │ │ │ └── window.mm │ │ │ ├── combobox_osx.cpp │ │ │ ├── core │ │ │ │ ├── bitmap.cpp │ │ │ │ ├── cfstring.cpp │ │ │ │ ├── colour.cpp │ │ │ │ ├── dcmemory.cpp │ │ │ │ ├── display.cpp │ │ │ │ ├── evtloop_cf.cpp │ │ │ │ ├── fontenum.cpp │ │ │ │ ├── hid.cpp │ │ │ │ ├── hidjoystick.cpp │ │ │ │ ├── mimetype.cpp │ │ │ │ ├── printmac.cpp │ │ │ │ ├── sockosx.cpp │ │ │ │ ├── sound.cpp │ │ │ │ ├── strconv_cf.cpp │ │ │ │ ├── timer.cpp │ │ │ │ ├── utilsexc_base.cpp │ │ │ │ └── utilsexc_cf.cpp │ │ │ ├── dataview_osx.cpp │ │ │ ├── datectrl_osx.cpp │ │ │ ├── datetimectrl_osx.cpp │ │ │ ├── dialog_osx.cpp │ │ │ ├── dnd_osx.cpp │ │ │ ├── fontutil.cpp │ │ │ ├── fswatcher_fsevents.cpp │ │ │ ├── gauge_osx.cpp │ │ │ ├── glcanvas_osx.cpp │ │ │ ├── imaglist.cpp │ │ │ ├── iphone │ │ │ │ ├── anybutton.mm │ │ │ │ ├── button.mm │ │ │ │ ├── checkbox.mm │ │ │ │ ├── dialog.mm │ │ │ │ ├── evtloop.mm │ │ │ │ ├── gauge.mm │ │ │ │ ├── glcanvas.mm │ │ │ │ ├── msgdlg.mm │ │ │ │ ├── nonownedwnd.mm │ │ │ │ ├── scrolbar.mm │ │ │ │ ├── settings.mm │ │ │ │ ├── slider.mm │ │ │ │ ├── stattext.mm │ │ │ │ ├── textctrl.mm │ │ │ │ ├── toolbar.mm │ │ │ │ ├── utils.mm │ │ │ │ └── window.mm │ │ │ ├── listbox_osx.cpp │ │ │ ├── menu_osx.cpp │ │ │ ├── menuitem_osx.cpp │ │ │ ├── minifram.cpp │ │ │ ├── nonownedwnd_osx.cpp │ │ │ ├── notebook_osx.cpp │ │ │ ├── palette.cpp │ │ │ ├── pen.cpp │ │ │ ├── printdlg_osx.cpp │ │ │ ├── radiobox_osx.cpp │ │ │ ├── radiobut_osx.cpp │ │ │ ├── scrolbar_osx.cpp │ │ │ ├── slider_osx.cpp │ │ │ ├── sound_osx.cpp │ │ │ ├── spinbutt_osx.cpp │ │ │ ├── srchctrl_osx.cpp │ │ │ ├── statbox_osx.cpp │ │ │ ├── statline_osx.cpp │ │ │ ├── stattext_osx.cpp │ │ │ ├── textctrl_osx.cpp │ │ │ ├── textentry_osx.cpp │ │ │ ├── tglbtn_osx.cpp │ │ │ ├── timectrl_osx.cpp │ │ │ ├── toolbar_osx.cpp │ │ │ ├── toplevel_osx.cpp │ │ │ ├── uiaction_osx.cpp │ │ │ ├── utils_osx.cpp │ │ │ ├── webview_webkit.mm │ │ │ └── window_osx.cpp │ │ └── unix │ │ │ ├── apptraits.cpp │ │ │ ├── appunix.cpp │ │ │ ├── descrip.mms │ │ │ ├── dialup.cpp │ │ │ ├── dir.cpp │ │ │ ├── displayx11.cpp │ │ │ ├── dlunix.cpp │ │ │ ├── epolldispatcher.cpp │ │ │ ├── evtloopunix.cpp │ │ │ ├── fdiounix.cpp │ │ │ ├── fontenum.cpp │ │ │ ├── fontutil.cpp │ │ │ ├── fswatcher_inotify.cpp │ │ │ ├── fswatcher_kqueue.cpp │ │ │ ├── glx11.cpp │ │ │ ├── joystick.cpp │ │ │ ├── mediactrl.cpp │ │ │ ├── mediactrl_gstplayer.cpp │ │ │ ├── mimetype.cpp │ │ │ ├── net.cpp │ │ │ ├── snglinst.cpp │ │ │ ├── sockunix.cpp │ │ │ ├── sound.cpp │ │ │ ├── sound_sdl.cpp │ │ │ ├── stackwalk.cpp │ │ │ ├── stdpaths.cpp │ │ │ ├── taskbarx11.cpp │ │ │ ├── threadpsx.cpp │ │ │ ├── timerunx.cpp │ │ │ ├── uiactionx11.cpp │ │ │ ├── utilsunx.cpp │ │ │ ├── utilsx11.cpp │ │ │ └── wakeuppipe.cpp │ └── wx │ │ ├── setup.h │ │ ├── wxcocoa.h │ │ ├── wxgtk.h │ │ └── wxmsw.h ├── xxhash │ ├── CMakeLists.txt │ ├── LICENSE │ ├── xxhash.c │ ├── xxhash.h │ ├── xxhash.vcxproj │ └── xxhsum.c └── zlib │ ├── CMakeLists.txt │ ├── ChangeLog │ ├── adler32.c │ ├── compress.c │ ├── crc32.c │ ├── crc32.h │ ├── deflate.c │ ├── deflate.h │ ├── gzclose.c │ ├── gzguts.h │ ├── gzlib.c │ ├── gzread.c │ ├── gzwrite.c │ ├── infback.c │ ├── inffast.c │ ├── inffast.h │ ├── inffixed.h │ ├── inflate.c │ ├── inflate.h │ ├── inftrees.c │ ├── inftrees.h │ ├── trees.c │ ├── trees.h │ ├── uncompr.c │ ├── zconf.h │ ├── zlib.h │ ├── zlib.vcxproj │ ├── zutil.c │ └── zutil.h ├── Installer ├── Dolphin.ico ├── Installer.nsi ├── dolphin-emu.spec ├── dxredist │ ├── APR2007_xinput_x64.cab │ ├── APR2007_xinput_x86.cab │ ├── DSETUP.dll │ ├── DXSETUP.exe │ ├── dsetup32.dll │ └── dxupdate.cab ├── license.txt └── vcredist │ └── vc_redist.x64.exe ├── Languages ├── Languages.vcxproj ├── po.props ├── po.rules ├── po.targets ├── po.xml ├── po │ ├── ar.po │ ├── ca.po │ ├── cs.po │ ├── da_DK.po │ ├── de.po │ ├── dolphin-emu.pot │ ├── el.po │ ├── en.po │ ├── es.po │ ├── fa.po │ ├── fr.po │ ├── hr.po │ ├── hu.po │ ├── it.po │ ├── ja.po │ ├── ko.po │ ├── ms_MY.po │ ├── nb.po │ ├── nl.po │ ├── pl.po │ ├── pt.po │ ├── pt_BR.po │ ├── ro_RO.po │ ├── ru.po │ ├── sr.po │ ├── sv.po │ ├── tr.po │ ├── zh_CN.po │ └── zh_TW.po ├── update-source-strings.sh └── update-translated-strings.sh ├── Readme.md ├── Source ├── .clang-format ├── Android │ ├── .gitignore │ ├── app │ │ ├── .gitignore │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── org │ │ │ │ └── dolphinemu │ │ │ │ └── dolphinemu │ │ │ │ └── ApplicationTest.java │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── assets │ │ │ ├── GCPadNew.ini │ │ │ └── WiimoteNew.ini │ │ │ ├── java │ │ │ └── org │ │ │ │ └── dolphinemu │ │ │ │ └── dolphinemu │ │ │ │ ├── DolphinApplication.java │ │ │ │ ├── NativeLibrary.java │ │ │ │ ├── activities │ │ │ │ ├── AddDirectoryActivity.java │ │ │ │ └── EmulationActivity.java │ │ │ │ ├── adapters │ │ │ │ ├── FileAdapter.java │ │ │ │ ├── GameAdapter.java │ │ │ │ ├── GameRowPresenter.java │ │ │ │ ├── PlatformPagerAdapter.java │ │ │ │ └── SettingsRowPresenter.java │ │ │ │ ├── dialogs │ │ │ │ ├── GameDetailsDialog.java │ │ │ │ └── MotionAlertDialog.java │ │ │ │ ├── fragments │ │ │ │ ├── EmulationFragment.java │ │ │ │ ├── MenuFragment.java │ │ │ │ └── SaveLoadStateFragment.java │ │ │ │ ├── model │ │ │ │ ├── FileListItem.java │ │ │ │ ├── Game.java │ │ │ │ ├── GameDatabase.java │ │ │ │ ├── GameProvider.java │ │ │ │ ├── TvSettingsItem.java │ │ │ │ └── settings │ │ │ │ │ ├── BooleanSetting.java │ │ │ │ │ ├── FloatSetting.java │ │ │ │ │ ├── IntSetting.java │ │ │ │ │ ├── Setting.java │ │ │ │ │ ├── SettingSection.java │ │ │ │ │ ├── StringSetting.java │ │ │ │ │ └── view │ │ │ │ │ ├── CheckBoxSetting.java │ │ │ │ │ ├── HeaderSetting.java │ │ │ │ │ ├── InputBindingSetting.java │ │ │ │ │ ├── SettingsItem.java │ │ │ │ │ ├── SingleChoiceSetting.java │ │ │ │ │ ├── SliderSetting.java │ │ │ │ │ └── SubmenuSetting.java │ │ │ │ ├── overlay │ │ │ │ ├── InputOverlay.java │ │ │ │ ├── InputOverlayDrawableButton.java │ │ │ │ ├── InputOverlayDrawableDpad.java │ │ │ │ └── InputOverlayDrawableJoystick.java │ │ │ │ ├── services │ │ │ │ ├── AssetCopyService.java │ │ │ │ └── USBPermService.java │ │ │ │ ├── ui │ │ │ │ ├── DividerItemDecoration.java │ │ │ │ ├── NVidiaShieldWorkaroundView.java │ │ │ │ ├── input │ │ │ │ │ └── gamecube │ │ │ │ │ │ ├── ControllerFragment.java │ │ │ │ │ │ ├── ControllerFragmentPresenter.java │ │ │ │ │ │ └── ControllerFragmentView.java │ │ │ │ ├── main │ │ │ │ │ ├── CustomTitleView.java │ │ │ │ │ ├── MainActivity.java │ │ │ │ │ ├── MainPresenter.java │ │ │ │ │ ├── MainView.java │ │ │ │ │ └── TvMainActivity.java │ │ │ │ ├── platform │ │ │ │ │ ├── Platform.java │ │ │ │ │ ├── PlatformGamesFragment.java │ │ │ │ │ ├── PlatformGamesPresenter.java │ │ │ │ │ └── PlatformGamesView.java │ │ │ │ └── settings │ │ │ │ │ ├── SettingsActivity.java │ │ │ │ │ ├── SettingsActivityPresenter.java │ │ │ │ │ ├── SettingsActivityView.java │ │ │ │ │ ├── SettingsAdapter.java │ │ │ │ │ ├── SettingsFragment.java │ │ │ │ │ ├── SettingsFragmentPresenter.java │ │ │ │ │ ├── SettingsFragmentView.java │ │ │ │ │ ├── SettingsFrameLayout.java │ │ │ │ │ └── viewholder │ │ │ │ │ ├── CheckBoxSettingViewHolder.java │ │ │ │ │ ├── HeaderViewHolder.java │ │ │ │ │ ├── InputBindingSettingViewHolder.java │ │ │ │ │ ├── SettingViewHolder.java │ │ │ │ │ ├── SingleChoiceViewHolder.java │ │ │ │ │ ├── SliderViewHolder.java │ │ │ │ │ └── SubmenuViewHolder.java │ │ │ │ ├── utils │ │ │ │ ├── Animations.java │ │ │ │ ├── ControllerMappingHelper.java │ │ │ │ ├── EGLHelper.java │ │ │ │ ├── GameBannerRequestHandler.java │ │ │ │ ├── Java_GCAdapter.java │ │ │ │ ├── Java_WiimoteAdapter.java │ │ │ │ ├── Log.java │ │ │ │ ├── PermissionsHandler.java │ │ │ │ ├── PicassoUtils.java │ │ │ │ ├── SettingsFile.java │ │ │ │ └── StartupHandler.java │ │ │ │ └── viewholders │ │ │ │ ├── FileViewHolder.java │ │ │ │ ├── GameViewHolder.java │ │ │ │ ├── TvGameViewHolder.java │ │ │ │ └── TvSettingsViewHolder.java │ │ │ └── res │ │ │ ├── animator │ │ │ ├── button_elevation.xml │ │ │ ├── menu_slide_in_from_left.xml │ │ │ ├── menu_slide_in_from_right.xml │ │ │ ├── menu_slide_out_to_left.xml │ │ │ ├── menu_slide_out_to_right.xml │ │ │ ├── settings_enter.xml │ │ │ ├── settings_exit.xml │ │ │ ├── settings_pop_enter.xml │ │ │ └── setttings_pop_exit.xml │ │ │ ├── color │ │ │ └── button_text_color.xml │ │ │ ├── drawable-hdpi │ │ │ ├── classic_a.png │ │ │ ├── classic_a_pressed.png │ │ │ ├── classic_b.png │ │ │ ├── classic_b_pressed.png │ │ │ ├── classic_l.png │ │ │ ├── classic_l_pressed.png │ │ │ ├── classic_r.png │ │ │ ├── classic_r_pressed.png │ │ │ ├── classic_x.png │ │ │ ├── classic_x_pressed.png │ │ │ ├── classic_y.png │ │ │ ├── classic_y_pressed.png │ │ │ ├── classic_zl.png │ │ │ ├── classic_zl_pressed.png │ │ │ ├── classic_zr.png │ │ │ ├── classic_zr_pressed.png │ │ │ ├── gcpad_a.png │ │ │ ├── gcpad_a_pressed.png │ │ │ ├── gcpad_b.png │ │ │ ├── gcpad_b_pressed.png │ │ │ ├── gcpad_c.png │ │ │ ├── gcpad_c_pressed.png │ │ │ ├── gcpad_l.png │ │ │ ├── gcpad_l_pressed.png │ │ │ ├── gcpad_r.png │ │ │ ├── gcpad_r_pressed.png │ │ │ ├── gcpad_start.png │ │ │ ├── gcpad_start_pressed.png │ │ │ ├── gcpad_x.png │ │ │ ├── gcpad_x_pressed.png │ │ │ ├── gcpad_y.png │ │ │ ├── gcpad_y_pressed.png │ │ │ ├── gcpad_z.png │ │ │ ├── gcpad_z_pressed.png │ │ │ ├── gcwii_dpad.png │ │ │ ├── gcwii_dpad_pressed_one_direction.png │ │ │ ├── gcwii_dpad_pressed_two_directions.png │ │ │ ├── gcwii_joystick.png │ │ │ ├── gcwii_joystick_pressed.png │ │ │ ├── gcwii_joystick_range.png │ │ │ ├── ic_add.png │ │ │ ├── ic_company.png │ │ │ ├── ic_country.png │ │ │ ├── ic_folder.png │ │ │ ├── ic_gamecube.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_play.png │ │ │ ├── ic_quickload.png │ │ │ ├── ic_quicksave.png │ │ │ ├── ic_refresh.png │ │ │ ├── ic_screenshot.png │ │ │ ├── ic_settings_core.png │ │ │ ├── ic_settings_gcpad.png │ │ │ ├── ic_settings_graphics.png │ │ │ ├── ic_settings_wiimote.png │ │ │ ├── ic_wii.png │ │ │ ├── nunchuk_c.png │ │ │ ├── nunchuk_c_pressed.png │ │ │ ├── nunchuk_z.png │ │ │ ├── nunchuk_z_pressed.png │ │ │ ├── wiimote_a.png │ │ │ ├── wiimote_a_pressed.png │ │ │ ├── wiimote_b.png │ │ │ ├── wiimote_b_pressed.png │ │ │ ├── wiimote_home.png │ │ │ ├── wiimote_home_pressed.png │ │ │ ├── wiimote_minus.png │ │ │ ├── wiimote_minus_pressed.png │ │ │ ├── wiimote_one.png │ │ │ ├── wiimote_one_pressed.png │ │ │ ├── wiimote_plus.png │ │ │ ├── wiimote_plus_pressed.png │ │ │ ├── wiimote_two.png │ │ │ └── wiimote_two_pressed.png │ │ │ ├── drawable-mdpi │ │ │ ├── ic_quickload.png │ │ │ ├── ic_quicksave.png │ │ │ ├── ic_refresh.png │ │ │ ├── ic_screenshot.png │ │ │ ├── ic_settings.png │ │ │ ├── ic_settings_gcpad.png │ │ │ └── ic_settings_wiimote.png │ │ │ ├── drawable-xhdpi │ │ │ ├── banner_tv.png │ │ │ ├── classic_a.png │ │ │ ├── classic_a_pressed.png │ │ │ ├── classic_b.png │ │ │ ├── classic_b_pressed.png │ │ │ ├── classic_l.png │ │ │ ├── classic_l_pressed.png │ │ │ ├── classic_r.png │ │ │ ├── classic_r_pressed.png │ │ │ ├── classic_x.png │ │ │ ├── classic_x_pressed.png │ │ │ ├── classic_y.png │ │ │ ├── classic_y_pressed.png │ │ │ ├── classic_zl.png │ │ │ ├── classic_zl_pressed.png │ │ │ ├── classic_zr.png │ │ │ ├── classic_zr_pressed.png │ │ │ ├── gcpad_a.png │ │ │ ├── gcpad_a_pressed.png │ │ │ ├── gcpad_b.png │ │ │ ├── gcpad_b_pressed.png │ │ │ ├── gcpad_c.png │ │ │ ├── gcpad_c_pressed.png │ │ │ ├── gcpad_l.png │ │ │ ├── gcpad_l_pressed.png │ │ │ ├── gcpad_r.png │ │ │ ├── gcpad_r_pressed.png │ │ │ ├── gcpad_start.png │ │ │ ├── gcpad_start_pressed.png │ │ │ ├── gcpad_x.png │ │ │ ├── gcpad_x_pressed.png │ │ │ ├── gcpad_y.png │ │ │ ├── gcpad_y_pressed.png │ │ │ ├── gcpad_z.png │ │ │ ├── gcpad_z_pressed.png │ │ │ ├── gcwii_dpad.png │ │ │ ├── gcwii_dpad_pressed_one_direction.png │ │ │ ├── gcwii_dpad_pressed_two_directions.png │ │ │ ├── gcwii_joystick.png │ │ │ ├── gcwii_joystick_pressed.png │ │ │ ├── gcwii_joystick_range.png │ │ │ ├── ic_add.png │ │ │ ├── ic_company.png │ │ │ ├── ic_country.png │ │ │ ├── ic_folder.png │ │ │ ├── ic_gamecube.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_play.png │ │ │ ├── ic_quickload.png │ │ │ ├── ic_quicksave.png │ │ │ ├── ic_refresh.png │ │ │ ├── ic_screenshot.png │ │ │ ├── ic_settings_core.png │ │ │ ├── ic_settings_gcpad.png │ │ │ ├── ic_settings_graphics.png │ │ │ ├── ic_settings_wiimote.png │ │ │ ├── ic_wii.png │ │ │ ├── nunchuk_c.png │ │ │ ├── nunchuk_c_pressed.png │ │ │ ├── nunchuk_z.png │ │ │ ├── nunchuk_z_pressed.png │ │ │ ├── wiimote_a.png │ │ │ ├── wiimote_a_pressed.png │ │ │ ├── wiimote_b.png │ │ │ ├── wiimote_b_pressed.png │ │ │ ├── wiimote_home.png │ │ │ ├── wiimote_home_pressed.png │ │ │ ├── wiimote_minus.png │ │ │ ├── wiimote_minus_pressed.png │ │ │ ├── wiimote_one.png │ │ │ ├── wiimote_one_pressed.png │ │ │ ├── wiimote_plus.png │ │ │ ├── wiimote_plus_pressed.png │ │ │ ├── wiimote_two.png │ │ │ └── wiimote_two_pressed.png │ │ │ ├── drawable-xxhdpi │ │ │ ├── classic_a.png │ │ │ ├── classic_a_pressed.png │ │ │ ├── classic_b.png │ │ │ ├── classic_b_pressed.png │ │ │ ├── classic_l.png │ │ │ ├── classic_l_pressed.png │ │ │ ├── classic_r.png │ │ │ ├── classic_r_pressed.png │ │ │ ├── classic_x.png │ │ │ ├── classic_x_pressed.png │ │ │ ├── classic_y.png │ │ │ ├── classic_y_pressed.png │ │ │ ├── classic_zl.png │ │ │ ├── classic_zl_pressed.png │ │ │ ├── classic_zr.png │ │ │ ├── classic_zr_pressed.png │ │ │ ├── gcpad_a.png │ │ │ ├── gcpad_a_pressed.png │ │ │ ├── gcpad_b.png │ │ │ ├── gcpad_b_pressed.png │ │ │ ├── gcpad_c.png │ │ │ ├── gcpad_c_pressed.png │ │ │ ├── gcpad_l.png │ │ │ ├── gcpad_l_pressed.png │ │ │ ├── gcpad_r.png │ │ │ ├── gcpad_r_pressed.png │ │ │ ├── gcpad_start.png │ │ │ ├── gcpad_start_pressed.png │ │ │ ├── gcpad_x.png │ │ │ ├── gcpad_x_pressed.png │ │ │ ├── gcpad_y.png │ │ │ ├── gcpad_y_pressed.png │ │ │ ├── gcpad_z.png │ │ │ ├── gcpad_z_pressed.png │ │ │ ├── gcwii_dpad.png │ │ │ ├── gcwii_dpad_pressed_one_direction.png │ │ │ ├── gcwii_dpad_pressed_two_directions.png │ │ │ ├── gcwii_joystick.png │ │ │ ├── gcwii_joystick_pressed.png │ │ │ ├── gcwii_joystick_range.png │ │ │ ├── ic_add.png │ │ │ ├── ic_company.png │ │ │ ├── ic_country.png │ │ │ ├── ic_folder.png │ │ │ ├── ic_gamecube.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_play.png │ │ │ ├── ic_quickload.png │ │ │ ├── ic_quicksave.png │ │ │ ├── ic_refresh.png │ │ │ ├── ic_screenshot.png │ │ │ ├── ic_settings_core.png │ │ │ ├── ic_settings_gcpad.png │ │ │ ├── ic_settings_graphics.png │ │ │ ├── ic_settings_wiimote.png │ │ │ ├── ic_wii.png │ │ │ ├── nunchuk_c.png │ │ │ ├── nunchuk_c_pressed.png │ │ │ ├── nunchuk_z.png │ │ │ ├── nunchuk_z_pressed.png │ │ │ ├── wiimote_a.png │ │ │ ├── wiimote_a_pressed.png │ │ │ ├── wiimote_b.png │ │ │ ├── wiimote_b_pressed.png │ │ │ ├── wiimote_home.png │ │ │ ├── wiimote_home_pressed.png │ │ │ ├── wiimote_minus.png │ │ │ ├── wiimote_minus_pressed.png │ │ │ ├── wiimote_one.png │ │ │ ├── wiimote_one_pressed.png │ │ │ ├── wiimote_plus.png │ │ │ ├── wiimote_plus_pressed.png │ │ │ ├── wiimote_two.png │ │ │ └── wiimote_two_pressed.png │ │ │ ├── drawable-xxxhdpi │ │ │ ├── banner_tv.png │ │ │ ├── classic_a.png │ │ │ ├── classic_a_pressed.png │ │ │ ├── classic_b.png │ │ │ ├── classic_b_pressed.png │ │ │ ├── classic_l.png │ │ │ ├── classic_l_pressed.png │ │ │ ├── classic_r.png │ │ │ ├── classic_r_pressed.png │ │ │ ├── classic_x.png │ │ │ ├── classic_x_pressed.png │ │ │ ├── classic_y.png │ │ │ ├── classic_y_pressed.png │ │ │ ├── classic_zl.png │ │ │ ├── classic_zl_pressed.png │ │ │ ├── classic_zr.png │ │ │ ├── classic_zr_pressed.png │ │ │ ├── gcpad_a.png │ │ │ ├── gcpad_a_pressed.png │ │ │ ├── gcpad_b.png │ │ │ ├── gcpad_b_pressed.png │ │ │ ├── gcpad_c.png │ │ │ ├── gcpad_c_pressed.png │ │ │ ├── gcpad_l.png │ │ │ ├── gcpad_l_pressed.png │ │ │ ├── gcpad_r.png │ │ │ ├── gcpad_r_pressed.png │ │ │ ├── gcpad_start.png │ │ │ ├── gcpad_start_pressed.png │ │ │ ├── gcpad_x.png │ │ │ ├── gcpad_x_pressed.png │ │ │ ├── gcpad_y.png │ │ │ ├── gcpad_y_pressed.png │ │ │ ├── gcpad_z.png │ │ │ ├── gcpad_z_pressed.png │ │ │ ├── gcwii_dpad.png │ │ │ ├── gcwii_dpad_pressed_one_direction.png │ │ │ ├── gcwii_dpad_pressed_two_directions.png │ │ │ ├── gcwii_joystick.png │ │ │ ├── gcwii_joystick_pressed.png │ │ │ ├── gcwii_joystick_range.png │ │ │ ├── ic_add.png │ │ │ ├── ic_company.png │ │ │ ├── ic_country.png │ │ │ ├── ic_folder.png │ │ │ ├── ic_gamecube.png │ │ │ ├── ic_play.png │ │ │ ├── ic_quickload.png │ │ │ ├── ic_quicksave.png │ │ │ ├── ic_refresh.png │ │ │ ├── ic_screenshot.png │ │ │ ├── ic_settings_core.png │ │ │ ├── ic_settings_gcpad.png │ │ │ ├── ic_settings_graphics.png │ │ │ ├── ic_settings_wiimote.png │ │ │ ├── ic_wii.png │ │ │ ├── nunchuk_c.png │ │ │ ├── nunchuk_c_pressed.png │ │ │ ├── nunchuk_z.png │ │ │ ├── nunchuk_z_pressed.png │ │ │ ├── wiimote_a.png │ │ │ ├── wiimote_a_pressed.png │ │ │ ├── wiimote_b.png │ │ │ ├── wiimote_b_pressed.png │ │ │ ├── wiimote_home.png │ │ │ ├── wiimote_home_pressed.png │ │ │ ├── wiimote_minus.png │ │ │ ├── wiimote_minus_pressed.png │ │ │ ├── wiimote_one.png │ │ │ ├── wiimote_one_pressed.png │ │ │ ├── wiimote_plus.png │ │ │ ├── wiimote_plus_pressed.png │ │ │ ├── wiimote_two.png │ │ │ └── wiimote_two_pressed.png │ │ │ ├── drawable │ │ │ ├── ic_add_tv.png │ │ │ ├── ic_refresh_tv.png │ │ │ ├── ic_settings_core_tv.png │ │ │ ├── ic_settings_gcpad.png │ │ │ ├── ic_settings_graphics_tv.png │ │ │ ├── ic_settings_wiimote.png │ │ │ ├── no_banner.png │ │ │ ├── oval_ripple_grey.xml │ │ │ ├── tv_card_background_gamecube.xml │ │ │ ├── tv_card_background_wii.xml │ │ │ └── tv_card_background_wiiware.xml │ │ │ ├── layout-television │ │ │ ├── activity_emulation.xml │ │ │ └── fragment_emulation.xml │ │ │ ├── layout │ │ │ ├── activity_add_directory.xml │ │ │ ├── activity_emulation.xml │ │ │ ├── activity_main.xml │ │ │ ├── activity_settings.xml │ │ │ ├── activity_tv_main.xml │ │ │ ├── card_game.xml │ │ │ ├── dialog_game_details.xml │ │ │ ├── dialog_seekbar.xml │ │ │ ├── fragment_emulation.xml │ │ │ ├── fragment_grid.xml │ │ │ ├── fragment_ingame_menu.xml │ │ │ ├── fragment_saveload_state.xml │ │ │ ├── fragment_settings.xml │ │ │ ├── list_item_file.xml │ │ │ ├── list_item_setting.xml │ │ │ ├── list_item_setting_checkbox.xml │ │ │ ├── list_item_settings_header.xml │ │ │ ├── titleview.xml │ │ │ └── tv_title.xml │ │ │ ├── menu │ │ │ ├── menu_add_directory.xml │ │ │ ├── menu_emulation.xml │ │ │ ├── menu_emulation_wii.xml │ │ │ ├── menu_game_grid.xml │ │ │ └── menu_settings.xml │ │ │ ├── values-w1000dp │ │ │ └── integers.xml │ │ │ ├── values-w1050dp │ │ │ └── dimens.xml │ │ │ ├── values-w500dp │ │ │ └── integers.xml │ │ │ ├── values-w750dp │ │ │ └── integers.xml │ │ │ ├── values-w820dp │ │ │ └── dimens.xml │ │ │ └── values │ │ │ ├── arrays.xml │ │ │ ├── colors.xml │ │ │ ├── dimens.xml │ │ │ ├── integers.xml │ │ │ ├── strings.xml │ │ │ └── styles.xml │ ├── build.gradle │ ├── code-style-java.jar │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ ├── jni │ │ ├── ButtonManager.cpp │ │ ├── ButtonManager.h │ │ ├── CMakeLists.txt │ │ └── MainAndroid.cpp │ └── settings.gradle ├── CMakeLists.txt ├── Core │ ├── AudioCommon │ │ ├── AlsaSoundStream.cpp │ │ ├── AlsaSoundStream.h │ │ ├── AudioCommon.cpp │ │ ├── AudioCommon.h │ │ ├── AudioCommon.vcxproj │ │ ├── AudioCommon.vcxproj.filters │ │ ├── AudioStretcher.cpp │ │ ├── AudioStretcher.h │ │ ├── CMakeLists.txt │ │ ├── CubebStream.cpp │ │ ├── CubebStream.h │ │ ├── CubebUtils.cpp │ │ ├── CubebUtils.h │ │ ├── DPL2Decoder.cpp │ │ ├── DPL2Decoder.h │ │ ├── Mixer.cpp │ │ ├── Mixer.h │ │ ├── NullSoundStream.cpp │ │ ├── NullSoundStream.h │ │ ├── OpenALStream.cpp │ │ ├── OpenALStream.h │ │ ├── OpenSLESStream.cpp │ │ ├── OpenSLESStream.h │ │ ├── PulseAudioStream.cpp │ │ ├── PulseAudioStream.h │ │ ├── SoundStream.h │ │ ├── WaveFile.cpp │ │ ├── WaveFile.h │ │ ├── XAudio2Stream.cpp │ │ ├── XAudio2Stream.h │ │ ├── XAudio2_7Stream.cpp │ │ └── XAudio2_7Stream.h │ ├── CMakeLists.txt │ ├── Common │ │ ├── Align.h │ │ ├── Analytics.cpp │ │ ├── Analytics.h │ │ ├── Arm64Emitter.cpp │ │ ├── Arm64Emitter.h │ │ ├── ArmCPUDetect.cpp │ │ ├── ArmCommon.h │ │ ├── Assert.h │ │ ├── Atomic.h │ │ ├── Atomic_GCC.h │ │ ├── Atomic_Win32.h │ │ ├── BitField.h │ │ ├── BitField.natvis │ │ ├── BitSet.h │ │ ├── BitUtils.h │ │ ├── BlockingLoop.h │ │ ├── CDUtils.cpp │ │ ├── CDUtils.h │ │ ├── CMakeLists.txt │ │ ├── CPUDetect.h │ │ ├── ChunkFile.h │ │ ├── CodeBlock.h │ │ ├── ColorUtil.cpp │ │ ├── ColorUtil.h │ │ ├── Common.h │ │ ├── Common.vcxproj │ │ ├── Common.vcxproj.filters │ │ ├── CommonFuncs.cpp │ │ ├── CommonFuncs.h │ │ ├── CommonPaths.h │ │ ├── CommonTypes.h │ │ ├── Compat │ │ │ ├── in_place.h │ │ │ ├── optional │ │ │ └── variant │ │ ├── CompatPatches.cpp │ │ ├── Config │ │ │ ├── Config.cpp │ │ │ ├── Config.h │ │ │ ├── ConfigInfo.cpp │ │ │ ├── ConfigInfo.h │ │ │ ├── Enums.h │ │ │ ├── Layer.cpp │ │ │ └── Layer.h │ │ ├── Crypto │ │ │ ├── AES.cpp │ │ │ ├── AES.h │ │ │ ├── bn.cpp │ │ │ ├── bn.h │ │ │ ├── ec.cpp │ │ │ └── ec.h │ │ ├── DebugInterface.h │ │ ├── ENetUtil.cpp │ │ ├── ENetUtil.h │ │ ├── Event.h │ │ ├── FPURoundMode.h │ │ ├── FifoQueue.h │ │ ├── File.cpp │ │ ├── File.h │ │ ├── FileSearch.cpp │ │ ├── FileSearch.h │ │ ├── FileUtil.cpp │ │ ├── FileUtil.h │ │ ├── FixedSizeQueue.h │ │ ├── Flag.h │ │ ├── GL │ │ │ ├── GLExtensions │ │ │ │ ├── AMD_pinned_memory.h │ │ │ │ ├── ARB_ES2_compatibility.h │ │ │ │ ├── ARB_ES3_compatibility.h │ │ │ │ ├── ARB_blend_func_extended.h │ │ │ │ ├── ARB_buffer_storage.h │ │ │ │ ├── ARB_clip_control.h │ │ │ │ ├── ARB_compute_shader.h │ │ │ │ ├── ARB_copy_image.h │ │ │ │ ├── ARB_debug_output.h │ │ │ │ ├── ARB_draw_elements_base_vertex.h │ │ │ │ ├── ARB_framebuffer_object.h │ │ │ │ ├── ARB_get_program_binary.h │ │ │ │ ├── ARB_map_buffer_range.h │ │ │ │ ├── ARB_occlusion_query2.h │ │ │ │ ├── ARB_sample_shading.h │ │ │ │ ├── ARB_sampler_objects.h │ │ │ │ ├── ARB_shader_image_load_store.h │ │ │ │ ├── ARB_shader_storage_buffer_object.h │ │ │ │ ├── ARB_sync.h │ │ │ │ ├── ARB_texture_compression_bptc.h │ │ │ │ ├── ARB_texture_multisample.h │ │ │ │ ├── ARB_texture_storage.h │ │ │ │ ├── ARB_texture_storage_multisample.h │ │ │ │ ├── ARB_uniform_buffer_object.h │ │ │ │ ├── ARB_vertex_array_object.h │ │ │ │ ├── ARB_viewport_array.h │ │ │ │ ├── EXT_texture_compression_s3tc.h │ │ │ │ ├── EXT_texture_filter_anisotropic.h │ │ │ │ ├── GLExtensions.cpp │ │ │ │ ├── GLExtensions.h │ │ │ │ ├── HP_occlusion_test.h │ │ │ │ ├── KHR_debug.h │ │ │ │ ├── NV_depth_buffer_float.h │ │ │ │ ├── NV_occlusion_query_samples.h │ │ │ │ ├── NV_primitive_restart.h │ │ │ │ ├── gl_1_1.h │ │ │ │ ├── gl_1_2.h │ │ │ │ ├── gl_1_3.h │ │ │ │ ├── gl_1_4.h │ │ │ │ ├── gl_1_5.h │ │ │ │ ├── gl_2_0.h │ │ │ │ ├── gl_2_1.h │ │ │ │ ├── gl_3_0.h │ │ │ │ ├── gl_3_1.h │ │ │ │ ├── gl_3_2.h │ │ │ │ ├── gl_4_2.h │ │ │ │ ├── gl_4_3.h │ │ │ │ ├── gl_4_4.h │ │ │ │ ├── gl_4_5.h │ │ │ │ └── gl_common.h │ │ │ ├── GLInterface │ │ │ │ ├── AGL.h │ │ │ │ ├── AGL.mm │ │ │ │ ├── BGL.cpp │ │ │ │ ├── BGL.h │ │ │ │ ├── EGL.cpp │ │ │ │ ├── EGL.h │ │ │ │ ├── EGLAndroid.cpp │ │ │ │ ├── EGLAndroid.h │ │ │ │ ├── EGLHaiku.cpp │ │ │ │ ├── EGLHaiku.h │ │ │ │ ├── EGLX11.cpp │ │ │ │ ├── EGLX11.h │ │ │ │ ├── GLInterface.cpp │ │ │ │ ├── GLX.cpp │ │ │ │ ├── GLX.h │ │ │ │ ├── WGL.cpp │ │ │ │ ├── WGL.h │ │ │ │ ├── X11_Util.cpp │ │ │ │ └── X11_Util.h │ │ │ ├── GLInterfaceBase.h │ │ │ ├── GLUtil.cpp │ │ │ └── GLUtil.h │ │ ├── GekkoDisassembler.cpp │ │ ├── GekkoDisassembler.h │ │ ├── GenericCPUDetect.cpp │ │ ├── GenericFPURoundMode.cpp │ │ ├── Hash.cpp │ │ ├── Hash.h │ │ ├── HttpRequest.cpp │ │ ├── HttpRequest.h │ │ ├── IniFile.cpp │ │ ├── IniFile.h │ │ ├── Intrinsics.h │ │ ├── JitRegister.cpp │ │ ├── JitRegister.h │ │ ├── Lazy.h │ │ ├── LdrWatcher.cpp │ │ ├── LdrWatcher.h │ │ ├── LinearDiskCache.h │ │ ├── Logging │ │ │ ├── ConsoleListener.h │ │ │ ├── ConsoleListenerDroid.cpp │ │ │ ├── ConsoleListenerNix.cpp │ │ │ ├── ConsoleListenerWin.cpp │ │ │ ├── Log.h │ │ │ ├── LogManager.cpp │ │ │ └── LogManager.h │ │ ├── MD5.cpp │ │ ├── MD5.h │ │ ├── MathUtil.cpp │ │ ├── MathUtil.h │ │ ├── MemArena.cpp │ │ ├── MemArena.h │ │ ├── MemoryUtil.cpp │ │ ├── MemoryUtil.h │ │ ├── MsgHandler.cpp │ │ ├── MsgHandler.h │ │ ├── NandPaths.cpp │ │ ├── NandPaths.h │ │ ├── Network.cpp │ │ ├── Network.h │ │ ├── PcapFile.cpp │ │ ├── PcapFile.h │ │ ├── PerformanceCounter.cpp │ │ ├── PerformanceCounter.h │ │ ├── Profiler.cpp │ │ ├── Profiler.h │ │ ├── SCMRevGen.vcxproj │ │ ├── SDCardUtil.cpp │ │ ├── SDCardUtil.h │ │ ├── ScopeGuard.h │ │ ├── Semaphore.h │ │ ├── SettingsHandler.cpp │ │ ├── SettingsHandler.h │ │ ├── StringUtil.cpp │ │ ├── StringUtil.h │ │ ├── Swap.h │ │ ├── SymbolDB.cpp │ │ ├── SymbolDB.h │ │ ├── SysConf.cpp │ │ ├── SysConf.h │ │ ├── Thread.cpp │ │ ├── Thread.h │ │ ├── Timer.cpp │ │ ├── Timer.h │ │ ├── TraversalClient.cpp │ │ ├── TraversalClient.h │ │ ├── TraversalProto.h │ │ ├── TraversalServer.cpp │ │ ├── UPnP.cpp │ │ ├── UPnP.h │ │ ├── Version.cpp │ │ ├── Version.h │ │ ├── WorkQueueThread.h │ │ ├── make_scmrev.h.js │ │ ├── scmrev.h.in │ │ ├── x64ABI.cpp │ │ ├── x64ABI.h │ │ ├── x64CPUDetect.cpp │ │ ├── x64Emitter.cpp │ │ ├── x64Emitter.h │ │ ├── x64FPURoundMode.cpp │ │ └── x64Reg.h │ ├── Core │ │ ├── ARBruteForcer.cpp │ │ ├── ARBruteForcer.h │ │ ├── ARDecrypt.cpp │ │ ├── ARDecrypt.h │ │ ├── ActionReplay.cpp │ │ ├── ActionReplay.h │ │ ├── Analytics.cpp │ │ ├── Analytics.h │ │ ├── Boot │ │ │ ├── Boot.cpp │ │ │ ├── Boot.h │ │ │ ├── Boot_BS2Emu.cpp │ │ │ ├── Boot_WiiWAD.cpp │ │ │ ├── DolReader.cpp │ │ │ ├── DolReader.h │ │ │ ├── ElfReader.cpp │ │ │ ├── ElfReader.h │ │ │ └── ElfTypes.h │ │ ├── BootManager.cpp │ │ ├── BootManager.h │ │ ├── CMakeLists.txt │ │ ├── CommonTitles.h │ │ ├── Config │ │ │ ├── GraphicsSettings.cpp │ │ │ ├── GraphicsSettings.h │ │ │ ├── MainSettings.cpp │ │ │ ├── MainSettings.h │ │ │ ├── NetplaySettings.cpp │ │ │ ├── NetplaySettings.h │ │ │ ├── SYSCONFSettings.cpp │ │ │ └── SYSCONFSettings.h │ │ ├── ConfigLoaders │ │ │ ├── BaseConfigLoader.cpp │ │ │ ├── BaseConfigLoader.h │ │ │ ├── GameConfigLoader.cpp │ │ │ ├── GameConfigLoader.h │ │ │ ├── IsSettingSaveable.cpp │ │ │ ├── IsSettingSaveable.h │ │ │ ├── MovieConfigLoader.cpp │ │ │ ├── MovieConfigLoader.h │ │ │ ├── NetPlayConfigLoader.cpp │ │ │ └── NetPlayConfigLoader.h │ │ ├── ConfigManager.cpp │ │ ├── ConfigManager.h │ │ ├── Core.cpp │ │ ├── Core.h │ │ ├── Core.vcxproj │ │ ├── Core.vcxproj.filters │ │ ├── CoreTiming.cpp │ │ ├── CoreTiming.h │ │ ├── DSP │ │ │ ├── DSPAccelerator.cpp │ │ │ ├── DSPAccelerator.h │ │ │ ├── DSPAnalyzer.cpp │ │ │ ├── DSPAnalyzer.h │ │ │ ├── DSPAssembler.cpp │ │ │ ├── DSPAssembler.h │ │ │ ├── DSPBreakpoints.h │ │ │ ├── DSPCaptureLogger.cpp │ │ │ ├── DSPCaptureLogger.h │ │ │ ├── DSPCodeUtil.cpp │ │ │ ├── DSPCodeUtil.h │ │ │ ├── DSPCommon.h │ │ │ ├── DSPCore.cpp │ │ │ ├── DSPCore.h │ │ │ ├── DSPDisassembler.cpp │ │ │ ├── DSPDisassembler.h │ │ │ ├── DSPHWInterface.cpp │ │ │ ├── DSPHWInterface.h │ │ │ ├── DSPHost.h │ │ │ ├── DSPMemoryMap.cpp │ │ │ ├── DSPMemoryMap.h │ │ │ ├── DSPStacks.cpp │ │ │ ├── DSPStacks.h │ │ │ ├── DSPTables.cpp │ │ │ ├── DSPTables.h │ │ │ ├── Interpreter │ │ │ │ ├── DSPIntArithmetic.cpp │ │ │ │ ├── DSPIntBranch.cpp │ │ │ │ ├── DSPIntCCUtil.cpp │ │ │ │ ├── DSPIntCCUtil.h │ │ │ │ ├── DSPIntExtOps.cpp │ │ │ │ ├── DSPIntExtOps.h │ │ │ │ ├── DSPIntLoadStore.cpp │ │ │ │ ├── DSPIntMisc.cpp │ │ │ │ ├── DSPIntMultiplier.cpp │ │ │ │ ├── DSPIntUtil.h │ │ │ │ ├── DSPInterpreter.cpp │ │ │ │ └── DSPInterpreter.h │ │ │ ├── Jit │ │ │ │ ├── DSPEmitter.cpp │ │ │ │ ├── DSPEmitter.h │ │ │ │ ├── DSPJitArithmetic.cpp │ │ │ │ ├── DSPJitBranch.cpp │ │ │ │ ├── DSPJitCCUtil.cpp │ │ │ │ ├── DSPJitExtOps.cpp │ │ │ │ ├── DSPJitLoadStore.cpp │ │ │ │ ├── DSPJitMisc.cpp │ │ │ │ ├── DSPJitMultiplier.cpp │ │ │ │ ├── DSPJitRegCache.cpp │ │ │ │ ├── DSPJitRegCache.h │ │ │ │ └── DSPJitUtil.cpp │ │ │ ├── LabelMap.cpp │ │ │ └── LabelMap.h │ │ ├── DSPEmulator.cpp │ │ ├── DSPEmulator.h │ │ ├── Debugger │ │ │ ├── Debugger_SymbolMap.cpp │ │ │ ├── Debugger_SymbolMap.h │ │ │ ├── Dump.cpp │ │ │ ├── Dump.h │ │ │ ├── GCELF.h │ │ │ ├── PPCDebugInterface.cpp │ │ │ ├── PPCDebugInterface.h │ │ │ ├── RSO.cpp │ │ │ └── RSO.h │ │ ├── FifoPlayer │ │ │ ├── FifoAnalyzer.cpp │ │ │ ├── FifoAnalyzer.h │ │ │ ├── FifoDataFile.cpp │ │ │ ├── FifoDataFile.h │ │ │ ├── FifoPlaybackAnalyzer.cpp │ │ │ ├── FifoPlaybackAnalyzer.h │ │ │ ├── FifoPlayer.cpp │ │ │ ├── FifoPlayer.h │ │ │ ├── FifoRecordAnalyzer.cpp │ │ │ ├── FifoRecordAnalyzer.h │ │ │ ├── FifoRecorder.cpp │ │ │ └── FifoRecorder.h │ │ ├── GeckoCode.cpp │ │ ├── GeckoCode.h │ │ ├── GeckoCodeConfig.cpp │ │ ├── GeckoCodeConfig.h │ │ ├── HLE │ │ │ ├── HLE.cpp │ │ │ ├── HLE.h │ │ │ ├── HLE_Misc.cpp │ │ │ ├── HLE_Misc.h │ │ │ ├── HLE_OS.cpp │ │ │ ├── HLE_OS.h │ │ │ ├── HLE_VarArgs.cpp │ │ │ └── HLE_VarArgs.h │ │ ├── HW │ │ │ ├── AudioInterface.cpp │ │ │ ├── AudioInterface.h │ │ │ ├── CPU.cpp │ │ │ ├── CPU.h │ │ │ ├── DSP.cpp │ │ │ ├── DSP.h │ │ │ ├── DSPHLE │ │ │ │ ├── DSPHLE.cpp │ │ │ │ ├── DSPHLE.h │ │ │ │ ├── MailHandler.cpp │ │ │ │ ├── MailHandler.h │ │ │ │ └── UCodes │ │ │ │ │ ├── AX.cpp │ │ │ │ │ ├── AX.h │ │ │ │ │ ├── AXStructs.h │ │ │ │ │ ├── AXVoice.h │ │ │ │ │ ├── AXWii.cpp │ │ │ │ │ ├── AXWii.h │ │ │ │ │ ├── CARD.cpp │ │ │ │ │ ├── CARD.h │ │ │ │ │ ├── GBA.cpp │ │ │ │ │ ├── GBA.h │ │ │ │ │ ├── INIT.cpp │ │ │ │ │ ├── INIT.h │ │ │ │ │ ├── ROM.cpp │ │ │ │ │ ├── ROM.h │ │ │ │ │ ├── UCodes.cpp │ │ │ │ │ ├── UCodes.h │ │ │ │ │ ├── Zelda.cpp │ │ │ │ │ └── Zelda.h │ │ │ ├── DSPLLE │ │ │ │ ├── DSPDebugInterface.cpp │ │ │ │ ├── DSPDebugInterface.h │ │ │ │ ├── DSPHost.cpp │ │ │ │ ├── DSPLLE.cpp │ │ │ │ ├── DSPLLE.h │ │ │ │ ├── DSPLLEGlobals.cpp │ │ │ │ ├── DSPLLEGlobals.h │ │ │ │ ├── DSPSymbols.cpp │ │ │ │ └── DSPSymbols.h │ │ │ ├── DVD │ │ │ │ ├── DVDInterface.cpp │ │ │ │ ├── DVDInterface.h │ │ │ │ ├── DVDMath.cpp │ │ │ │ ├── DVDMath.h │ │ │ │ ├── DVDThread.cpp │ │ │ │ ├── DVDThread.h │ │ │ │ ├── FileMonitor.cpp │ │ │ │ └── FileMonitor.h │ │ │ ├── EXI │ │ │ │ ├── BBA-TAP │ │ │ │ │ ├── TAP_Apple.cpp │ │ │ │ │ ├── TAP_Unix.cpp │ │ │ │ │ ├── TAP_Win32.cpp │ │ │ │ │ └── TAP_Win32.h │ │ │ │ ├── EXI.cpp │ │ │ │ ├── EXI.h │ │ │ │ ├── EXI_Channel.cpp │ │ │ │ ├── EXI_Channel.h │ │ │ │ ├── EXI_Device.cpp │ │ │ │ ├── EXI_Device.h │ │ │ │ ├── EXI_DeviceAD16.cpp │ │ │ │ ├── EXI_DeviceAD16.h │ │ │ │ ├── EXI_DeviceAGP.cpp │ │ │ │ ├── EXI_DeviceAGP.h │ │ │ │ ├── EXI_DeviceDummy.cpp │ │ │ │ ├── EXI_DeviceDummy.h │ │ │ │ ├── EXI_DeviceEthernet.cpp │ │ │ │ ├── EXI_DeviceEthernet.h │ │ │ │ ├── EXI_DeviceGecko.cpp │ │ │ │ ├── EXI_DeviceGecko.h │ │ │ │ ├── EXI_DeviceIPL.cpp │ │ │ │ ├── EXI_DeviceIPL.h │ │ │ │ ├── EXI_DeviceMemoryCard.cpp │ │ │ │ ├── EXI_DeviceMemoryCard.h │ │ │ │ ├── EXI_DeviceMic.cpp │ │ │ │ └── EXI_DeviceMic.h │ │ │ ├── GCKeyboard.cpp │ │ │ ├── GCKeyboard.h │ │ │ ├── GCKeyboardEmu.cpp │ │ │ ├── GCKeyboardEmu.h │ │ │ ├── GCMemcard │ │ │ │ ├── GCMemcard.cpp │ │ │ │ ├── GCMemcard.h │ │ │ │ ├── GCMemcardDirectory.cpp │ │ │ │ ├── GCMemcardDirectory.h │ │ │ │ ├── GCMemcardRaw.cpp │ │ │ │ └── GCMemcardRaw.h │ │ │ ├── GCPad.cpp │ │ │ ├── GCPad.h │ │ │ ├── GCPadEmu.cpp │ │ │ ├── GCPadEmu.h │ │ │ ├── GPFifo.cpp │ │ │ ├── GPFifo.h │ │ │ ├── HW.cpp │ │ │ ├── HW.h │ │ │ ├── MMIO.cpp │ │ │ ├── MMIO.h │ │ │ ├── MMIOHandlers.h │ │ │ ├── Memmap.cpp │ │ │ ├── Memmap.h │ │ │ ├── MemoryInterface.cpp │ │ │ ├── MemoryInterface.h │ │ │ ├── ProcessorInterface.cpp │ │ │ ├── ProcessorInterface.h │ │ │ ├── SI │ │ │ │ ├── SI.cpp │ │ │ │ ├── SI.h │ │ │ │ ├── SI_Device.cpp │ │ │ │ ├── SI_Device.h │ │ │ │ ├── SI_DeviceDanceMat.cpp │ │ │ │ ├── SI_DeviceDanceMat.h │ │ │ │ ├── SI_DeviceGBA.cpp │ │ │ │ ├── SI_DeviceGBA.h │ │ │ │ ├── SI_DeviceGCAdapter.cpp │ │ │ │ ├── SI_DeviceGCAdapter.h │ │ │ │ ├── SI_DeviceGCController.cpp │ │ │ │ ├── SI_DeviceGCController.h │ │ │ │ ├── SI_DeviceGCSteeringWheel.cpp │ │ │ │ ├── SI_DeviceGCSteeringWheel.h │ │ │ │ ├── SI_DeviceKeyboard.cpp │ │ │ │ ├── SI_DeviceKeyboard.h │ │ │ │ ├── SI_DeviceNull.cpp │ │ │ │ └── SI_DeviceNull.h │ │ │ ├── Sram.cpp │ │ │ ├── Sram.h │ │ │ ├── StreamADPCM.cpp │ │ │ ├── StreamADPCM.h │ │ │ ├── SystemTimers.cpp │ │ │ ├── SystemTimers.h │ │ │ ├── VideoInterface.cpp │ │ │ ├── VideoInterface.h │ │ │ ├── WII_IPC.cpp │ │ │ ├── WII_IPC.h │ │ │ ├── WiiSaveCrypted.cpp │ │ │ ├── WiiSaveCrypted.h │ │ │ ├── Wiimote.cpp │ │ │ ├── Wiimote.h │ │ │ ├── WiimoteCommon │ │ │ │ ├── WiimoteConstants.h │ │ │ │ ├── WiimoteHid.h │ │ │ │ └── WiimoteReport.h │ │ │ ├── WiimoteEmu │ │ │ │ ├── Attachment │ │ │ │ │ ├── Attachment.cpp │ │ │ │ │ ├── Attachment.h │ │ │ │ │ ├── Classic.cpp │ │ │ │ │ ├── Classic.h │ │ │ │ │ ├── Drums.cpp │ │ │ │ │ ├── Drums.h │ │ │ │ │ ├── Guitar.cpp │ │ │ │ │ ├── Guitar.h │ │ │ │ │ ├── Nunchuk.cpp │ │ │ │ │ ├── Nunchuk.h │ │ │ │ │ ├── Turntable.cpp │ │ │ │ │ └── Turntable.h │ │ │ │ ├── EmuSubroutines.cpp │ │ │ │ ├── Encryption.cpp │ │ │ │ ├── Encryption.h │ │ │ │ ├── HydraTLayer.cpp │ │ │ │ ├── HydraTLayer.h │ │ │ │ ├── MatrixMath.h │ │ │ │ ├── Speaker.cpp │ │ │ │ ├── WiimoteEmu.cpp │ │ │ │ └── WiimoteEmu.h │ │ │ └── WiimoteReal │ │ │ │ ├── IOAndroid.cpp │ │ │ │ ├── IOAndroid.h │ │ │ │ ├── IODummy.h │ │ │ │ ├── IOLinux.cpp │ │ │ │ ├── IOLinux.h │ │ │ │ ├── IOWin.cpp │ │ │ │ ├── IOWin.h │ │ │ │ ├── IOdarwin.h │ │ │ │ ├── IOdarwin.mm │ │ │ │ ├── IOdarwin_private.h │ │ │ │ ├── IOhidapi.cpp │ │ │ │ ├── IOhidapi.h │ │ │ │ ├── WiimoteReal.cpp │ │ │ │ └── WiimoteReal.h │ │ ├── HideObjectEngine.cpp │ │ ├── HideObjectEngine.h │ │ ├── Host.h │ │ ├── HotkeyManager.cpp │ │ ├── HotkeyManager.h │ │ ├── IOS │ │ │ ├── DI │ │ │ │ ├── DI.cpp │ │ │ │ └── DI.h │ │ │ ├── Device.cpp │ │ │ ├── Device.h │ │ │ ├── DeviceStub.cpp │ │ │ ├── DeviceStub.h │ │ │ ├── ES │ │ │ │ ├── ES.cpp │ │ │ │ ├── ES.h │ │ │ │ ├── Formats.cpp │ │ │ │ ├── Formats.h │ │ │ │ ├── Identity.cpp │ │ │ │ ├── NandUtils.cpp │ │ │ │ ├── TitleContents.cpp │ │ │ │ ├── TitleInformation.cpp │ │ │ │ ├── TitleManagement.cpp │ │ │ │ └── Views.cpp │ │ │ ├── FS │ │ │ │ ├── FS.cpp │ │ │ │ ├── FS.h │ │ │ │ ├── FileIO.cpp │ │ │ │ └── FileIO.h │ │ │ ├── IOS.cpp │ │ │ ├── IOS.h │ │ │ ├── IOSC.cpp │ │ │ ├── IOSC.h │ │ │ ├── MIOS.cpp │ │ │ ├── MIOS.h │ │ │ ├── MemoryValues.cpp │ │ │ ├── MemoryValues.h │ │ │ ├── Network │ │ │ │ ├── ICMP.h │ │ │ │ ├── ICMPLin.cpp │ │ │ │ ├── ICMPWin.cpp │ │ │ │ ├── IP │ │ │ │ │ ├── Top.cpp │ │ │ │ │ └── Top.h │ │ │ │ ├── KD │ │ │ │ │ ├── NWC24Config.cpp │ │ │ │ │ ├── NWC24Config.h │ │ │ │ │ ├── NetKDRequest.cpp │ │ │ │ │ ├── NetKDRequest.h │ │ │ │ │ ├── NetKDTime.cpp │ │ │ │ │ └── NetKDTime.h │ │ │ │ ├── MACUtils.cpp │ │ │ │ ├── MACUtils.h │ │ │ │ ├── NCD │ │ │ │ │ ├── Manage.cpp │ │ │ │ │ ├── Manage.h │ │ │ │ │ ├── WiiNetConfig.cpp │ │ │ │ │ └── WiiNetConfig.h │ │ │ │ ├── SSL.cpp │ │ │ │ ├── SSL.h │ │ │ │ ├── Socket.cpp │ │ │ │ ├── Socket.h │ │ │ │ └── WD │ │ │ │ │ ├── Command.cpp │ │ │ │ │ └── Command.h │ │ │ ├── SDIO │ │ │ │ ├── SDIOSlot0.cpp │ │ │ │ └── SDIOSlot0.h │ │ │ ├── STM │ │ │ │ ├── STM.cpp │ │ │ │ └── STM.h │ │ │ ├── USB │ │ │ │ ├── Bluetooth │ │ │ │ │ ├── BTBase.cpp │ │ │ │ │ ├── BTBase.h │ │ │ │ │ ├── BTEmu.cpp │ │ │ │ │ ├── BTEmu.h │ │ │ │ │ ├── BTReal.cpp │ │ │ │ │ ├── BTReal.h │ │ │ │ │ ├── BTStub.cpp │ │ │ │ │ ├── BTStub.h │ │ │ │ │ ├── WiimoteDevice.cpp │ │ │ │ │ ├── WiimoteDevice.h │ │ │ │ │ ├── WiimoteHIDAttr.cpp │ │ │ │ │ ├── WiimoteHIDAttr.h │ │ │ │ │ ├── hci.h │ │ │ │ │ └── l2cap.h │ │ │ │ ├── Common.cpp │ │ │ │ ├── Common.h │ │ │ │ ├── Host.cpp │ │ │ │ ├── Host.h │ │ │ │ ├── LibusbDevice.cpp │ │ │ │ ├── LibusbDevice.h │ │ │ │ ├── OH0 │ │ │ │ │ ├── OH0.cpp │ │ │ │ │ ├── OH0.h │ │ │ │ │ ├── OH0Device.cpp │ │ │ │ │ └── OH0Device.h │ │ │ │ ├── USBV0.cpp │ │ │ │ ├── USBV0.h │ │ │ │ ├── USBV4.cpp │ │ │ │ ├── USBV4.h │ │ │ │ ├── USBV5.cpp │ │ │ │ ├── USBV5.h │ │ │ │ ├── USB_HID │ │ │ │ │ ├── HIDv4.cpp │ │ │ │ │ ├── HIDv4.h │ │ │ │ │ ├── HIDv5.cpp │ │ │ │ │ └── HIDv5.h │ │ │ │ ├── USB_KBD.cpp │ │ │ │ ├── USB_KBD.h │ │ │ │ └── USB_VEN │ │ │ │ │ ├── VEN.cpp │ │ │ │ │ └── VEN.h │ │ │ └── WFS │ │ │ │ ├── WFSI.cpp │ │ │ │ ├── WFSI.h │ │ │ │ ├── WFSSRV.cpp │ │ │ │ └── WFSSRV.h │ │ ├── MachineContext.h │ │ ├── MemTools.cpp │ │ ├── MemTools.h │ │ ├── MemoryWatcher.cpp │ │ ├── MemoryWatcher.h │ │ ├── Movie.cpp │ │ ├── Movie.h │ │ ├── NetPlayClient.cpp │ │ ├── NetPlayClient.h │ │ ├── NetPlayProto.h │ │ ├── NetPlayServer.cpp │ │ ├── NetPlayServer.h │ │ ├── PatchEngine.cpp │ │ ├── PatchEngine.h │ │ ├── PowerPC │ │ │ ├── BreakPoints.cpp │ │ │ ├── BreakPoints.h │ │ │ ├── CPUCoreBase.h │ │ │ ├── CachedInterpreter │ │ │ │ ├── CachedInterpreter.cpp │ │ │ │ ├── CachedInterpreter.h │ │ │ │ ├── InterpreterBlockCache.cpp │ │ │ │ └── InterpreterBlockCache.h │ │ │ ├── GDBStub.cpp │ │ │ ├── GDBStub.h │ │ │ ├── Gekko.h │ │ │ ├── Interpreter │ │ │ │ ├── Interpreter.cpp │ │ │ │ ├── Interpreter.h │ │ │ │ ├── Interpreter_Branch.cpp │ │ │ │ ├── Interpreter_FPUtils.h │ │ │ │ ├── Interpreter_FloatingPoint.cpp │ │ │ │ ├── Interpreter_Integer.cpp │ │ │ │ ├── Interpreter_LoadStore.cpp │ │ │ │ ├── Interpreter_LoadStorePaired.cpp │ │ │ │ ├── Interpreter_Paired.cpp │ │ │ │ ├── Interpreter_SystemRegisters.cpp │ │ │ │ └── Interpreter_Tables.cpp │ │ │ ├── Jit64 │ │ │ │ ├── FPURegCache.cpp │ │ │ │ ├── FPURegCache.h │ │ │ │ ├── GPRRegCache.cpp │ │ │ │ ├── GPRRegCache.h │ │ │ │ ├── Jit.cpp │ │ │ │ ├── Jit.h │ │ │ │ ├── Jit64_Tables.cpp │ │ │ │ ├── JitAsm.cpp │ │ │ │ ├── JitAsm.h │ │ │ │ ├── JitRegCache.cpp │ │ │ │ ├── JitRegCache.h │ │ │ │ ├── Jit_Branch.cpp │ │ │ │ ├── Jit_FloatingPoint.cpp │ │ │ │ ├── Jit_Integer.cpp │ │ │ │ ├── Jit_LoadStore.cpp │ │ │ │ ├── Jit_LoadStoreFloating.cpp │ │ │ │ ├── Jit_LoadStorePaired.cpp │ │ │ │ ├── Jit_Paired.cpp │ │ │ │ └── Jit_SystemRegisters.cpp │ │ │ ├── Jit64Common │ │ │ │ ├── BlockCache.cpp │ │ │ │ ├── BlockCache.h │ │ │ │ ├── ConstantPool.cpp │ │ │ │ ├── ConstantPool.h │ │ │ │ ├── EmuCodeBlock.cpp │ │ │ │ ├── EmuCodeBlock.h │ │ │ │ ├── FarCodeCache.cpp │ │ │ │ ├── FarCodeCache.h │ │ │ │ ├── Jit64AsmCommon.cpp │ │ │ │ ├── Jit64AsmCommon.h │ │ │ │ ├── Jit64Base.cpp │ │ │ │ ├── Jit64Base.h │ │ │ │ ├── Jit64PowerPCState.h │ │ │ │ ├── TrampolineCache.cpp │ │ │ │ ├── TrampolineCache.h │ │ │ │ └── TrampolineInfo.h │ │ │ ├── JitArm64 │ │ │ │ ├── Jit.cpp │ │ │ │ ├── Jit.h │ │ │ │ ├── JitArm64Cache.cpp │ │ │ │ ├── JitArm64Cache.h │ │ │ │ ├── JitArm64_BackPatch.cpp │ │ │ │ ├── JitArm64_Branch.cpp │ │ │ │ ├── JitArm64_FloatingPoint.cpp │ │ │ │ ├── JitArm64_Integer.cpp │ │ │ │ ├── JitArm64_LoadStore.cpp │ │ │ │ ├── JitArm64_LoadStoreFloating.cpp │ │ │ │ ├── JitArm64_LoadStorePaired.cpp │ │ │ │ ├── JitArm64_Paired.cpp │ │ │ │ ├── JitArm64_RegCache.cpp │ │ │ │ ├── JitArm64_RegCache.h │ │ │ │ ├── JitArm64_SystemRegisters.cpp │ │ │ │ ├── JitArm64_Tables.cpp │ │ │ │ ├── JitAsm.cpp │ │ │ │ ├── Jit_Util.cpp │ │ │ │ └── Jit_Util.h │ │ │ ├── JitArmCommon │ │ │ │ └── BackPatch.h │ │ │ ├── JitCommon │ │ │ │ ├── JitAsmCommon.cpp │ │ │ │ ├── JitAsmCommon.h │ │ │ │ ├── JitBase.cpp │ │ │ │ ├── JitBase.h │ │ │ │ ├── JitCache.cpp │ │ │ │ └── JitCache.h │ │ │ ├── JitInterface.cpp │ │ │ ├── JitInterface.h │ │ │ ├── MMU.cpp │ │ │ ├── PPCAnalyst.cpp │ │ │ ├── PPCAnalyst.h │ │ │ ├── PPCCache.cpp │ │ │ ├── PPCCache.h │ │ │ ├── PPCSymbolDB.cpp │ │ │ ├── PPCSymbolDB.h │ │ │ ├── PPCTables.cpp │ │ │ ├── PPCTables.h │ │ │ ├── PowerPC.cpp │ │ │ ├── PowerPC.h │ │ │ ├── Profiler.cpp │ │ │ ├── Profiler.h │ │ │ └── SignatureDB │ │ │ │ ├── CSVSignatureDB.cpp │ │ │ │ ├── CSVSignatureDB.h │ │ │ │ ├── DSYSignatureDB.cpp │ │ │ │ ├── DSYSignatureDB.h │ │ │ │ ├── MEGASignatureDB.cpp │ │ │ │ ├── MEGASignatureDB.h │ │ │ │ ├── SignatureDB.cpp │ │ │ │ └── SignatureDB.h │ │ ├── State.cpp │ │ ├── State.h │ │ ├── TitleDatabase.cpp │ │ ├── TitleDatabase.h │ │ ├── WiiRoot.cpp │ │ ├── WiiRoot.h │ │ ├── WiiUtils.cpp │ │ ├── WiiUtils.h │ │ ├── ec_wii.cpp │ │ └── ec_wii.h │ ├── DiscIO │ │ ├── BannerLoaderGC.cpp │ │ ├── Blob.cpp │ │ ├── Blob.h │ │ ├── CISOBlob.cpp │ │ ├── CISOBlob.h │ │ ├── CMakeLists.txt │ │ ├── CompressedBlob.cpp │ │ ├── CompressedBlob.h │ │ ├── DirectoryBlob.cpp │ │ ├── DirectoryBlob.h │ │ ├── DiscExtractor.cpp │ │ ├── DiscExtractor.h │ │ ├── DiscIO.vcxproj │ │ ├── DiscIO.vcxproj.filters │ │ ├── DiscScrubber.cpp │ │ ├── DiscScrubber.h │ │ ├── DriveBlob.cpp │ │ ├── DriveBlob.h │ │ ├── Enums.cpp │ │ ├── Enums.h │ │ ├── FileBlob.cpp │ │ ├── FileBlob.h │ │ ├── FileSystemGCWii.cpp │ │ ├── FileSystemGCWii.h │ │ ├── Filesystem.cpp │ │ ├── Filesystem.h │ │ ├── NANDImporter.cpp │ │ ├── NANDImporter.h │ │ ├── TGCBlob.cpp │ │ ├── TGCBlob.h │ │ ├── Volume.cpp │ │ ├── Volume.h │ │ ├── VolumeFileBlobReader.cpp │ │ ├── VolumeFileBlobReader.h │ │ ├── VolumeGC.cpp │ │ ├── VolumeGC.h │ │ ├── VolumeWad.cpp │ │ ├── VolumeWad.h │ │ ├── VolumeWii.cpp │ │ ├── VolumeWii.h │ │ ├── WbfsBlob.cpp │ │ ├── WbfsBlob.h │ │ ├── WiiSaveBanner.cpp │ │ ├── WiiSaveBanner.h │ │ ├── WiiWad.cpp │ │ └── WiiWad.h │ ├── DolphinNoGUI │ │ ├── CMakeLists.txt │ │ └── MainNoGUI.cpp │ ├── DolphinQt2 │ │ ├── AboutDialog.cpp │ │ ├── AboutDialog.h │ │ ├── CMakeLists.txt │ │ ├── Config │ │ │ ├── CheatWarningWidget.cpp │ │ │ ├── CheatWarningWidget.h │ │ │ ├── ControllersWindow.cpp │ │ │ ├── ControllersWindow.h │ │ │ ├── FilesystemWidget.cpp │ │ │ ├── FilesystemWidget.h │ │ │ ├── GeckoCodeWidget.cpp │ │ │ ├── GeckoCodeWidget.h │ │ │ ├── Graphics │ │ │ │ ├── AdvancedWidget.cpp │ │ │ │ ├── AdvancedWidget.h │ │ │ │ ├── EnhancementsWidget.cpp │ │ │ │ ├── EnhancementsWidget.h │ │ │ │ ├── GeneralWidget.cpp │ │ │ │ ├── GeneralWidget.h │ │ │ │ ├── GraphicsBool.cpp │ │ │ │ ├── GraphicsBool.h │ │ │ │ ├── GraphicsChoice.cpp │ │ │ │ ├── GraphicsChoice.h │ │ │ │ ├── GraphicsSlider.cpp │ │ │ │ ├── GraphicsSlider.h │ │ │ │ ├── GraphicsWidget.cpp │ │ │ │ ├── GraphicsWidget.h │ │ │ │ ├── GraphicsWindow.cpp │ │ │ │ ├── GraphicsWindow.h │ │ │ │ ├── HacksWidget.cpp │ │ │ │ ├── HacksWidget.h │ │ │ │ ├── SoftwareRendererWidget.cpp │ │ │ │ └── SoftwareRendererWidget.h │ │ │ ├── InfoWidget.cpp │ │ │ ├── InfoWidget.h │ │ │ ├── LogConfigWidget.cpp │ │ │ ├── LogConfigWidget.h │ │ │ ├── LogWidget.cpp │ │ │ ├── LogWidget.h │ │ │ ├── Mapping │ │ │ │ ├── GCKeyboardEmu.cpp │ │ │ │ ├── GCKeyboardEmu.h │ │ │ │ ├── GCPadEmu.cpp │ │ │ │ ├── GCPadEmu.h │ │ │ │ ├── GCPadWiiUConfigDialog.cpp │ │ │ │ ├── GCPadWiiUConfigDialog.h │ │ │ │ ├── Hotkey3D.cpp │ │ │ │ ├── Hotkey3D.h │ │ │ │ ├── HotkeyGeneral.cpp │ │ │ │ ├── HotkeyGeneral.h │ │ │ │ ├── HotkeyGraphics.cpp │ │ │ │ ├── HotkeyGraphics.h │ │ │ │ ├── HotkeyStates.cpp │ │ │ │ ├── HotkeyStates.h │ │ │ │ ├── HotkeyTAS.cpp │ │ │ │ ├── HotkeyTAS.h │ │ │ │ ├── HotkeyWii.cpp │ │ │ │ ├── HotkeyWii.h │ │ │ │ ├── IOWindow.cpp │ │ │ │ ├── IOWindow.h │ │ │ │ ├── MappingBool.cpp │ │ │ │ ├── MappingBool.h │ │ │ │ ├── MappingButton.cpp │ │ │ │ ├── MappingButton.h │ │ │ │ ├── MappingCommon.cpp │ │ │ │ ├── MappingCommon.h │ │ │ │ ├── MappingNumeric.cpp │ │ │ │ ├── MappingNumeric.h │ │ │ │ ├── MappingWidget.cpp │ │ │ │ ├── MappingWidget.h │ │ │ │ ├── MappingWindow.cpp │ │ │ │ ├── MappingWindow.h │ │ │ │ ├── WiimoteEmuExtension.cpp │ │ │ │ ├── WiimoteEmuExtension.h │ │ │ │ ├── WiimoteEmuGeneral.cpp │ │ │ │ ├── WiimoteEmuGeneral.h │ │ │ │ ├── WiimoteEmuMotionControl.cpp │ │ │ │ └── WiimoteEmuMotionControl.h │ │ │ ├── PropertiesDialog.cpp │ │ │ ├── PropertiesDialog.h │ │ │ ├── SettingsWindow.cpp │ │ │ └── SettingsWindow.h │ │ ├── DolphinQt2.manifest │ │ ├── DolphinQt2.rc │ │ ├── DolphinQt2.vcxproj │ │ ├── DolphinQt2.vcxproj.user │ │ ├── GameList │ │ │ ├── GameFile.cpp │ │ │ ├── GameFile.h │ │ │ ├── GameFileCache.cpp │ │ │ ├── GameFileCache.h │ │ │ ├── GameList.cpp │ │ │ ├── GameList.h │ │ │ ├── GameListModel.cpp │ │ │ ├── GameListModel.h │ │ │ ├── GameTracker.cpp │ │ │ ├── GameTracker.h │ │ │ ├── GridProxyModel.cpp │ │ │ ├── GridProxyModel.h │ │ │ ├── ListProxyModel.cpp │ │ │ └── ListProxyModel.h │ │ ├── Host.cpp │ │ ├── Host.h │ │ ├── HotkeyScheduler.cpp │ │ ├── HotkeyScheduler.h │ │ ├── InDevelopmentWarning.cpp │ │ ├── InDevelopmentWarning.h │ │ ├── Info.plist.in │ │ ├── Main.cpp │ │ ├── MainWindow.cpp │ │ ├── MainWindow.h │ │ ├── MenuBar.cpp │ │ ├── MenuBar.h │ │ ├── NetPlay │ │ │ ├── GameListDialog.cpp │ │ │ ├── GameListDialog.h │ │ │ ├── MD5Dialog.cpp │ │ │ ├── MD5Dialog.h │ │ │ ├── NetPlayDialog.cpp │ │ │ ├── NetPlayDialog.h │ │ │ ├── NetPlaySetupDialog.cpp │ │ │ ├── NetPlaySetupDialog.h │ │ │ ├── PadMappingDialog.cpp │ │ │ └── PadMappingDialog.h │ │ ├── QtUtils │ │ │ ├── ActionHelper.h │ │ │ ├── BlockUserInputFilter.cpp │ │ │ ├── BlockUserInputFilter.h │ │ │ ├── DoubleClickEventFilter.cpp │ │ │ ├── DoubleClickEventFilter.h │ │ │ ├── ElidedButton.cpp │ │ │ ├── ElidedButton.h │ │ │ ├── ListTabWidget.cpp │ │ │ ├── ListTabWidget.h │ │ │ ├── QueueOnObject.h │ │ │ ├── RunOnObject.h │ │ │ ├── WindowActivationEventFilter.cpp │ │ │ └── WindowActivationEventFilter.h │ │ ├── RenderWidget.cpp │ │ ├── RenderWidget.h │ │ ├── Resources.cpp │ │ ├── Resources.h │ │ ├── Settings.cpp │ │ ├── Settings.h │ │ ├── Settings │ │ │ ├── AdvancedPane.cpp │ │ │ ├── AdvancedPane.h │ │ │ ├── AudioPane.cpp │ │ │ ├── AudioPane.h │ │ │ ├── GeneralPane.cpp │ │ │ ├── GeneralPane.h │ │ │ ├── InterfacePane.cpp │ │ │ ├── InterfacePane.h │ │ │ ├── PathPane.cpp │ │ │ └── PathPane.h │ │ ├── ToolBar.cpp │ │ ├── ToolBar.h │ │ ├── Translation.cpp │ │ ├── Translation.h │ │ ├── WiiUpdate.cpp │ │ ├── WiiUpdate.h │ │ ├── qt.conf │ │ └── resource.h │ ├── DolphinWX │ │ ├── ARCodeAddEdit.cpp │ │ ├── ARCodeAddEdit.h │ │ ├── AboutDolphin.cpp │ │ ├── AboutDolphin.h │ │ ├── AuiToolBar.h │ │ ├── CMakeLists.txt │ │ ├── Cheats │ │ │ ├── ARCodeAddEdit.cpp │ │ │ ├── ARCodeAddEdit.h │ │ │ ├── ActionReplayCodesPanel.cpp │ │ │ ├── ActionReplayCodesPanel.h │ │ │ ├── CheatSearchTab.cpp │ │ │ ├── CheatSearchTab.h │ │ │ ├── CheatsWindow.cpp │ │ │ ├── CheatsWindow.h │ │ │ ├── CreateCodeDialog.cpp │ │ │ ├── CreateCodeDialog.h │ │ │ ├── GeckoCodeDiag.cpp │ │ │ └── GeckoCodeDiag.h │ │ ├── Config │ │ │ ├── AddUSBDeviceDiag.cpp │ │ │ ├── AddUSBDeviceDiag.h │ │ │ ├── AdvancedConfigPane.cpp │ │ │ ├── AdvancedConfigPane.h │ │ │ ├── AudioConfigPane.cpp │ │ │ ├── AudioConfigPane.h │ │ │ ├── ConfigMain.cpp │ │ │ ├── ConfigMain.h │ │ │ ├── GCAdapterConfigDiag.cpp │ │ │ ├── GCAdapterConfigDiag.h │ │ │ ├── GameCubeConfigPane.cpp │ │ │ ├── GameCubeConfigPane.h │ │ │ ├── GeneralConfigPane.cpp │ │ │ ├── GeneralConfigPane.h │ │ │ ├── InterfaceConfigPane.cpp │ │ │ ├── InterfaceConfigPane.h │ │ │ ├── PathConfigPane.cpp │ │ │ ├── PathConfigPane.h │ │ │ ├── WiiConfigPane.cpp │ │ │ └── WiiConfigPane.h │ │ ├── ConfigVR.cpp │ │ ├── ConfigVR.h │ │ ├── ControllerConfigDiag.cpp │ │ ├── ControllerConfigDiag.h │ │ ├── Debugger │ │ │ ├── AssemblerEntryDialog.cpp │ │ │ ├── AssemblerEntryDialog.h │ │ │ ├── BreakpointDlg.cpp │ │ │ ├── BreakpointDlg.h │ │ │ ├── BreakpointView.cpp │ │ │ ├── BreakpointView.h │ │ │ ├── BreakpointWindow.cpp │ │ │ ├── BreakpointWindow.h │ │ │ ├── CodeView.cpp │ │ │ ├── CodeView.h │ │ │ ├── CodeWindow.cpp │ │ │ ├── CodeWindow.h │ │ │ ├── CodeWindowFunctions.cpp │ │ │ ├── DSPDebugWindow.cpp │ │ │ ├── DSPDebugWindow.h │ │ │ ├── DSPRegisterView.cpp │ │ │ ├── DSPRegisterView.h │ │ │ ├── DebuggerPanel.cpp │ │ │ ├── DebuggerPanel.h │ │ │ ├── DebuggerUIUtil.cpp │ │ │ ├── DebuggerUIUtil.h │ │ │ ├── JitWindow.cpp │ │ │ ├── JitWindow.h │ │ │ ├── MemoryCheckDlg.cpp │ │ │ ├── MemoryCheckDlg.h │ │ │ ├── MemoryView.cpp │ │ │ ├── MemoryView.h │ │ │ ├── MemoryWindow.cpp │ │ │ ├── MemoryWindow.h │ │ │ ├── RegisterView.cpp │ │ │ ├── RegisterView.h │ │ │ ├── RegisterWindow.cpp │ │ │ ├── RegisterWindow.h │ │ │ ├── WatchView.cpp │ │ │ ├── WatchView.h │ │ │ ├── WatchWindow.cpp │ │ │ └── WatchWindow.h │ │ ├── DolphinSlider.cpp │ │ ├── DolphinSlider.h │ │ ├── DolphinWX.manifest │ │ ├── DolphinWX.rc │ │ ├── DolphinWX.vcxproj │ │ ├── DolphinWX.vcxproj.filters │ │ ├── DolphinWX.vcxproj.user │ │ ├── FifoPlayerDlg.cpp │ │ ├── FifoPlayerDlg.h │ │ ├── Frame.cpp │ │ ├── Frame.h │ │ ├── FrameAui.cpp │ │ ├── FrameTools.cpp │ │ ├── GameListCtrl.cpp │ │ ├── GameListCtrl.h │ │ ├── Globals.h │ │ ├── HideObjectAddEdit.cpp │ │ ├── HideObjectAddEdit.h │ │ ├── ISOFile.cpp │ │ ├── ISOFile.h │ │ ├── ISOProperties │ │ │ ├── FilesystemPanel.cpp │ │ │ ├── FilesystemPanel.h │ │ │ ├── ISOProperties.cpp │ │ │ ├── ISOProperties.h │ │ │ ├── InfoPanel.cpp │ │ │ └── InfoPanel.h │ │ ├── Info.plist.in │ │ ├── Input │ │ │ ├── ClassicInputConfigDiag.cpp │ │ │ ├── ClassicInputConfigDiag.h │ │ │ ├── DrumsInputConfigDiag.cpp │ │ │ ├── DrumsInputConfigDiag.h │ │ │ ├── GCKeyboardInputConfigDiag.cpp │ │ │ ├── GCKeyboardInputConfigDiag.h │ │ │ ├── GCPadInputConfigDiag.cpp │ │ │ ├── GCPadInputConfigDiag.h │ │ │ ├── GuitarInputConfigDiag.cpp │ │ │ ├── GuitarInputConfigDiag.h │ │ │ ├── HotkeyInputConfigDiag.cpp │ │ │ ├── HotkeyInputConfigDiag.h │ │ │ ├── InputConfigDiag.cpp │ │ │ ├── InputConfigDiag.h │ │ │ ├── InputConfigDiagBitmaps.cpp │ │ │ ├── MicButtonConfigDiag.cpp │ │ │ ├── MicButtonConfigDiag.h │ │ │ ├── NunchukInputConfigDiag.cpp │ │ │ ├── NunchukInputConfigDiag.h │ │ │ ├── TurntableInputConfigDiag.cpp │ │ │ ├── TurntableInputConfigDiag.h │ │ │ ├── WiimoteInputConfigDiag.cpp │ │ │ └── WiimoteInputConfigDiag.h │ │ ├── LogConfigWindow.cpp │ │ ├── LogConfigWindow.h │ │ ├── LogWindow.cpp │ │ ├── LogWindow.h │ │ ├── Main.cpp │ │ ├── Main.h │ │ ├── MainMenuBar.cpp │ │ ├── MainMenuBar.h │ │ ├── MainToolBar.cpp │ │ ├── MainToolBar.h │ │ ├── MemcardManager.cpp │ │ ├── MemcardManager.h │ │ ├── NetPlay │ │ │ ├── ChangeGameDialog.cpp │ │ │ ├── ChangeGameDialog.h │ │ │ ├── MD5Dialog.cpp │ │ │ ├── MD5Dialog.h │ │ │ ├── NetPlayLauncher.cpp │ │ │ ├── NetPlayLauncher.h │ │ │ ├── NetPlaySetupFrame.cpp │ │ │ ├── NetPlaySetupFrame.h │ │ │ ├── NetWindow.cpp │ │ │ ├── NetWindow.h │ │ │ ├── PadMapDialog.cpp │ │ │ └── PadMapDialog.h │ │ ├── PatchAddEdit.cpp │ │ ├── PatchAddEdit.h │ │ ├── PostProcessingConfigDiag.cpp │ │ ├── PostProcessingConfigDiag.h │ │ ├── SoftwareVideoConfigDialog.cpp │ │ ├── SoftwareVideoConfigDialog.h │ │ ├── TASInputDlg.cpp │ │ ├── TASInputDlg.h │ │ ├── UINeedsControllerState.cpp │ │ ├── UINeedsControllerState.h │ │ ├── VideoConfigDiag.cpp │ │ ├── VideoConfigDiag.h │ │ ├── WxEventUtils.cpp │ │ ├── WxEventUtils.h │ │ ├── WxUtils.cpp │ │ ├── WxUtils.h │ │ ├── resource.h │ │ └── resources │ │ │ └── Dolphin.icns │ ├── InputCommon │ │ ├── CMakeLists.txt │ │ ├── ControlReference │ │ │ ├── ControlReference.cpp │ │ │ ├── ControlReference.h │ │ │ ├── ExpressionParser.cpp │ │ │ └── ExpressionParser.h │ │ ├── ControllerEmu │ │ │ ├── Control │ │ │ │ ├── Control.cpp │ │ │ │ ├── Control.h │ │ │ │ ├── Input.cpp │ │ │ │ ├── Input.h │ │ │ │ ├── Output.cpp │ │ │ │ └── Output.h │ │ │ ├── ControlGroup │ │ │ │ ├── AnalogStick.cpp │ │ │ │ ├── AnalogStick.h │ │ │ │ ├── Buttons.cpp │ │ │ │ ├── Buttons.h │ │ │ │ ├── ControlGroup.cpp │ │ │ │ ├── ControlGroup.h │ │ │ │ ├── Cursor.cpp │ │ │ │ ├── Cursor.h │ │ │ │ ├── Extension.cpp │ │ │ │ ├── Extension.h │ │ │ │ ├── Force.cpp │ │ │ │ ├── Force.h │ │ │ │ ├── MixedTriggers.cpp │ │ │ │ ├── MixedTriggers.h │ │ │ │ ├── ModifySettingsButton.cpp │ │ │ │ ├── ModifySettingsButton.h │ │ │ │ ├── Slider.cpp │ │ │ │ ├── Slider.h │ │ │ │ ├── Tilt.cpp │ │ │ │ ├── Tilt.h │ │ │ │ ├── Triggers.cpp │ │ │ │ └── Triggers.h │ │ │ ├── ControllerEmu.cpp │ │ │ ├── ControllerEmu.h │ │ │ └── Setting │ │ │ │ ├── BooleanSetting.cpp │ │ │ │ ├── BooleanSetting.h │ │ │ │ ├── NumericSetting.cpp │ │ │ │ ├── NumericSetting.h │ │ │ │ └── Setting.h │ │ ├── ControllerInterface │ │ │ ├── Android │ │ │ │ ├── Android.cpp │ │ │ │ └── Android.h │ │ │ ├── ControllerInterface.cpp │ │ │ ├── ControllerInterface.h │ │ │ ├── DInput │ │ │ │ ├── DInput.cpp │ │ │ │ ├── DInput.h │ │ │ │ ├── DInput8.h │ │ │ │ ├── DInputJoystick.cpp │ │ │ │ ├── DInputJoystick.h │ │ │ │ ├── DInputKeyboardMouse.cpp │ │ │ │ ├── DInputKeyboardMouse.h │ │ │ │ ├── NamedKeys.h │ │ │ │ ├── XInputFilter.cpp │ │ │ │ └── XInputFilter.h │ │ │ ├── Device.cpp │ │ │ ├── Device.h │ │ │ ├── ForceFeedback │ │ │ │ ├── ForceFeedbackDevice.cpp │ │ │ │ ├── ForceFeedbackDevice.h │ │ │ │ └── OSX │ │ │ │ │ ├── DirectInputAdapter.h │ │ │ │ │ └── DirectInputConstants.h │ │ │ ├── OSVR │ │ │ │ ├── OSVR.cpp │ │ │ │ └── OSVR.h │ │ │ ├── OSX │ │ │ │ ├── OSX.h │ │ │ │ ├── OSX.mm │ │ │ │ ├── OSXJoystick.h │ │ │ │ ├── OSXJoystick.mm │ │ │ │ └── RunLoopStopper.h │ │ │ ├── Oculus │ │ │ │ ├── OculusInput.cpp │ │ │ │ └── OculusInput.h │ │ │ ├── Pipes │ │ │ │ ├── Pipes.cpp │ │ │ │ └── Pipes.h │ │ │ ├── Quartz │ │ │ │ ├── Quartz.h │ │ │ │ ├── Quartz.mm │ │ │ │ ├── QuartzKeyboardAndMouse.h │ │ │ │ └── QuartzKeyboardAndMouse.mm │ │ │ ├── SDL │ │ │ │ ├── SDL.cpp │ │ │ │ └── SDL.h │ │ │ ├── Sixense │ │ │ │ ├── RazerHydra.cpp │ │ │ │ ├── RazerHydra.h │ │ │ │ ├── SixenseHack.cpp │ │ │ │ └── SixenseHack.h │ │ │ ├── Vive │ │ │ │ ├── ViveInput.cpp │ │ │ │ └── ViveInput.h │ │ │ ├── XInput │ │ │ │ ├── XInput.cpp │ │ │ │ └── XInput.h │ │ │ ├── Xlib │ │ │ │ ├── XInput2.cpp │ │ │ │ └── XInput2.h │ │ │ └── evdev │ │ │ │ ├── evdev.cpp │ │ │ │ └── evdev.h │ │ ├── GCAdapter.cpp │ │ ├── GCAdapter.h │ │ ├── GCAdapter_Android.cpp │ │ ├── GCPadStatus.h │ │ ├── HotkeysXInput.cpp │ │ ├── HotkeysXInput.h │ │ ├── InputCommon.vcxproj │ │ ├── InputCommon.vcxproj.filters │ │ ├── InputConfig.cpp │ │ ├── InputConfig.h │ │ └── KeyboardStatus.h │ ├── UICommon │ │ ├── CMakeLists.txt │ │ ├── CommandLineParse.cpp │ │ ├── CommandLineParse.h │ │ ├── Disassembler.cpp │ │ ├── Disassembler.h │ │ ├── UICommon.cpp │ │ ├── UICommon.h │ │ ├── UICommon.vcxproj │ │ ├── USBUtils.cpp │ │ ├── USBUtils.h │ │ ├── VideoUtils.cpp │ │ ├── VideoUtils.h │ │ ├── X11Utils.cpp │ │ └── X11Utils.h │ ├── VideoBackends │ │ ├── CMakeLists.txt │ │ ├── D3D │ │ │ ├── AvatarDrawer.cpp │ │ │ ├── AvatarDrawer.h │ │ │ ├── BoundingBox.cpp │ │ │ ├── BoundingBox.h │ │ │ ├── CMakeLists.txt │ │ │ ├── D3D.vcxproj │ │ │ ├── D3D.vcxproj.filters │ │ │ ├── D3DBase.cpp │ │ │ ├── D3DBase.h │ │ │ ├── D3DBlob.cpp │ │ │ ├── D3DBlob.h │ │ │ ├── D3DShader.cpp │ │ │ ├── D3DShader.h │ │ │ ├── D3DState.cpp │ │ │ ├── D3DState.h │ │ │ ├── D3DTexture.cpp │ │ │ ├── D3DTexture.h │ │ │ ├── D3DUtil.cpp │ │ │ ├── D3DUtil.h │ │ │ ├── DXTexture.cpp │ │ │ ├── DXTexture.h │ │ │ ├── FramebufferManager.cpp │ │ │ ├── FramebufferManager.h │ │ │ ├── GeometryShaderCache.cpp │ │ │ ├── GeometryShaderCache.h │ │ │ ├── NativeVertexFormat.cpp │ │ │ ├── OculusSystemLibraryHeaderD3D11.h │ │ │ ├── PSTextureEncoder.cpp │ │ │ ├── PSTextureEncoder.h │ │ │ ├── PerfQuery.cpp │ │ │ ├── PerfQuery.h │ │ │ ├── PixelShaderCache.cpp │ │ │ ├── PixelShaderCache.h │ │ │ ├── Render.cpp │ │ │ ├── Render.h │ │ │ ├── Television.cpp │ │ │ ├── Television.h │ │ │ ├── TextureCache.cpp │ │ │ ├── TextureCache.h │ │ │ ├── VRD3D.cpp │ │ │ ├── VRD3D.h │ │ │ ├── VertexManager.cpp │ │ │ ├── VertexManager.h │ │ │ ├── VertexShaderCache.cpp │ │ │ ├── VertexShaderCache.h │ │ │ ├── VideoBackend.h │ │ │ ├── XFBEncoder.cpp │ │ │ ├── XFBEncoder.h │ │ │ ├── main.cpp │ │ │ ├── tiny_obj_loader.cpp │ │ │ └── tiny_obj_loader.h │ │ ├── Null │ │ │ ├── CMakeLists.txt │ │ │ ├── FramebufferManager.h │ │ │ ├── Null.vcxproj │ │ │ ├── NullBackend.cpp │ │ │ ├── NullTexture.cpp │ │ │ ├── NullTexture.h │ │ │ ├── PerfQuery.h │ │ │ ├── Render.cpp │ │ │ ├── Render.h │ │ │ ├── ShaderCache.cpp │ │ │ ├── ShaderCache.h │ │ │ ├── TextureCache.h │ │ │ ├── VertexManager.cpp │ │ │ ├── VertexManager.h │ │ │ └── VideoBackend.h │ │ ├── OGL │ │ │ ├── BoundingBox.cpp │ │ │ ├── BoundingBox.h │ │ │ ├── CMakeLists.txt │ │ │ ├── FramebufferManager.cpp │ │ │ ├── FramebufferManager.h │ │ │ ├── GPUTimer.h │ │ │ ├── NativeVertexFormat.cpp │ │ │ ├── OGL.vcxproj │ │ │ ├── OGL.vcxproj.filters │ │ │ ├── OGLTexture.cpp │ │ │ ├── OGLTexture.h │ │ │ ├── PerfQuery.cpp │ │ │ ├── PerfQuery.h │ │ │ ├── PostProcessing.cpp │ │ │ ├── PostProcessing.h │ │ │ ├── ProgramShaderCache.cpp │ │ │ ├── ProgramShaderCache.h │ │ │ ├── RasterFont.cpp │ │ │ ├── RasterFont.h │ │ │ ├── Render.cpp │ │ │ ├── Render.h │ │ │ ├── SamplerCache.cpp │ │ │ ├── SamplerCache.h │ │ │ ├── StreamBuffer.cpp │ │ │ ├── StreamBuffer.h │ │ │ ├── TextureCache.cpp │ │ │ ├── TextureCache.h │ │ │ ├── TextureConverter.cpp │ │ │ ├── TextureConverter.h │ │ │ ├── VROGL.cpp │ │ │ ├── VROGL.h │ │ │ ├── VertexManager.cpp │ │ │ ├── VertexManager.h │ │ │ ├── VideoBackend.h │ │ │ └── main.cpp │ │ ├── Software │ │ │ ├── CMakeLists.txt │ │ │ ├── Clipper.cpp │ │ │ ├── Clipper.h │ │ │ ├── DebugUtil.cpp │ │ │ ├── DebugUtil.h │ │ │ ├── EfbCopy.cpp │ │ │ ├── EfbCopy.h │ │ │ ├── EfbInterface.cpp │ │ │ ├── EfbInterface.h │ │ │ ├── NativeVertexFormat.h │ │ │ ├── Rasterizer.cpp │ │ │ ├── Rasterizer.h │ │ │ ├── SWOGLWindow.cpp │ │ │ ├── SWOGLWindow.h │ │ │ ├── SWRenderer.cpp │ │ │ ├── SWRenderer.h │ │ │ ├── SWTexture.cpp │ │ │ ├── SWTexture.h │ │ │ ├── SWVertexLoader.cpp │ │ │ ├── SWVertexLoader.h │ │ │ ├── SWmain.cpp │ │ │ ├── SetupUnit.cpp │ │ │ ├── SetupUnit.h │ │ │ ├── Software.vcxproj │ │ │ ├── Tev.cpp │ │ │ ├── Tev.h │ │ │ ├── TextureEncoder.cpp │ │ │ ├── TextureEncoder.h │ │ │ ├── TextureSampler.cpp │ │ │ ├── TextureSampler.h │ │ │ ├── TransformUnit.cpp │ │ │ ├── TransformUnit.h │ │ │ ├── Vec3.h │ │ │ └── VideoBackend.h │ │ └── Vulkan │ │ │ ├── BoundingBox.cpp │ │ │ ├── BoundingBox.h │ │ │ ├── CMakeLists.txt │ │ │ ├── CommandBufferManager.cpp │ │ │ ├── CommandBufferManager.h │ │ │ ├── Constants.h │ │ │ ├── FramebufferManager.cpp │ │ │ ├── FramebufferManager.h │ │ │ ├── ObjectCache.cpp │ │ │ ├── ObjectCache.h │ │ │ ├── PerfQuery.cpp │ │ │ ├── PerfQuery.h │ │ │ ├── PostProcessing.cpp │ │ │ ├── PostProcessing.h │ │ │ ├── RasterFont.cpp │ │ │ ├── RasterFont.h │ │ │ ├── Renderer.cpp │ │ │ ├── Renderer.h │ │ │ ├── ShaderCache.cpp │ │ │ ├── ShaderCache.h │ │ │ ├── ShaderCompiler.cpp │ │ │ ├── ShaderCompiler.h │ │ │ ├── StagingBuffer.cpp │ │ │ ├── StagingBuffer.h │ │ │ ├── StagingTexture2D.cpp │ │ │ ├── StagingTexture2D.h │ │ │ ├── StateTracker.cpp │ │ │ ├── StateTracker.h │ │ │ ├── StreamBuffer.cpp │ │ │ ├── StreamBuffer.h │ │ │ ├── SwapChain.cpp │ │ │ ├── SwapChain.h │ │ │ ├── Texture2D.cpp │ │ │ ├── Texture2D.h │ │ │ ├── TextureCache.cpp │ │ │ ├── TextureCache.h │ │ │ ├── TextureConverter.cpp │ │ │ ├── TextureConverter.h │ │ │ ├── Util.cpp │ │ │ ├── Util.h │ │ │ ├── VKTexture.cpp │ │ │ ├── VKTexture.h │ │ │ ├── VertexFormat.cpp │ │ │ ├── VertexFormat.h │ │ │ ├── VertexManager.cpp │ │ │ ├── VertexManager.h │ │ │ ├── VideoBackend.h │ │ │ ├── Vulkan.vcxproj │ │ │ ├── VulkanContext.cpp │ │ │ ├── VulkanContext.h │ │ │ ├── VulkanEntryPoints.inl │ │ │ ├── VulkanLoader.cpp │ │ │ ├── VulkanLoader.h │ │ │ └── main.cpp │ └── VideoCommon │ │ ├── AVIDump.cpp │ │ ├── AVIDump.h │ │ ├── AbstractTexture.cpp │ │ ├── AbstractTexture.h │ │ ├── AsyncRequests.cpp │ │ ├── AsyncRequests.h │ │ ├── AsyncShaderCompiler.cpp │ │ ├── AsyncShaderCompiler.h │ │ ├── BPFunctions.cpp │ │ ├── BPFunctions.h │ │ ├── BPMemory.cpp │ │ ├── BPMemory.h │ │ ├── BPStructs.cpp │ │ ├── BPStructs.h │ │ ├── BoundingBox.cpp │ │ ├── BoundingBox.h │ │ ├── CMakeLists.txt │ │ ├── CPMemory.cpp │ │ ├── CPMemory.h │ │ ├── CommandProcessor.cpp │ │ ├── CommandProcessor.h │ │ ├── ConstantManager.h │ │ ├── DataReader.h │ │ ├── Debugger.cpp │ │ ├── Debugger.h │ │ ├── DriverDetails.cpp │ │ ├── DriverDetails.h │ │ ├── FPSCounter.cpp │ │ ├── FPSCounter.h │ │ ├── Fifo.cpp │ │ ├── Fifo.h │ │ ├── FramebufferManagerBase.cpp │ │ ├── FramebufferManagerBase.h │ │ ├── GeometryShaderGen.cpp │ │ ├── GeometryShaderGen.h │ │ ├── GeometryShaderManager.cpp │ │ ├── GeometryShaderManager.h │ │ ├── HiresTextures.cpp │ │ ├── HiresTextures.h │ │ ├── HiresTextures_DDSLoader.cpp │ │ ├── ImageWrite.cpp │ │ ├── ImageWrite.h │ │ ├── IndexGenerator.cpp │ │ ├── IndexGenerator.h │ │ ├── LightingShaderGen.cpp │ │ ├── LightingShaderGen.h │ │ ├── LookUpTables.h │ │ ├── MainBase.cpp │ │ ├── MetroidVR.cpp │ │ ├── MetroidVR.h │ │ ├── NativeVertexFormat.h │ │ ├── OculusSystemLibraryHeader.cpp │ │ ├── OculusSystemLibraryHeader.h │ │ ├── OnScreenDisplay.cpp │ │ ├── OnScreenDisplay.h │ │ ├── OpcodeDecoding.cpp │ │ ├── OpcodeDecoding.h │ │ ├── PerfQueryBase.cpp │ │ ├── PerfQueryBase.h │ │ ├── PixelEngine.cpp │ │ ├── PixelEngine.h │ │ ├── PixelShaderGen.cpp │ │ ├── PixelShaderGen.h │ │ ├── PixelShaderManager.cpp │ │ ├── PixelShaderManager.h │ │ ├── PostProcessing.cpp │ │ ├── PostProcessing.h │ │ ├── RenderBase.cpp │ │ ├── RenderBase.h │ │ ├── RenderState.cpp │ │ ├── RenderState.h │ │ ├── SamplerCommon.h │ │ ├── ShaderGenCommon.cpp │ │ ├── ShaderGenCommon.h │ │ ├── Statistics.cpp │ │ ├── Statistics.h │ │ ├── TextureCacheBase.cpp │ │ ├── TextureCacheBase.h │ │ ├── TextureConfig.cpp │ │ ├── TextureConfig.h │ │ ├── TextureConversionShader.cpp │ │ ├── TextureConversionShader.h │ │ ├── TextureDecoder.h │ │ ├── TextureDecoder_Common.cpp │ │ ├── TextureDecoder_Generic.cpp │ │ ├── TextureDecoder_Util.h │ │ ├── TextureDecoder_x64.cpp │ │ ├── UberShaderCommon.cpp │ │ ├── UberShaderCommon.h │ │ ├── UberShaderPixel.cpp │ │ ├── UberShaderPixel.h │ │ ├── UberShaderVertex.cpp │ │ ├── UberShaderVertex.h │ │ ├── VR.cpp │ │ ├── VR.h │ │ ├── VR.vcxproj │ │ ├── VR920.cpp │ │ ├── VR920.h │ │ ├── VRGameMatrices.cpp │ │ ├── VRGameMatrices.h │ │ ├── VROculus.h │ │ ├── VROpenVR.h │ │ ├── VRTracker.cpp │ │ ├── VRTracker.h │ │ ├── VertexLoader.cpp │ │ ├── VertexLoader.h │ │ ├── VertexLoaderARM64.cpp │ │ ├── VertexLoaderARM64.h │ │ ├── VertexLoaderBase.cpp │ │ ├── VertexLoaderBase.h │ │ ├── VertexLoaderManager.cpp │ │ ├── VertexLoaderManager.h │ │ ├── VertexLoaderUtils.h │ │ ├── VertexLoaderX64.cpp │ │ ├── VertexLoaderX64.h │ │ ├── VertexLoader_Color.cpp │ │ ├── VertexLoader_Color.h │ │ ├── VertexLoader_Normal.cpp │ │ ├── VertexLoader_Normal.h │ │ ├── VertexLoader_Position.cpp │ │ ├── VertexLoader_Position.h │ │ ├── VertexLoader_TextCoord.cpp │ │ ├── VertexLoader_TextCoord.h │ │ ├── VertexManagerBase.cpp │ │ ├── VertexManagerBase.h │ │ ├── VertexShaderGen.cpp │ │ ├── VertexShaderGen.h │ │ ├── VertexShaderManager.cpp │ │ ├── VertexShaderManager.h │ │ ├── VideoBackendBase.cpp │ │ ├── VideoBackendBase.h │ │ ├── VideoCommon.h │ │ ├── VideoCommon.vcxproj │ │ ├── VideoCommon.vcxproj.filters │ │ ├── VideoConfig.cpp │ │ ├── VideoConfig.h │ │ ├── VideoState.cpp │ │ ├── VideoState.h │ │ ├── XFMemory.cpp │ │ ├── XFMemory.h │ │ ├── XFStructs.cpp │ │ ├── XFStructs.h │ │ └── sfont.inc ├── DSPSpy │ ├── Config.h │ ├── ConsoleHelper.h │ ├── DSPSpy.vcproj │ ├── DSPSpy.vcxproj │ ├── DSPSpy.vcxproj.filters │ ├── Makefile │ ├── Stubs.cpp │ ├── build.sh │ ├── dsp_interface.cpp │ ├── dsp_interface.h │ ├── dspregs.h │ ├── gba.txt │ ├── main_spy.cpp │ ├── mem_dump.h │ ├── real_dsp.cpp │ ├── real_dsp.h │ ├── sbuild.sh │ ├── templates │ │ ├── if_test.tpl │ │ ├── tst_test.tpl │ │ └── tstaxh_test.tpl │ ├── tests │ │ ├── accelerator_loop_test.ds │ │ ├── accelerator_test.ds │ │ ├── andc_ls_test.ds │ │ ├── arith_test.ds │ │ ├── dr_test.ds │ │ ├── dsp_base.inc │ │ ├── dsp_test.ds │ │ ├── ir_test.ds │ │ ├── ld_test.ds │ │ ├── mul_test.ds │ │ ├── neg_test.ds │ │ ├── op_test.ds │ │ └── unk_regs_test.ds │ └── util │ │ ├── createtest.pl │ │ └── dump_roms.ds ├── DSPTool │ ├── CMakeLists.txt │ ├── DSPTool.cpp │ ├── DSPTool.vcxproj │ ├── DSPTool.vcxproj.filters │ └── StubHost.cpp ├── PCH │ ├── pch.cpp │ ├── pch.h │ └── pch.vcxproj ├── UnitTests │ ├── CMakeLists.txt │ ├── Common │ │ ├── BitFieldTest.cpp │ │ ├── BitSetTest.cpp │ │ ├── BitUtilsTest.cpp │ │ ├── BlockingLoopTest.cpp │ │ ├── BusyLoopTest.cpp │ │ ├── CMakeLists.txt │ │ ├── CommonFuncsTest.cpp │ │ ├── EventTest.cpp │ │ ├── FifoQueueTest.cpp │ │ ├── FixedSizeQueueTest.cpp │ │ ├── FlagTest.cpp │ │ ├── MathUtilTest.cpp │ │ ├── NandPathsTest.cpp │ │ ├── StringUtilTest.cpp │ │ ├── SwapTest.cpp │ │ └── x64EmitterTest.cpp │ ├── Core │ │ ├── CMakeLists.txt │ │ ├── CoreTimingTest.cpp │ │ ├── DSP │ │ │ ├── DSPAcceleratorTest.cpp │ │ │ ├── DSPAssemblyTest.cpp │ │ │ ├── DSPTestBinary.cpp │ │ │ ├── DSPTestBinary.h │ │ │ ├── DSPTestText.cpp │ │ │ ├── DSPTestText.h │ │ │ ├── HermesBinary.cpp │ │ │ ├── HermesBinary.h │ │ │ └── hermes.s │ │ ├── IOS │ │ │ └── ES │ │ │ │ ├── FormatsTest.cpp │ │ │ │ ├── TestBinaryData.cpp │ │ │ │ └── TestBinaryData.h │ │ ├── MMIOTest.cpp │ │ └── PageFaultTest.cpp │ ├── StubHost.cpp │ ├── UnitTests.vcxproj │ ├── UnitTests.vcxproj.user │ └── VideoCommon │ │ ├── CMakeLists.txt │ │ └── VertexLoaderTest.cpp ├── VSProps │ ├── Base.props │ ├── ClDisableAllWarnings.props │ ├── PCHCommon.props │ ├── PCHCreate.props │ ├── PCHUse.props │ ├── QtCompile.props │ ├── QtCompile.targets │ ├── QtCompile.xml │ └── WXWOverrides.props └── dolphin-emu.sln ├── Tools ├── CleanFiles.py ├── ReadDolphinMap.idc ├── buildbot-try.sh ├── check-includes.py ├── find-includes-cycles.py ├── gameini-ratings-from-wiki.sh ├── lint.sh ├── perf-disassemble.sh ├── symbolicate-ppc.py ├── update-license-headers.sh └── update-wiitdb.sh ├── docs ├── ActionReplay │ ├── CodeTypesGuide.txt │ └── GCNCodeTypes.txt ├── DSP │ ├── DSP_InterC │ │ ├── DSP_InterC.sln │ │ └── DSP_InterC │ │ │ ├── DSPExt.cpp │ │ │ ├── DSPExt.h │ │ │ ├── DSPOpcodes.cpp │ │ │ ├── DSPOpcodes.h │ │ │ ├── DSP_InterC.cpp │ │ │ ├── DSP_InterC.vcxproj │ │ │ ├── DSP_InterC.vcxproj.filters │ │ │ ├── OutBuffer.cpp │ │ │ ├── OutBuffer.h │ │ │ ├── gdsp_opcodes_helper.h │ │ │ ├── stdafx.cpp │ │ │ ├── stdafx.h │ │ │ └── targetver.h │ ├── GC_DSP.pdf │ ├── Zelda.txt │ ├── free_dsp_rom │ │ ├── GBA-BillyHatcher-log.txt │ │ ├── GBA-CrystalChronicles-log.txt │ │ ├── GBA-FourSwordsAdventures-log.txt │ │ ├── GBA-MetroidPrime-log.txt │ │ ├── dsp_rom.ds │ │ ├── dsp_rom_readme.txt │ │ └── generate_coefs.py │ ├── prefix_replace.py │ ├── unlockmemcard.ds │ ├── wwdsp.c │ └── zeldaNotes.txt ├── WiiMote │ ├── Dumps │ │ ├── WiiMote_AttribTree_0x10000.bin │ │ ├── WiiMote_AttribTree_0x10000.txt │ │ ├── WiiMote_AttribTree_0x10000_strip.bin │ │ ├── WiiMote_AttribTree_0x10001.bin │ │ ├── WiiMote_AttribTree_0x10001.txt │ │ ├── WiiMote_AttribTree_0x10001_strip.bin │ │ ├── WiiMote_ServiceScan.bin │ │ └── WiiMote_ServiceScan.txt │ └── HID_SPEC_V10.rar ├── codehandler.s └── gc-font-tool.cpp └── license.txt /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/.gitmodules -------------------------------------------------------------------------------- /.mailmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/.mailmap -------------------------------------------------------------------------------- /.tx/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/.tx/config -------------------------------------------------------------------------------- /AndroidSetup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/AndroidSetup.md -------------------------------------------------------------------------------- /CMake/CCache.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/CCache.cmake -------------------------------------------------------------------------------- /CMake/CheckAndAddFlag.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/CheckAndAddFlag.cmake -------------------------------------------------------------------------------- /CMake/CheckLib.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/CheckLib.cmake -------------------------------------------------------------------------------- /CMake/FindALSA.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/FindALSA.cmake -------------------------------------------------------------------------------- /CMake/FindBacktrace.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/FindBacktrace.cmake -------------------------------------------------------------------------------- /CMake/FindBlueZ.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/FindBlueZ.cmake -------------------------------------------------------------------------------- /CMake/FindFFmpeg.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/FindFFmpeg.cmake -------------------------------------------------------------------------------- /CMake/FindHIDAPI.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/FindHIDAPI.cmake -------------------------------------------------------------------------------- /CMake/FindLibUSB.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/FindLibUSB.cmake -------------------------------------------------------------------------------- /CMake/FindLibevdev.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/FindLibevdev.cmake -------------------------------------------------------------------------------- /CMake/FindLibudev.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/FindLibudev.cmake -------------------------------------------------------------------------------- /CMake/FindMbedTLS.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/FindMbedTLS.cmake -------------------------------------------------------------------------------- /CMake/FindMiniupnpc.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/FindMiniupnpc.cmake -------------------------------------------------------------------------------- /CMake/FindOProfile.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/FindOProfile.cmake -------------------------------------------------------------------------------- /CMake/FindOpenAL.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/FindOpenAL.cmake -------------------------------------------------------------------------------- /CMake/FindOpenSLES.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/FindOpenSLES.cmake -------------------------------------------------------------------------------- /CMake/FindPulseAudio.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/FindPulseAudio.cmake -------------------------------------------------------------------------------- /CMake/FindSDL2.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/FindSDL2.cmake -------------------------------------------------------------------------------- /CMake/FindSFML.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMake/FindSFML.cmake -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CMakeSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/CMakeSettings.json -------------------------------------------------------------------------------- /Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Contributing.md -------------------------------------------------------------------------------- /Data/51-usb-device.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/51-usb-device.rules -------------------------------------------------------------------------------- /Data/Sys/GC/dsp_coef.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GC/dsp_coef.bin -------------------------------------------------------------------------------- /Data/Sys/GC/dsp_rom.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GC/dsp_rom.bin -------------------------------------------------------------------------------- /Data/Sys/GC/font-licenses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GC/font-licenses.txt -------------------------------------------------------------------------------- /Data/Sys/GC/font_japanese.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GC/font_japanese.bin -------------------------------------------------------------------------------- /Data/Sys/GC/font_western.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GC/font_western.bin -------------------------------------------------------------------------------- /Data/Sys/GameSettings/010.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/010.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/301.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/301.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/C.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/C.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/D43.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/D43.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/D85.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/D85.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/DD2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/DD2.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/DLS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/DLS.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/DTL.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/DTL.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E52.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E52.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E53.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E53.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E54.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E54.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E55.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E55.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E56.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E56.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E57.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E57.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E5W.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E5W.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E5Z.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E5Z.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E62.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E62.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E63.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E63.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E6M.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E6M.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E6N.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E6N.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E6Q.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E6Q.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E6V.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E6V.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E6VJ8P.ini: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E6W.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E6W.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E6WJ8P.ini: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E6X.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E6X.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E73.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E73.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E79.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E79.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/E7Z.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/E7Z.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EA2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EA2.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EA3.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EA3.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EA4.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EA4.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EA5.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EA5.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EA6.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EA6.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EA7.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EA7.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EA8.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EA8.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EA9.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EA9.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAA.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAA.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAB.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAB.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAC.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAC.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAD.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAD.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAE.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAE.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAF.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAF.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAG.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAG.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAH.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAH.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAI.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAI.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAJ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAJ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAK.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAK.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAL.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAL.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAM.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAM.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAN.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAN.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAO.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAO.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAP.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAP.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAQ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAQ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAR.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAR.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAS.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAT.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAT.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAU.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAU.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAV.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAV.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAW.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAW.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAY.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAY.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EAZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EAZ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EB2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EB2.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EB3.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EB3.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EB4.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EB4.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EB5.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EB5.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EB6.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EB6.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EB7.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EB7.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EB8.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EB8.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EB9.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EB9.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBA.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBA.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBB.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBB.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBC.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBC.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBD.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBD.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBE.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBE.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBF.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBF.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBG.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBG.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBK.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBK.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBL.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBL.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBM.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBM.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBN.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBN.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBO.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBO.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBP.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBP.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBQ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBQ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBR.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBR.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBS.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBT.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBT.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBU.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBU.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBV.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBV.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBW.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBW.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBX.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBX.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/EBZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/EBZ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/ECA.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/ECA.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/ECC.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/ECC.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/ECD.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/ECD.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/ECE.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/ECE.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/ECF.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/ECF.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/ECG.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/ECG.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/ECI.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/ECI.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/ECJ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/ECJ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/ECK.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/ECK.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/ECL.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/ECL.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/ECN.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/ECN.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/F.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/F.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FA7.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FA7.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FA8.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FA8.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FA9.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FA9.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAA.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAA.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAB.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAB.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAC.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAC.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAF.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAF.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAG.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAG.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAH.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAH.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAI.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAI.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAL.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAL.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAM.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAM.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAN.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAN.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAO.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAO.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAP.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAP.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAQ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAQ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAR.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAR.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAS.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAT.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAT.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAV.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAV.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAW.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAW.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FAX.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FAX.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FB4.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FB4.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FBD.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FBD.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FBH.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FBH.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FBI.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FBI.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FBY.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FBY.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FBZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FBZ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FC3.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FC3.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FCS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FCS.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FCW.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FCW.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FCY.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FCY.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FDA.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FDA.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FED.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FED.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/FES.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/FES.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G2B.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G2B.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G2C.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G2C.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G2F.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G2F.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G2G.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G2G.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G2M.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G2M.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G2O.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G2O.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G2R.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G2R.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G2T.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G2T.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G2V.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G2V.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G2X.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G2X.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G3A.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G3A.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G3B.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G3B.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G3D.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G3D.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G3E.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G3E.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G3F.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G3F.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G3J.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G3J.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G3L.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G3L.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G3N.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G3N.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G3Q.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G3Q.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G3R.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G3R.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G3S.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G3S.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G3V.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G3V.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G3X.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G3X.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G4A.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G4A.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G4B.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G4B.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G4C.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G4C.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G4F.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G4F.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G4G.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G4G.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G4M.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G4M.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G4N.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G4N.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G4O.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G4O.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G4Q.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G4Q.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G4S.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G4S.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G4Z.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G4Z.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G5D.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G5D.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G5N.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G5N.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G5S.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G5S.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G5T.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G5T.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G63.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G63.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G6F.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G6F.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G6M.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G6M.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G6N.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G6N.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G6Q.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G6Q.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G6S.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G6S.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G6T.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G6T.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G6W.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G6W.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G89.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G89.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G8F.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G8F.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G8M.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G8M.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G8O.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G8O.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G8S.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G8S.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G8W.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G8W.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G9B.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G9B.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G9R.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G9R.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G9S.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G9S.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/G9T.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/G9T.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GA2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GA2.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GA3.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GA3.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GA4.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GA4.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GA7.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GA7.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GAB.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GAB.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GAC.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GAC.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GAF.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GAF.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GAG.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GAG.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GAH.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GAH.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GAK.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GAK.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GAL.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GAL.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GAM.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GAM.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GAN.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GAN.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GAP.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GAP.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GAQ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GAQ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GAR.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GAR.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GAT.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GAT.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GAU.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GAU.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GAV.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GAV.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GAX.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GAX.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GAY.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GAY.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GAZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GAZ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GB3.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GB3.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GB4.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GB4.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GBD.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GBD.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GBF.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GBF.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GBG.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GBG.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GBH.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GBH.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GBI.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GBI.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GBK.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GBK.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GBL.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GBL.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GBM.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GBM.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GBO.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GBO.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GBQ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GBQ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GBS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GBS.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GBT.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GBT.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GBV.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GBV.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GBW.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GBW.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GBX.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GBX.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GBY.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GBY.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GBZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GBZ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GC2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GC2.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GC3.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GC3.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GC4.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GC4.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GC5.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GC5.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GC6.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GC6.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GC7.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GC7.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GC9.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GC9.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCA.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCA.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCB.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCB.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCC.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCC.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCD.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCD.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCE.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCE.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCF.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCF.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCG.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCG.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCH.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCH.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCI.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCI.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCJ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCJ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCL.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCL.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCN.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCN.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCO.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCO.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCP.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCP.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCQ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCQ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCS.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCT.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCT.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCV.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCV.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GCZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GCZ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GD4.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GD4.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GD6.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GD6.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GD7.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GD7.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GD9.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GD9.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GDD.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GDD.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GDE.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GDE.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GDF.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GDF.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GDG.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GDG.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GDI.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GDI.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GDJ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GDJ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GDK.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GDK.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GDL.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GDL.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GDM.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GDM.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GDO.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GDO.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GDQ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GDQ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GDR.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GDR.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GDS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GDS.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GDT.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GDT.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GDV.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GDV.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GDW.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GDW.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GDX.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GDX.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GE3.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GE3.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GE4.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GE4.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GE5.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GE5.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GE9.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GE9.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GEA.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GEA.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GEB.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GEB.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GED.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GED.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GEM.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GEM.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GEN.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GEN.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GEO.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GEO.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GES.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GES.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GEW.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GEW.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GEX.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GEX.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GEY.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GEY.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GEZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GEZ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GF2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GF2.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GF4.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GF4.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GF5.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GF5.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GF6.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GF6.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GF7.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GF7.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GF8.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GF8.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GFA.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GFA.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GFB.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GFB.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GFC.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GFC.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GFD.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GFD.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GFE.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GFE.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GFF.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GFF.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GFG.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GFG.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GFH.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GFH.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GFK.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GFK.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GFO.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GFO.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GFP.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GFP.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GFQ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GFQ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GFT.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GFT.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GFU.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GFU.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GFX.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GFX.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GFY.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GFY.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GFZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GFZ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GG4.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GG4.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GG5.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GG5.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GGA.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GGA.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GGC.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GGC.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GGE.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GGE.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GGM.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GGM.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GGN.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GGN.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GGP.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GGP.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GGR.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GGR.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GGS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GGS.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GGT.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GGT.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GGV.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GGV.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GGY.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GGY.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GGZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GGZ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GH2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GH2.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GH4.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GH4.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GH5.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GH5.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GH6.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GH6.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GH7.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GH7.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GH9.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GH9.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GHA.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GHA.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GHB.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GHB.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GHC.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GHC.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GHG.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GHG.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GHK.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GHK.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GHL.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GHL.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GHM.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GHM.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GHN.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GHN.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GHQ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GHQ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GHR.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GHR.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GHS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GHS.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GHU.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GHU.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GHV.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GHV.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GHW.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GHW.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GHY.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GHY.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GHZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GHZ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GIA.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GIA.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GIB.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GIB.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GIC.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GIC.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GIG.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GIG.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GIK.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GIK.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GIL.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GIL.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GIN.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GIN.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GIP.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GIP.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GIQ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GIQ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GIS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GIS.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GIT.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GIT.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GIV.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GIV.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GIZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GIZ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GJ3.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GJ3.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GJB.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GJB.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GJC.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GJC.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GJD.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GJD.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GJK.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GJK.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GJN.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GJN.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GJS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GJS.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GJU.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GJU.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GJW.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GJW.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GJX.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GJX.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GJZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GJZ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GK2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GK2.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GK4.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GK4.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GK5.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GK5.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GK6.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GK6.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GK7.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GK7.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GK9.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GK9.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GKA.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GKA.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GKB.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GKB.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GKD.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GKD.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GKF.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GKF.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GKG.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GKG.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GKH.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GKH.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GKJ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GKJ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GKK.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GKK.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GKL.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GKL.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GKM.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GKM.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GKN.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GKN.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GKO.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GKO.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GKQ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GKQ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GKS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GKS.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GKT.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GKT.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GKU.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GKU.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GKY.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GKY.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GKZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GKZ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GL5.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GL5.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GL7.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GL7.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GL8.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GL8.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GLB.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GLB.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GLC.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GLC.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GLE.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GLE.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GLG.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GLG.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GLJJMS.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | CameraForward = 153.7 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GLL.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GLL.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GLM.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GLM.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GLN.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GLN.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GLO.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GLO.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GLQ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GLQ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GLR.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GLR.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GLS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GLS.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GLU.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GLU.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GLW.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GLW.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GLY.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GLY.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GLZ.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GLZ.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GM2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GM2.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GM3.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GM3.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GM4.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GM4.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GM5.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GM5.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GM6.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GM6.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GM8.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GM8.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GMB.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GMB.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GMD.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GMD.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GMF.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GMF.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GMH.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GMH.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GMI.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GMI.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GMK.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GMK.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GML.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GML.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GMN.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GMN.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GMP.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GMP.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/GMS.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/GMS.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/J.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/J.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/L.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/L.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/M.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/M.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/N.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/N.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/P.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/P.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/Q.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/GameSettings/Q.ini -------------------------------------------------------------------------------- /Data/Sys/GameSettings/R47E20.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 0.787866533 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/R47J20.ini: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/R47P20.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 0.787866533 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/R6LJWR.ini: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/RTYJ01.ini: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/RV9E78.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 1 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/RV9J78.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 1 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/RV9K78.ini: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/RV9P78.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 1 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/RWJKNR.ini: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/S2XE41.ini: -------------------------------------------------------------------------------- 1 | [vr] 2 | UnitsPerMetre = 7.430000 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/S2XJ41.ini: -------------------------------------------------------------------------------- 1 | [vr] 2 | UnitsPerMetre = 7.430000 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/S2XK41.ini: -------------------------------------------------------------------------------- 1 | [vr] 2 | UnitsPerMetre = 7.430000 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/S2XP41.ini: -------------------------------------------------------------------------------- 1 | [vr] 2 | UnitsPerMetre = 7.430000 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/SCZEFR.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 15 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/SCZJFR.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 15 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/SCZKFR.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 15 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/SCZPFR.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 15 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/SFQE8P.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 2 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/SFQJ8P.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 2 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/SFQK8P.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 2 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/SFQP8P.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 2 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/SOSJG9.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 100 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/SOSPG9.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 100 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/SSMEYG.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 2 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/SSMJYG.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 2 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/SSMKYG.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 2 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/SSMPYG.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 2 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/SU4E78.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 1 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/SU4J78.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 1 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/SU4K78.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 1 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/SU4P78.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | UnitsPerMetre = 1 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/WBOEKY.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | VRStateId = 4 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/WBOJKY.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | VRStateId = 4 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/WBOKKY.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | VRStateId = 4 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/WBOPKY.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | VRStateId = 4 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/WGVEJT.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | VRStateId = 5 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/WGVJJT.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | VRStateId = 5 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/WGVKJT.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | VRStateId = 5 3 | -------------------------------------------------------------------------------- /Data/Sys/GameSettings/WGVPJT.ini: -------------------------------------------------------------------------------- 1 | [VR] 2 | VRStateId = 5 3 | -------------------------------------------------------------------------------- /Data/Sys/Maps/GFZE01.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/Maps/GFZE01.map -------------------------------------------------------------------------------- /Data/Sys/Maps/GMBE8P.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/Maps/GMBE8P.map -------------------------------------------------------------------------------- /Data/Sys/Metroid.dsy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/Metroid.dsy -------------------------------------------------------------------------------- /Data/Sys/MetroidBeta.dsy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/MetroidBeta.dsy -------------------------------------------------------------------------------- /Data/Sys/Shaders/16bit.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/Shaders/16bit.glsl -------------------------------------------------------------------------------- /Data/Sys/Shaders/32bit.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/Shaders/32bit.glsl -------------------------------------------------------------------------------- /Data/Sys/Shaders/FXAA.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/Shaders/FXAA.glsl -------------------------------------------------------------------------------- /Data/Sys/Shaders/brighten.glsl: -------------------------------------------------------------------------------- 1 | void main() 2 | { 3 | SetOutput(Sample()* 3.0); 4 | } 5 | -------------------------------------------------------------------------------- /Data/Sys/Shaders/cool1.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/Shaders/cool1.glsl -------------------------------------------------------------------------------- /Data/Sys/Shaders/fire.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/Shaders/fire.glsl -------------------------------------------------------------------------------- /Data/Sys/Shaders/fire2.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/Shaders/fire2.glsl -------------------------------------------------------------------------------- /Data/Sys/Shaders/osvr.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/Shaders/osvr.glsl -------------------------------------------------------------------------------- /Data/Sys/Shaders/sepia.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/Shaders/sepia.glsl -------------------------------------------------------------------------------- /Data/Sys/Shaders/swap_RGB_BGR.glsl: -------------------------------------------------------------------------------- 1 | void main() 2 | { 3 | SetOutput(Sample().bgra); 4 | } 5 | -------------------------------------------------------------------------------- /Data/Sys/Shaders/swap_RGB_BRG.glsl: -------------------------------------------------------------------------------- 1 | void main() 2 | { 3 | SetOutput(Sample().brga); 4 | } 5 | -------------------------------------------------------------------------------- /Data/Sys/Shaders/swap_RGB_GBR.glsl: -------------------------------------------------------------------------------- 1 | void main() 2 | { 3 | SetOutput(Sample()); 4 | } 5 | -------------------------------------------------------------------------------- /Data/Sys/Shaders/swap_RGB_GRB.glsl: -------------------------------------------------------------------------------- 1 | void main() 2 | { 3 | SetOutput(Sample()); 4 | } 5 | -------------------------------------------------------------------------------- /Data/Sys/Shaders/swap_RGB_RBG.glsl: -------------------------------------------------------------------------------- 1 | void main() 2 | { 3 | SetOutput(Sample().rbga); 4 | } 5 | -------------------------------------------------------------------------------- /Data/Sys/Shaders/toxic.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/Shaders/toxic.glsl -------------------------------------------------------------------------------- /Data/Sys/codehandler.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/codehandler.bin -------------------------------------------------------------------------------- /Data/Sys/combined.dsy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/combined.dsy -------------------------------------------------------------------------------- /Data/Sys/culling.dsy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/culling.dsy -------------------------------------------------------------------------------- /Data/Sys/totaldb.dsy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/totaldb.dsy -------------------------------------------------------------------------------- /Data/Sys/wiitdb-de.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/wiitdb-de.txt -------------------------------------------------------------------------------- /Data/Sys/wiitdb-en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/wiitdb-en.txt -------------------------------------------------------------------------------- /Data/Sys/wiitdb-es.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/wiitdb-es.txt -------------------------------------------------------------------------------- /Data/Sys/wiitdb-fr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/wiitdb-fr.txt -------------------------------------------------------------------------------- /Data/Sys/wiitdb-it.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/wiitdb-it.txt -------------------------------------------------------------------------------- /Data/Sys/wiitdb-ja.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/wiitdb-ja.txt -------------------------------------------------------------------------------- /Data/Sys/wiitdb-ko.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/wiitdb-ko.txt -------------------------------------------------------------------------------- /Data/Sys/wiitdb-nl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/wiitdb-nl.txt -------------------------------------------------------------------------------- /Data/Sys/wiitdb-pt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/wiitdb-pt.txt -------------------------------------------------------------------------------- /Data/Sys/wiitdb-ru.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/wiitdb-ru.txt -------------------------------------------------------------------------------- /Data/Sys/wiitdb-zh_CN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/wiitdb-zh_CN.txt -------------------------------------------------------------------------------- /Data/Sys/wiitdb-zh_TW.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/Sys/wiitdb-zh_TW.txt -------------------------------------------------------------------------------- /Data/dolphin-emu-nogui.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/dolphin-emu-nogui.6 -------------------------------------------------------------------------------- /Data/dolphin-emu.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/dolphin-emu.6 -------------------------------------------------------------------------------- /Data/dolphin-emu.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/dolphin-emu.desktop -------------------------------------------------------------------------------- /Data/dolphin-emu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/dolphin-emu.png -------------------------------------------------------------------------------- /Data/dolphin-emu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/dolphin-emu.svg -------------------------------------------------------------------------------- /Data/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/license.txt -------------------------------------------------------------------------------- /Data/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Data/readme.txt -------------------------------------------------------------------------------- /Externals/GL/GL/wglext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/GL/GL/wglext.h -------------------------------------------------------------------------------- /Externals/LZO/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | add_library(lzo2 STATIC minilzo.c) 2 | -------------------------------------------------------------------------------- /Externals/LZO/LZO.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/LZO/LZO.vcxproj -------------------------------------------------------------------------------- /Externals/LZO/README.LZO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/LZO/README.LZO -------------------------------------------------------------------------------- /Externals/LZO/lzo/lzo1x.h: -------------------------------------------------------------------------------- 1 | #include "minilzo.h" 2 | -------------------------------------------------------------------------------- /Externals/LZO/lzoconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/LZO/lzoconf.h -------------------------------------------------------------------------------- /Externals/LZO/lzodefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/LZO/lzodefs.h -------------------------------------------------------------------------------- /Externals/LZO/minilzo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/LZO/minilzo.c -------------------------------------------------------------------------------- /Externals/LZO/minilzo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/LZO/minilzo.h -------------------------------------------------------------------------------- /Externals/SFML/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/SFML/license.txt -------------------------------------------------------------------------------- /Externals/SOIL/SOIL.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/SOIL/SOIL.c -------------------------------------------------------------------------------- /Externals/SOIL/SOIL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/SOIL/SOIL.h -------------------------------------------------------------------------------- /Externals/SOIL/SOIL.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/SOIL/SOIL.vcxproj -------------------------------------------------------------------------------- /Externals/SOIL/SOIL/SOIL.h: -------------------------------------------------------------------------------- 1 | #include "../SOIL.h" 2 | -------------------------------------------------------------------------------- /Externals/SOIL/image_DXT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/SOIL/image_DXT.c -------------------------------------------------------------------------------- /Externals/SOIL/image_DXT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/SOIL/image_DXT.h -------------------------------------------------------------------------------- /Externals/cubeb/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/cubeb/AUTHORS -------------------------------------------------------------------------------- /Externals/cubeb/INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/cubeb/INSTALL.md -------------------------------------------------------------------------------- /Externals/cubeb/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/cubeb/LICENSE -------------------------------------------------------------------------------- /Externals/cubeb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/cubeb/README.md -------------------------------------------------------------------------------- /Externals/cubeb/cubeb.supp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/cubeb/cubeb.supp -------------------------------------------------------------------------------- /Externals/cubeb/src/cubeb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/cubeb/src/cubeb.c -------------------------------------------------------------------------------- /Externals/curl/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/COPYING -------------------------------------------------------------------------------- /Externals/curl/curl.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/curl.vcxproj -------------------------------------------------------------------------------- /Externals/curl/lib/asyn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/asyn.h -------------------------------------------------------------------------------- /Externals/curl/lib/base64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/base64.c -------------------------------------------------------------------------------- /Externals/curl/lib/cookie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/cookie.c -------------------------------------------------------------------------------- /Externals/curl/lib/cookie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/cookie.h -------------------------------------------------------------------------------- /Externals/curl/lib/curlx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/curlx.h -------------------------------------------------------------------------------- /Externals/curl/lib/dict.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/dict.c -------------------------------------------------------------------------------- /Externals/curl/lib/dict.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/dict.h -------------------------------------------------------------------------------- /Externals/curl/lib/dotdot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/dotdot.c -------------------------------------------------------------------------------- /Externals/curl/lib/dotdot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/dotdot.h -------------------------------------------------------------------------------- /Externals/curl/lib/easy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/easy.c -------------------------------------------------------------------------------- /Externals/curl/lib/easyif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/easyif.h -------------------------------------------------------------------------------- /Externals/curl/lib/escape.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/escape.c -------------------------------------------------------------------------------- /Externals/curl/lib/escape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/escape.h -------------------------------------------------------------------------------- /Externals/curl/lib/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/file.c -------------------------------------------------------------------------------- /Externals/curl/lib/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/file.h -------------------------------------------------------------------------------- /Externals/curl/lib/ftp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/ftp.c -------------------------------------------------------------------------------- /Externals/curl/lib/ftp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/ftp.h -------------------------------------------------------------------------------- /Externals/curl/lib/getenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/getenv.c -------------------------------------------------------------------------------- /Externals/curl/lib/gopher.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/gopher.c -------------------------------------------------------------------------------- /Externals/curl/lib/gopher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/gopher.h -------------------------------------------------------------------------------- /Externals/curl/lib/hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/hash.c -------------------------------------------------------------------------------- /Externals/curl/lib/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/hash.h -------------------------------------------------------------------------------- /Externals/curl/lib/hmac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/hmac.c -------------------------------------------------------------------------------- /Externals/curl/lib/hostip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/hostip.c -------------------------------------------------------------------------------- /Externals/curl/lib/hostip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/hostip.h -------------------------------------------------------------------------------- /Externals/curl/lib/http.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/http.c -------------------------------------------------------------------------------- /Externals/curl/lib/http.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/http.h -------------------------------------------------------------------------------- /Externals/curl/lib/http2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/http2.c -------------------------------------------------------------------------------- /Externals/curl/lib/http2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/http2.h -------------------------------------------------------------------------------- /Externals/curl/lib/if2ip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/if2ip.c -------------------------------------------------------------------------------- /Externals/curl/lib/if2ip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/if2ip.h -------------------------------------------------------------------------------- /Externals/curl/lib/imap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/imap.c -------------------------------------------------------------------------------- /Externals/curl/lib/imap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/imap.h -------------------------------------------------------------------------------- /Externals/curl/lib/krb5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/krb5.c -------------------------------------------------------------------------------- /Externals/curl/lib/ldap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/ldap.c -------------------------------------------------------------------------------- /Externals/curl/lib/llist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/llist.c -------------------------------------------------------------------------------- /Externals/curl/lib/llist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/llist.h -------------------------------------------------------------------------------- /Externals/curl/lib/md4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/md4.c -------------------------------------------------------------------------------- /Externals/curl/lib/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/md5.c -------------------------------------------------------------------------------- /Externals/curl/lib/multi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/multi.c -------------------------------------------------------------------------------- /Externals/curl/lib/netrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/netrc.c -------------------------------------------------------------------------------- /Externals/curl/lib/netrc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/netrc.h -------------------------------------------------------------------------------- /Externals/curl/lib/nwlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/nwlib.c -------------------------------------------------------------------------------- /Externals/curl/lib/nwos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/nwos.c -------------------------------------------------------------------------------- /Externals/curl/lib/pop3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/pop3.c -------------------------------------------------------------------------------- /Externals/curl/lib/pop3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/pop3.h -------------------------------------------------------------------------------- /Externals/curl/lib/rawstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/rawstr.c -------------------------------------------------------------------------------- /Externals/curl/lib/rawstr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/rawstr.h -------------------------------------------------------------------------------- /Externals/curl/lib/rtsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/rtsp.c -------------------------------------------------------------------------------- /Externals/curl/lib/rtsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/rtsp.h -------------------------------------------------------------------------------- /Externals/curl/lib/select.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/select.c -------------------------------------------------------------------------------- /Externals/curl/lib/select.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/select.h -------------------------------------------------------------------------------- /Externals/curl/lib/sendf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/sendf.c -------------------------------------------------------------------------------- /Externals/curl/lib/sendf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/sendf.h -------------------------------------------------------------------------------- /Externals/curl/lib/share.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/share.c -------------------------------------------------------------------------------- /Externals/curl/lib/share.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/share.h -------------------------------------------------------------------------------- /Externals/curl/lib/slist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/slist.c -------------------------------------------------------------------------------- /Externals/curl/lib/slist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/slist.h -------------------------------------------------------------------------------- /Externals/curl/lib/smb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/smb.c -------------------------------------------------------------------------------- /Externals/curl/lib/smb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/smb.h -------------------------------------------------------------------------------- /Externals/curl/lib/smtp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/smtp.c -------------------------------------------------------------------------------- /Externals/curl/lib/smtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/smtp.h -------------------------------------------------------------------------------- /Externals/curl/lib/socks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/socks.c -------------------------------------------------------------------------------- /Externals/curl/lib/socks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/socks.h -------------------------------------------------------------------------------- /Externals/curl/lib/splay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/splay.c -------------------------------------------------------------------------------- /Externals/curl/lib/splay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/splay.h -------------------------------------------------------------------------------- /Externals/curl/lib/ssh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/ssh.c -------------------------------------------------------------------------------- /Externals/curl/lib/ssh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/ssh.h -------------------------------------------------------------------------------- /Externals/curl/lib/strdup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/strdup.c -------------------------------------------------------------------------------- /Externals/curl/lib/strdup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/strdup.h -------------------------------------------------------------------------------- /Externals/curl/lib/strtok.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/strtok.c -------------------------------------------------------------------------------- /Externals/curl/lib/strtok.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/strtok.h -------------------------------------------------------------------------------- /Externals/curl/lib/telnet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/telnet.c -------------------------------------------------------------------------------- /Externals/curl/lib/telnet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/telnet.h -------------------------------------------------------------------------------- /Externals/curl/lib/tftp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/tftp.c -------------------------------------------------------------------------------- /Externals/curl/lib/tftp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/tftp.h -------------------------------------------------------------------------------- /Externals/curl/lib/url.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/url.c -------------------------------------------------------------------------------- /Externals/curl/lib/url.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/curl/lib/url.h -------------------------------------------------------------------------------- /Externals/enet/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/ChangeLog -------------------------------------------------------------------------------- /Externals/enet/Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/Doxyfile -------------------------------------------------------------------------------- /Externals/enet/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/LICENSE -------------------------------------------------------------------------------- /Externals/enet/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/Makefile.am -------------------------------------------------------------------------------- /Externals/enet/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/README -------------------------------------------------------------------------------- /Externals/enet/callbacks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/callbacks.c -------------------------------------------------------------------------------- /Externals/enet/compress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/compress.c -------------------------------------------------------------------------------- /Externals/enet/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/configure.ac -------------------------------------------------------------------------------- /Externals/enet/docs/FAQ.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/docs/FAQ.dox -------------------------------------------------------------------------------- /Externals/enet/enet.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/enet.dsp -------------------------------------------------------------------------------- /Externals/enet/enet.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/enet.vcxproj -------------------------------------------------------------------------------- /Externals/enet/enet_dll.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/enet_dll.cbp -------------------------------------------------------------------------------- /Externals/enet/host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/host.c -------------------------------------------------------------------------------- /Externals/enet/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/list.c -------------------------------------------------------------------------------- /Externals/enet/m4/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Externals/enet/packet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/packet.c -------------------------------------------------------------------------------- /Externals/enet/peer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/peer.c -------------------------------------------------------------------------------- /Externals/enet/premake4.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/premake4.lua -------------------------------------------------------------------------------- /Externals/enet/protocol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/protocol.c -------------------------------------------------------------------------------- /Externals/enet/unix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/unix.c -------------------------------------------------------------------------------- /Externals/enet/win32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/enet/win32.c -------------------------------------------------------------------------------- /Externals/glslang/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/glslang/README.md -------------------------------------------------------------------------------- /Externals/gtest/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/gtest/LICENSE -------------------------------------------------------------------------------- /Externals/hidapi/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/hidapi/README.txt -------------------------------------------------------------------------------- /Externals/hidapi/mac/hid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/hidapi/mac/hid.c -------------------------------------------------------------------------------- /Externals/libiconv-1.14/src/iconv_no_i18n.c: -------------------------------------------------------------------------------- 1 | #define NO_I18N 2 | #include "iconv.c" 3 | -------------------------------------------------------------------------------- /Externals/libpng/png.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/png.c -------------------------------------------------------------------------------- /Externals/libpng/png.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/png.h -------------------------------------------------------------------------------- /Externals/libpng/pngconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pngconf.h -------------------------------------------------------------------------------- /Externals/libpng/pngdebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pngdebug.h -------------------------------------------------------------------------------- /Externals/libpng/pngerror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pngerror.c -------------------------------------------------------------------------------- /Externals/libpng/pngget.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pngget.c -------------------------------------------------------------------------------- /Externals/libpng/pnginfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pnginfo.h -------------------------------------------------------------------------------- /Externals/libpng/pngmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pngmem.c -------------------------------------------------------------------------------- /Externals/libpng/pngpread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pngpread.c -------------------------------------------------------------------------------- /Externals/libpng/pngpriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pngpriv.h -------------------------------------------------------------------------------- /Externals/libpng/pngread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pngread.c -------------------------------------------------------------------------------- /Externals/libpng/pngrio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pngrio.c -------------------------------------------------------------------------------- /Externals/libpng/pngrtran.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pngrtran.c -------------------------------------------------------------------------------- /Externals/libpng/pngrutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pngrutil.c -------------------------------------------------------------------------------- /Externals/libpng/pngset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pngset.c -------------------------------------------------------------------------------- /Externals/libpng/pngtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pngtest.c -------------------------------------------------------------------------------- /Externals/libpng/pngtrans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pngtrans.c -------------------------------------------------------------------------------- /Externals/libpng/pngwio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pngwio.c -------------------------------------------------------------------------------- /Externals/libpng/pngwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pngwrite.c -------------------------------------------------------------------------------- /Externals/libpng/pngwtran.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pngwtran.c -------------------------------------------------------------------------------- /Externals/libpng/pngwutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libpng/pngwutil.c -------------------------------------------------------------------------------- /Externals/libusb/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libusb/AUTHORS -------------------------------------------------------------------------------- /Externals/libusb/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libusb/COPYING -------------------------------------------------------------------------------- /Externals/libusb/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libusb/ChangeLog -------------------------------------------------------------------------------- /Externals/libusb/DOLPHIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libusb/DOLPHIN -------------------------------------------------------------------------------- /Externals/libusb/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libusb/INSTALL -------------------------------------------------------------------------------- /Externals/libusb/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libusb/NEWS -------------------------------------------------------------------------------- /Externals/libusb/PORTING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libusb/PORTING -------------------------------------------------------------------------------- /Externals/libusb/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libusb/README -------------------------------------------------------------------------------- /Externals/libusb/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/libusb/TODO -------------------------------------------------------------------------------- /Externals/libusb/libusb/version_nano.h: -------------------------------------------------------------------------------- 1 | #define LIBUSB_NANO 11156 2 | -------------------------------------------------------------------------------- /Externals/licenses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/licenses.md -------------------------------------------------------------------------------- /Externals/mbedtls/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/mbedtls/LICENSE -------------------------------------------------------------------------------- /Externals/mbedtls/include/.gitignore: -------------------------------------------------------------------------------- 1 | Makefile 2 | *.sln 3 | *.vcxproj 4 | mbedtls/check_config 5 | -------------------------------------------------------------------------------- /Externals/mbedtls/library/.gitignore: -------------------------------------------------------------------------------- 1 | *.o 2 | libmbed* 3 | *.sln 4 | *.vcxproj 5 | -------------------------------------------------------------------------------- /Externals/miniupnpc/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/miniupnpc/LICENSE -------------------------------------------------------------------------------- /Externals/miniupnpc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/miniupnpc/README -------------------------------------------------------------------------------- /Externals/miniupnpc/VERSION: -------------------------------------------------------------------------------- 1 | 1.9 2 | -------------------------------------------------------------------------------- /Externals/wxWidgets3/include/wx/osx/colour.h: -------------------------------------------------------------------------------- 1 | #include "wx/osx/core/colour.h" 2 | -------------------------------------------------------------------------------- /Externals/wxWidgets3/include/wx/osx/mimetype.h: -------------------------------------------------------------------------------- 1 | #include "wx/osx/core/mimetype.h" 2 | -------------------------------------------------------------------------------- /Externals/wxWidgets3/include/wx/osx/uma.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Externals/wxWidgets3/src/cwcopysetup.bat: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Externals/wxWidgets3/src/cwdcopysetup.bat: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Externals/xxhash/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/xxhash/LICENSE -------------------------------------------------------------------------------- /Externals/xxhash/xxhash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/xxhash/xxhash.c -------------------------------------------------------------------------------- /Externals/xxhash/xxhash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/xxhash/xxhash.h -------------------------------------------------------------------------------- /Externals/xxhash/xxhsum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/xxhash/xxhsum.c -------------------------------------------------------------------------------- /Externals/zlib/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/ChangeLog -------------------------------------------------------------------------------- /Externals/zlib/adler32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/adler32.c -------------------------------------------------------------------------------- /Externals/zlib/compress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/compress.c -------------------------------------------------------------------------------- /Externals/zlib/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/crc32.c -------------------------------------------------------------------------------- /Externals/zlib/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/crc32.h -------------------------------------------------------------------------------- /Externals/zlib/deflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/deflate.c -------------------------------------------------------------------------------- /Externals/zlib/deflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/deflate.h -------------------------------------------------------------------------------- /Externals/zlib/gzclose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/gzclose.c -------------------------------------------------------------------------------- /Externals/zlib/gzguts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/gzguts.h -------------------------------------------------------------------------------- /Externals/zlib/gzlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/gzlib.c -------------------------------------------------------------------------------- /Externals/zlib/gzread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/gzread.c -------------------------------------------------------------------------------- /Externals/zlib/gzwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/gzwrite.c -------------------------------------------------------------------------------- /Externals/zlib/infback.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/infback.c -------------------------------------------------------------------------------- /Externals/zlib/inffast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/inffast.c -------------------------------------------------------------------------------- /Externals/zlib/inffast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/inffast.h -------------------------------------------------------------------------------- /Externals/zlib/inffixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/inffixed.h -------------------------------------------------------------------------------- /Externals/zlib/inflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/inflate.c -------------------------------------------------------------------------------- /Externals/zlib/inflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/inflate.h -------------------------------------------------------------------------------- /Externals/zlib/inftrees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/inftrees.c -------------------------------------------------------------------------------- /Externals/zlib/inftrees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/inftrees.h -------------------------------------------------------------------------------- /Externals/zlib/trees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/trees.c -------------------------------------------------------------------------------- /Externals/zlib/trees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/trees.h -------------------------------------------------------------------------------- /Externals/zlib/uncompr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/uncompr.c -------------------------------------------------------------------------------- /Externals/zlib/zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/zconf.h -------------------------------------------------------------------------------- /Externals/zlib/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/zlib.h -------------------------------------------------------------------------------- /Externals/zlib/zlib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/zlib.vcxproj -------------------------------------------------------------------------------- /Externals/zlib/zutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/zutil.c -------------------------------------------------------------------------------- /Externals/zlib/zutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Externals/zlib/zutil.h -------------------------------------------------------------------------------- /Installer/Dolphin.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Installer/Dolphin.ico -------------------------------------------------------------------------------- /Installer/Installer.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Installer/Installer.nsi -------------------------------------------------------------------------------- /Installer/dolphin-emu.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Installer/dolphin-emu.spec -------------------------------------------------------------------------------- /Installer/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Installer/license.txt -------------------------------------------------------------------------------- /Languages/Languages.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/Languages.vcxproj -------------------------------------------------------------------------------- /Languages/po.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po.props -------------------------------------------------------------------------------- /Languages/po.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po.rules -------------------------------------------------------------------------------- /Languages/po.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po.targets -------------------------------------------------------------------------------- /Languages/po.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po.xml -------------------------------------------------------------------------------- /Languages/po/ar.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/ar.po -------------------------------------------------------------------------------- /Languages/po/ca.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/ca.po -------------------------------------------------------------------------------- /Languages/po/cs.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/cs.po -------------------------------------------------------------------------------- /Languages/po/da_DK.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/da_DK.po -------------------------------------------------------------------------------- /Languages/po/de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/de.po -------------------------------------------------------------------------------- /Languages/po/el.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/el.po -------------------------------------------------------------------------------- /Languages/po/en.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/en.po -------------------------------------------------------------------------------- /Languages/po/es.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/es.po -------------------------------------------------------------------------------- /Languages/po/fa.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/fa.po -------------------------------------------------------------------------------- /Languages/po/fr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/fr.po -------------------------------------------------------------------------------- /Languages/po/hr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/hr.po -------------------------------------------------------------------------------- /Languages/po/hu.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/hu.po -------------------------------------------------------------------------------- /Languages/po/it.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/it.po -------------------------------------------------------------------------------- /Languages/po/ja.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/ja.po -------------------------------------------------------------------------------- /Languages/po/ko.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/ko.po -------------------------------------------------------------------------------- /Languages/po/ms_MY.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/ms_MY.po -------------------------------------------------------------------------------- /Languages/po/nb.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/nb.po -------------------------------------------------------------------------------- /Languages/po/nl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/nl.po -------------------------------------------------------------------------------- /Languages/po/pl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/pl.po -------------------------------------------------------------------------------- /Languages/po/pt.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/pt.po -------------------------------------------------------------------------------- /Languages/po/pt_BR.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/pt_BR.po -------------------------------------------------------------------------------- /Languages/po/ro_RO.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/ro_RO.po -------------------------------------------------------------------------------- /Languages/po/ru.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/ru.po -------------------------------------------------------------------------------- /Languages/po/sr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/sr.po -------------------------------------------------------------------------------- /Languages/po/sv.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/sv.po -------------------------------------------------------------------------------- /Languages/po/tr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/tr.po -------------------------------------------------------------------------------- /Languages/po/zh_CN.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/zh_CN.po -------------------------------------------------------------------------------- /Languages/po/zh_TW.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Languages/po/zh_TW.po -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Readme.md -------------------------------------------------------------------------------- /Source/.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/.clang-format -------------------------------------------------------------------------------- /Source/Android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Android/.gitignore -------------------------------------------------------------------------------- /Source/Android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Android/build.gradle -------------------------------------------------------------------------------- /Source/Android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Android/gradlew -------------------------------------------------------------------------------- /Source/Android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Android/gradlew.bat -------------------------------------------------------------------------------- /Source/Android/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /Source/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/CMakeLists.txt -------------------------------------------------------------------------------- /Source/Core/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/CMakeLists.txt -------------------------------------------------------------------------------- /Source/Core/Common/Align.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/Align.h -------------------------------------------------------------------------------- /Source/Core/Common/Assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/Assert.h -------------------------------------------------------------------------------- /Source/Core/Common/Atomic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/Atomic.h -------------------------------------------------------------------------------- /Source/Core/Common/BitSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/BitSet.h -------------------------------------------------------------------------------- /Source/Core/Common/Common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/Common.h -------------------------------------------------------------------------------- /Source/Core/Common/Event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/Event.h -------------------------------------------------------------------------------- /Source/Core/Common/File.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/File.cpp -------------------------------------------------------------------------------- /Source/Core/Common/File.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/File.h -------------------------------------------------------------------------------- /Source/Core/Common/Flag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/Flag.h -------------------------------------------------------------------------------- /Source/Core/Common/Hash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/Hash.cpp -------------------------------------------------------------------------------- /Source/Core/Common/Hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/Hash.h -------------------------------------------------------------------------------- /Source/Core/Common/Lazy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/Lazy.h -------------------------------------------------------------------------------- /Source/Core/Common/MD5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/MD5.cpp -------------------------------------------------------------------------------- /Source/Core/Common/MD5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/MD5.h -------------------------------------------------------------------------------- /Source/Core/Common/Swap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/Swap.h -------------------------------------------------------------------------------- /Source/Core/Common/Thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/Thread.h -------------------------------------------------------------------------------- /Source/Core/Common/Timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/Timer.h -------------------------------------------------------------------------------- /Source/Core/Common/UPnP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/UPnP.cpp -------------------------------------------------------------------------------- /Source/Core/Common/UPnP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/UPnP.h -------------------------------------------------------------------------------- /Source/Core/Common/x64ABI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/x64ABI.h -------------------------------------------------------------------------------- /Source/Core/Common/x64Reg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Common/x64Reg.h -------------------------------------------------------------------------------- /Source/Core/Core/Core.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/Core.cpp -------------------------------------------------------------------------------- /Source/Core/Core/Core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/Core.h -------------------------------------------------------------------------------- /Source/Core/Core/HLE/HLE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/HLE/HLE.h -------------------------------------------------------------------------------- /Source/Core/Core/HW/CPU.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/HW/CPU.cpp -------------------------------------------------------------------------------- /Source/Core/Core/HW/CPU.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/HW/CPU.h -------------------------------------------------------------------------------- /Source/Core/Core/HW/DSP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/HW/DSP.cpp -------------------------------------------------------------------------------- /Source/Core/Core/HW/DSP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/HW/DSP.h -------------------------------------------------------------------------------- /Source/Core/Core/HW/GCPad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/HW/GCPad.h -------------------------------------------------------------------------------- /Source/Core/Core/HW/HW.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/HW/HW.cpp -------------------------------------------------------------------------------- /Source/Core/Core/HW/HW.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/HW/HW.h -------------------------------------------------------------------------------- /Source/Core/Core/HW/MMIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/HW/MMIO.h -------------------------------------------------------------------------------- /Source/Core/Core/HW/SI/SI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/HW/SI/SI.h -------------------------------------------------------------------------------- /Source/Core/Core/HW/Sram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/HW/Sram.h -------------------------------------------------------------------------------- /Source/Core/Core/Host.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/Host.h -------------------------------------------------------------------------------- /Source/Core/Core/IOS/IOS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/IOS/IOS.h -------------------------------------------------------------------------------- /Source/Core/Core/IOS/IOSC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/IOS/IOSC.h -------------------------------------------------------------------------------- /Source/Core/Core/IOS/MIOS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/IOS/MIOS.h -------------------------------------------------------------------------------- /Source/Core/Core/MemTools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/MemTools.h -------------------------------------------------------------------------------- /Source/Core/Core/Movie.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/Movie.cpp -------------------------------------------------------------------------------- /Source/Core/Core/Movie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/Movie.h -------------------------------------------------------------------------------- /Source/Core/Core/State.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/State.cpp -------------------------------------------------------------------------------- /Source/Core/Core/State.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/State.h -------------------------------------------------------------------------------- /Source/Core/Core/WiiRoot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/WiiRoot.h -------------------------------------------------------------------------------- /Source/Core/Core/WiiUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/WiiUtils.h -------------------------------------------------------------------------------- /Source/Core/Core/ec_wii.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/ec_wii.cpp -------------------------------------------------------------------------------- /Source/Core/Core/ec_wii.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/Core/ec_wii.h -------------------------------------------------------------------------------- /Source/Core/DiscIO/Blob.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/DiscIO/Blob.cpp -------------------------------------------------------------------------------- /Source/Core/DiscIO/Blob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/DiscIO/Blob.h -------------------------------------------------------------------------------- /Source/Core/DiscIO/Enums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/DiscIO/Enums.h -------------------------------------------------------------------------------- /Source/Core/DiscIO/Volume.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/DiscIO/Volume.h -------------------------------------------------------------------------------- /Source/Core/DiscIO/WiiWad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/Core/DiscIO/WiiWad.h -------------------------------------------------------------------------------- /Source/Core/DolphinQt2/qt.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/DSPSpy/Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/DSPSpy/Config.h -------------------------------------------------------------------------------- /Source/DSPSpy/DSPSpy.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/DSPSpy/DSPSpy.vcproj -------------------------------------------------------------------------------- /Source/DSPSpy/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/DSPSpy/Makefile -------------------------------------------------------------------------------- /Source/DSPSpy/Stubs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/DSPSpy/Stubs.cpp -------------------------------------------------------------------------------- /Source/DSPSpy/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/DSPSpy/build.sh -------------------------------------------------------------------------------- /Source/DSPSpy/dspregs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/DSPSpy/dspregs.h -------------------------------------------------------------------------------- /Source/DSPSpy/gba.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/DSPSpy/gba.txt -------------------------------------------------------------------------------- /Source/DSPSpy/main_spy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/DSPSpy/main_spy.cpp -------------------------------------------------------------------------------- /Source/DSPSpy/mem_dump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/DSPSpy/mem_dump.h -------------------------------------------------------------------------------- /Source/DSPSpy/real_dsp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/DSPSpy/real_dsp.cpp -------------------------------------------------------------------------------- /Source/DSPSpy/real_dsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/DSPSpy/real_dsp.h -------------------------------------------------------------------------------- /Source/DSPSpy/sbuild.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/DSPSpy/sbuild.sh -------------------------------------------------------------------------------- /Source/DSPTool/DSPTool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/DSPTool/DSPTool.cpp -------------------------------------------------------------------------------- /Source/DSPTool/StubHost.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/DSPTool/StubHost.cpp -------------------------------------------------------------------------------- /Source/PCH/pch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/PCH/pch.cpp -------------------------------------------------------------------------------- /Source/PCH/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/PCH/pch.h -------------------------------------------------------------------------------- /Source/PCH/pch.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/PCH/pch.vcxproj -------------------------------------------------------------------------------- /Source/VSProps/Base.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/VSProps/Base.props -------------------------------------------------------------------------------- /Source/VSProps/PCHUse.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/VSProps/PCHUse.props -------------------------------------------------------------------------------- /Source/dolphin-emu.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Source/dolphin-emu.sln -------------------------------------------------------------------------------- /Tools/CleanFiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Tools/CleanFiles.py -------------------------------------------------------------------------------- /Tools/ReadDolphinMap.idc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Tools/ReadDolphinMap.idc -------------------------------------------------------------------------------- /Tools/buildbot-try.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Tools/buildbot-try.sh -------------------------------------------------------------------------------- /Tools/check-includes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Tools/check-includes.py -------------------------------------------------------------------------------- /Tools/lint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Tools/lint.sh -------------------------------------------------------------------------------- /Tools/perf-disassemble.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Tools/perf-disassemble.sh -------------------------------------------------------------------------------- /Tools/symbolicate-ppc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Tools/symbolicate-ppc.py -------------------------------------------------------------------------------- /Tools/update-wiitdb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/Tools/update-wiitdb.sh -------------------------------------------------------------------------------- /docs/DSP/GC_DSP.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/docs/DSP/GC_DSP.pdf -------------------------------------------------------------------------------- /docs/DSP/Zelda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/docs/DSP/Zelda.txt -------------------------------------------------------------------------------- /docs/DSP/prefix_replace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/docs/DSP/prefix_replace.py -------------------------------------------------------------------------------- /docs/DSP/unlockmemcard.ds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/docs/DSP/unlockmemcard.ds -------------------------------------------------------------------------------- /docs/DSP/wwdsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/docs/DSP/wwdsp.c -------------------------------------------------------------------------------- /docs/DSP/zeldaNotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/docs/DSP/zeldaNotes.txt -------------------------------------------------------------------------------- /docs/codehandler.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/docs/codehandler.s -------------------------------------------------------------------------------- /docs/gc-font-tool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/docs/gc-font-tool.cpp -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlKenner/dolphin/HEAD/license.txt --------------------------------------------------------------------------------