├── .clang-format ├── .github ├── ISSUE_TEMPLATE │ ├── config.yml │ ├── emulation_bug_report.yaml │ └── feature_report.yaml ├── actions │ └── set-up-vcpkg-binary-cache-action │ │ └── action.yml └── workflows │ ├── build.yml │ ├── build_check.yml │ ├── deploy_release.yml │ ├── determine_release_version.yml │ └── generate_pot.yml ├── .gitignore ├── .gitmodules ├── BUILD.md ├── CMakeLists.txt ├── CMakeSettings.json ├── CODING_STYLE.md ├── LICENSE.txt ├── README.md ├── bin ├── gameProfiles │ └── default │ │ ├── 0005000010101a00.ini │ │ ├── 0005000010101b00.ini │ │ ├── 0005000010104d00.ini │ │ ├── 0005000010106100.ini │ │ ├── 000500001010EB00.ini │ │ ├── 000500001010F900.ini │ │ ├── 000500001010ac00.ini │ │ ├── 000500001010ad00.ini │ │ ├── 000500001010b100.ini │ │ ├── 000500001010b200.ini │ │ ├── 000500001010dc00.ini │ │ ├── 000500001010dd00.ini │ │ ├── 000500001010e600.ini │ │ ├── 000500001010e700.ini │ │ ├── 000500001010ec00.ini │ │ ├── 000500001010ed00.ini │ │ ├── 000500001010ef00.ini │ │ ├── 000500001010f100.ini │ │ ├── 000500001010f200.ini │ │ ├── 000500001010f500.ini │ │ ├── 0005000010110100.ini │ │ ├── 0005000010110600.ini │ │ ├── 0005000010110700.ini │ │ ├── 0005000010110E00.ini │ │ ├── 0005000010110f00.ini │ │ ├── 0005000010111000.ini │ │ ├── 0005000010111400.ini │ │ ├── 0005000010111600.ini │ │ ├── 0005000010112000.ini │ │ ├── 0005000010112300.ini │ │ ├── 0005000010113000.ini │ │ ├── 0005000010113300.ini │ │ ├── 0005000010113d00.ini │ │ ├── 0005000010115d00.ini │ │ ├── 0005000010116100.ini │ │ ├── 0005000010117200.ini │ │ ├── 0005000010118300.ini │ │ ├── 000500001011a600.ini │ │ ├── 000500001011af00.ini │ │ ├── 000500001011b200.ini │ │ ├── 0005000010128600.ini │ │ ├── 0005000010129000.ini │ │ ├── 0005000010129200.ini │ │ ├── 000500001012BC00.ini │ │ ├── 000500001012BD00.ini │ │ ├── 000500001012F000.ini │ │ ├── 000500001012b200.ini │ │ ├── 000500001012ba00.ini │ │ ├── 000500001012be00.ini │ │ ├── 000500001012c500.ini │ │ ├── 000500001012da00.ini │ │ ├── 0005000010131F00.ini │ │ ├── 0005000010132c00.ini │ │ ├── 0005000010132d00.ini │ │ ├── 0005000010133b00.ini │ │ ├── 0005000010134e00.ini │ │ ├── 0005000010135500.ini │ │ ├── 0005000010135e00.ini │ │ ├── 0005000010136300.ini │ │ ├── 0005000010136c00.ini │ │ ├── 0005000010137F00.ini │ │ ├── 0005000010137c00.ini │ │ ├── 0005000010138300.ini │ │ ├── 0005000010138a00.ini │ │ ├── 0005000010138f00.ini │ │ ├── 0005000010140000.ini │ │ ├── 0005000010143200.ini │ │ ├── 0005000010143500.ini │ │ ├── 0005000010143600.ini │ │ ├── 0005000010144800.ini │ │ ├── 0005000010144f00.ini │ │ ├── 0005000010145000.ini │ │ ├── 0005000010145c00.ini │ │ ├── 0005000010145d00.ini │ │ ├── 0005000010147e00.ini │ │ ├── 000500001014c100.ini │ │ ├── 000500001014c600.ini │ │ ├── 000500001014cb00.ini │ │ ├── 000500001014d900.ini │ │ ├── 0005000010154600.ini │ │ ├── 000500001015b200.ini │ │ ├── 0005000010161a00.ini │ │ ├── 0005000010162200.ini │ │ ├── 0005000010162a00.ini │ │ ├── 0005000010162b00.ini │ │ ├── 000500001016a200.ini │ │ ├── 000500001016ab00.ini │ │ ├── 000500001016b200.ini │ │ ├── 000500001016d400.ini │ │ ├── 000500001016d800.ini │ │ ├── 000500001016da00.ini │ │ ├── 000500001016e000.ini │ │ ├── 000500001016e800.ini │ │ ├── 000500001016ea00.ini │ │ ├── 000500001016fc00.ini │ │ ├── 0005000010170100.ini │ │ ├── 0005000010172900.ini │ │ ├── 0005000010173400.ini │ │ ├── 0005000010176300.ini │ │ ├── 0005000010176900.ini │ │ ├── 0005000010176a00.ini │ │ ├── 0005000010177000.ini │ │ ├── 0005000010177500.ini │ │ ├── 0005000010177600.ini │ │ ├── 0005000010177700.ini │ │ ├── 000500001017d800.ini │ │ ├── 000500001017d900.ini │ │ ├── 000500001017da00.ini │ │ ├── 000500001017e400.ini │ │ ├── 0005000010180500.ini │ │ ├── 0005000010180600.ini │ │ ├── 0005000010180700.ini │ │ ├── 0005000010183000.ini │ │ ├── 0005000010184900.ini │ │ ├── 0005000010184E00.ini │ │ ├── 0005000010184d00.ini │ │ ├── 0005000010185400.ini │ │ ├── 0005000010189f00.ini │ │ ├── 000500001018ab00.ini │ │ ├── 000500001018d800.ini │ │ ├── 000500001018d900.ini │ │ ├── 000500001018f100.ini │ │ ├── 000500001018f400.ini │ │ ├── 000500001018fd00.ini │ │ ├── 0005000010190300.ini │ │ ├── 0005000010193f00.ini │ │ ├── 0005000010195e00.ini │ │ ├── 0005000010197300.ini │ │ ├── 0005000010197800.ini │ │ ├── 0005000010199e00.ini │ │ ├── 000500001019ab00.ini │ │ ├── 000500001019b000.ini │ │ ├── 000500001019b200.ini │ │ ├── 000500001019ca00.ini │ │ ├── 000500001019e500.ini │ │ ├── 000500001019e600.ini │ │ ├── 000500001019ea00.ini │ │ ├── 000500001019ee00.ini │ │ ├── 00050000101C9300.ini │ │ ├── 00050000101E4100.ini │ │ ├── 00050000101a1200.ini │ │ ├── 00050000101a1800.ini │ │ ├── 00050000101a3b00.ini │ │ ├── 00050000101a4300.ini │ │ ├── 00050000101a4800.ini │ │ ├── 00050000101a4900.ini │ │ ├── 00050000101a7f00.ini │ │ ├── 00050000101a9c00.ini │ │ ├── 00050000101a9e00.ini │ │ ├── 00050000101acc00.ini │ │ ├── 00050000101b0100.ini │ │ ├── 00050000101b4e00.ini │ │ ├── 00050000101b9900.ini │ │ ├── 00050000101bc300.ini │ │ ├── 00050000101c3100.ini │ │ ├── 00050000101c4200.ini │ │ ├── 00050000101c4300.ini │ │ ├── 00050000101c4c00.ini │ │ ├── 00050000101c4d00.ini │ │ ├── 00050000101c6c00.ini │ │ ├── 00050000101c7600.ini │ │ ├── 00050000101c7b00.ini │ │ ├── 00050000101c7d00.ini │ │ ├── 00050000101c9400.ini │ │ ├── 00050000101c9500.ini │ │ ├── 00050000101c9a00.ini │ │ ├── 00050000101cc900.ini │ │ ├── 00050000101ccf00.ini │ │ ├── 00050000101ce000.ini │ │ ├── 00050000101ce800.ini │ │ ├── 00050000101d2100.ini │ │ ├── 00050000101d4500.ini │ │ ├── 00050000101d4d00.ini │ │ ├── 00050000101d5000.ini │ │ ├── 00050000101d5500.ini │ │ ├── 00050000101d6000.ini │ │ ├── 00050000101d6d00.ini │ │ ├── 00050000101d7500.ini │ │ ├── 00050000101d8900.ini │ │ ├── 00050000101d8d00.ini │ │ ├── 00050000101d9600.ini │ │ ├── 00050000101d9d00.ini │ │ ├── 00050000101dac00.ini │ │ ├── 00050000101daf00.ini │ │ ├── 00050000101db000.ini │ │ ├── 00050000101dbb00.ini │ │ ├── 00050000101dbc00.ini │ │ ├── 00050000101dbe00.ini │ │ ├── 00050000101dbf00.ini │ │ ├── 00050000101dc000.ini │ │ ├── 00050000101dc200.ini │ │ ├── 00050000101dd000.ini │ │ ├── 00050000101dd600.ini │ │ ├── 00050000101dd700.ini │ │ ├── 00050000101ddf00.ini │ │ ├── 00050000101e0100.ini │ │ ├── 00050000101e1800.ini │ │ ├── 00050000101e1a00.ini │ │ ├── 00050000101e1b00.ini │ │ ├── 00050000101e3800.ini │ │ ├── 00050000101e4200.ini │ │ ├── 00050000101e5300.ini │ │ ├── 00050000101e5400.ini │ │ ├── 00050000101e5e00.ini │ │ ├── 00050000101e7300.ini │ │ ├── 00050000101e7400.ini │ │ ├── 00050000101e9300.ini │ │ ├── 00050000101e9400.ini │ │ ├── 00050000101eb300.ini │ │ ├── 00050000101ec700.ini │ │ ├── 00050000101ecf00.ini │ │ ├── 00050000101f1300.ini │ │ ├── 00050000101f2800.ini │ │ ├── 00050000101f4a00.ini │ │ ├── 00050000101f5700.ini │ │ ├── 00050000101f6f00.ini │ │ ├── 00050000101f7600.ini │ │ ├── 00050000101f9700.ini │ │ ├── 00050000101fa600.ini │ │ ├── 00050000101fd100.ini │ │ ├── 00050000101ff200.ini │ │ ├── 00050000101ffc00.ini │ │ ├── 00050000101ffe00.ini │ │ ├── 0005000010200300.ini │ │ ├── 0005000010200b00.ini │ │ ├── 0005000010204a00.ini │ │ ├── 0005000010207300.ini │ │ ├── 0005000010207500.ini │ │ ├── 000500001020a200.ini │ │ ├── 000500001020b600.ini │ │ ├── 0005000010211b00.ini │ │ ├── 0005000C1012BC00.ini │ │ ├── 0005000C1012BD00.ini │ │ ├── 0005000C1012BE00.ini │ │ ├── 0005000e1019c800.ini │ │ └── 000500c01017cd00.ini └── resources │ ├── ar │ └── ‏‏cemu.mo │ ├── ca │ └── cemu.mo │ ├── de │ └── cemu.mo │ ├── es │ └── cemu.mo │ ├── fr │ └── cemu.mo │ ├── he │ └── cemu.mo │ ├── hu │ └── cemu.mo │ ├── it │ └── cemu.mo │ ├── ja │ └── cemu.mo │ ├── ko │ └── cemu.mo │ ├── nb │ └── cemu.mo │ ├── nl │ └── cemu.mo │ ├── pl │ └── cemu.mo │ ├── pt │ └── cemu.mo │ ├── ru │ └── cemu.mo │ ├── sharedFonts │ ├── CafeCn.ttf │ ├── CafeKr.ttf │ ├── CafeStd.ttf │ └── CafeTw.ttf │ ├── sv │ └── cemu.mo │ ├── tr │ └── cemu.mo │ ├── uk │ └── cemu.mo │ └── zh │ └── cemu.mo ├── boost.natvis ├── cmake ├── ECMFindModuleHelpers.cmake ├── ECMFindModuleHelpersStub.cmake ├── FindGTK3.cmake ├── FindWayland.cmake ├── FindWaylandProtocols.cmake ├── FindWaylandScanner.cmake ├── FindZArchive.cmake ├── Findbluez.cmake ├── Findimgui.cmake ├── Findlibusb.cmake ├── FindwxWidgets.cmake ├── Findzstd.cmake ├── debian-arm64toolchain.cmake └── vcpkg_android.cmake ├── dependencies ├── DirectX_2010 │ ├── XAudio2.h │ ├── audiodefs.h │ ├── comdecl.h │ └── xma2defs.h ├── gamemode │ ├── CMakeLists.txt │ └── lib │ │ ├── client_loader.c │ │ └── gamemode_client.h ├── ih264d │ ├── CHANGES │ ├── CMakeLists.txt │ ├── CMakeSettings.json │ ├── NOTICE │ ├── common │ │ ├── arm │ │ │ ├── ih264_arm_memory_barrier.s │ │ │ ├── ih264_deblk_chroma_a9.s │ │ │ ├── ih264_deblk_luma_a9.s │ │ │ ├── ih264_default_weighted_pred_a9q.s │ │ │ ├── ih264_ihadamard_scaling_a9.s │ │ │ ├── ih264_inter_pred_chroma_a9q.s │ │ │ ├── ih264_inter_pred_filters_luma_horz_a9q.s │ │ │ ├── ih264_inter_pred_filters_luma_vert_a9q.s │ │ │ ├── ih264_inter_pred_luma_bilinear_a9q.s │ │ │ ├── ih264_inter_pred_luma_copy_a9q.s │ │ │ ├── ih264_inter_pred_luma_horz_hpel_vert_hpel_a9q.s │ │ │ ├── ih264_inter_pred_luma_horz_hpel_vert_qpel_a9q.s │ │ │ ├── ih264_inter_pred_luma_horz_qpel_a9q.s │ │ │ ├── ih264_inter_pred_luma_horz_qpel_vert_hpel_a9q.s │ │ │ ├── ih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s │ │ │ ├── ih264_inter_pred_luma_vert_qpel_a9q.s │ │ │ ├── ih264_intra_pred_chroma_a9q.s │ │ │ ├── ih264_intra_pred_luma_16x16_a9q.s │ │ │ ├── ih264_intra_pred_luma_4x4_a9q.s │ │ │ ├── ih264_intra_pred_luma_8x8_a9q.s │ │ │ ├── ih264_iquant_itrans_recon_a9.s │ │ │ ├── ih264_iquant_itrans_recon_dc_a9.s │ │ │ ├── ih264_mem_fns_neon.s │ │ │ ├── ih264_padding_neon.s │ │ │ ├── ih264_platform_macros.h │ │ │ ├── ih264_resi_trans_quant_a9.s │ │ │ ├── ih264_weighted_bi_pred_a9q.s │ │ │ └── ih264_weighted_pred_a9q.s │ │ ├── armv8 │ │ │ ├── ih264_deblk_chroma_av8.s │ │ │ ├── ih264_deblk_luma_av8.s │ │ │ ├── ih264_default_weighted_pred_av8.s │ │ │ ├── ih264_ihadamard_scaling_av8.s │ │ │ ├── ih264_inter_pred_chroma_av8.s │ │ │ ├── ih264_inter_pred_filters_luma_horz_av8.s │ │ │ ├── ih264_inter_pred_filters_luma_vert_av8.s │ │ │ ├── ih264_inter_pred_luma_copy_av8.s │ │ │ ├── ih264_inter_pred_luma_horz_hpel_vert_hpel_av8.s │ │ │ ├── ih264_inter_pred_luma_horz_hpel_vert_qpel_av8.s │ │ │ ├── ih264_inter_pred_luma_horz_qpel_av8.s │ │ │ ├── ih264_inter_pred_luma_horz_qpel_vert_hpel_av8.s │ │ │ ├── ih264_inter_pred_luma_horz_qpel_vert_qpel_av8.s │ │ │ ├── ih264_inter_pred_luma_vert_qpel_av8.s │ │ │ ├── ih264_intra_pred_chroma_av8.s │ │ │ ├── ih264_intra_pred_luma_16x16_av8.s │ │ │ ├── ih264_intra_pred_luma_4x4_av8.s │ │ │ ├── ih264_intra_pred_luma_8x8_av8.s │ │ │ ├── ih264_iquant_itrans_recon_av8.s │ │ │ ├── ih264_iquant_itrans_recon_dc_av8.s │ │ │ ├── ih264_mem_fns_neon_av8.s │ │ │ ├── ih264_neon_macros.s │ │ │ ├── ih264_padding_neon_av8.s │ │ │ ├── ih264_platform_macros.h │ │ │ ├── ih264_resi_trans_quant_av8.s │ │ │ ├── ih264_weighted_bi_pred_av8.s │ │ │ ├── ih264_weighted_pred_av8.s │ │ │ └── macos_arm_symbol_aliases.s │ │ ├── ih264_buf_mgr.c │ │ ├── ih264_buf_mgr.h │ │ ├── ih264_cabac_tables.c │ │ ├── ih264_cabac_tables.h │ │ ├── ih264_cavlc_tables.c │ │ ├── ih264_cavlc_tables.h │ │ ├── ih264_chroma_intra_pred_filters.c │ │ ├── ih264_common_tables.c │ │ ├── ih264_common_tables.h │ │ ├── ih264_deblk_edge_filters.c │ │ ├── ih264_deblk_edge_filters.h │ │ ├── ih264_deblk_tables.c │ │ ├── ih264_deblk_tables.h │ │ ├── ih264_debug.h │ │ ├── ih264_defs.h │ │ ├── ih264_disp_mgr.c │ │ ├── ih264_disp_mgr.h │ │ ├── ih264_dpb_mgr.c │ │ ├── ih264_dpb_mgr.h │ │ ├── ih264_error.h │ │ ├── ih264_ihadamard_scaling.c │ │ ├── ih264_inter_pred_filters.c │ │ ├── ih264_inter_pred_filters.h │ │ ├── ih264_intra_pred_filters.h │ │ ├── ih264_iquant_itrans_recon.c │ │ ├── ih264_list.c │ │ ├── ih264_list.h │ │ ├── ih264_luma_intra_pred_filters.c │ │ ├── ih264_macros.h │ │ ├── ih264_mem_fns.c │ │ ├── ih264_mem_fns.h │ │ ├── ih264_padding.c │ │ ├── ih264_padding.h │ │ ├── ih264_resi_trans.h │ │ ├── ih264_resi_trans_quant.c │ │ ├── ih264_size_defs.h │ │ ├── ih264_structs.h │ │ ├── ih264_trans_data.c │ │ ├── ih264_trans_data.h │ │ ├── ih264_trans_macros.h │ │ ├── ih264_trans_quant_itrans_iquant.h │ │ ├── ih264_typedefs.h │ │ ├── ih264_weighted_pred.c │ │ ├── ih264_weighted_pred.h │ │ ├── ithread.c │ │ ├── ithread.h │ │ ├── mips │ │ │ └── ih264_platform_macros.h │ │ └── x86 │ │ │ ├── ih264_chroma_intra_pred_filters_ssse3.c │ │ │ ├── ih264_deblk_chroma_ssse3.c │ │ │ ├── ih264_deblk_luma_ssse3.c │ │ │ ├── ih264_ihadamard_scaling_sse42.c │ │ │ ├── ih264_ihadamard_scaling_ssse3.c │ │ │ ├── ih264_inter_pred_filters_ssse3.c │ │ │ ├── ih264_iquant_itrans_recon_dc_ssse3.c │ │ │ ├── ih264_iquant_itrans_recon_sse42.c │ │ │ ├── ih264_iquant_itrans_recon_ssse3.c │ │ │ ├── ih264_luma_intra_pred_filters_ssse3.c │ │ │ ├── ih264_mem_fns_ssse3.c │ │ │ ├── ih264_padding_ssse3.c │ │ │ ├── ih264_platform_macros.h │ │ │ ├── ih264_resi_trans_quant_sse42.c │ │ │ └── ih264_weighted_pred_sse42.c │ └── decoder │ │ ├── arm │ │ ├── ih264d_function_selector.c │ │ ├── ih264d_function_selector_a9q.c │ │ └── ih264d_function_selector_av8.c │ │ ├── ih264d.h │ │ ├── ih264d_api.c │ │ ├── ih264d_bitstrm.c │ │ ├── ih264d_bitstrm.h │ │ ├── ih264d_cabac.c │ │ ├── ih264d_cabac.h │ │ ├── ih264d_cabac_init_tables.c │ │ ├── ih264d_compute_bs.c │ │ ├── ih264d_deblocking.c │ │ ├── ih264d_deblocking.h │ │ ├── ih264d_debug.h │ │ ├── ih264d_defs.h │ │ ├── ih264d_dpb_manager.h │ │ ├── ih264d_dpb_mgr.c │ │ ├── ih264d_error_handler.h │ │ ├── ih264d_format_conv.c │ │ ├── ih264d_format_conv.h │ │ ├── ih264d_function_selector.h │ │ ├── ih264d_function_selector_generic.c │ │ ├── ih264d_inter_pred.c │ │ ├── ih264d_inter_pred.h │ │ ├── ih264d_mb_utils.c │ │ ├── ih264d_mb_utils.h │ │ ├── ih264d_mem_request.h │ │ ├── ih264d_mvpred.c │ │ ├── ih264d_mvpred.h │ │ ├── ih264d_nal.c │ │ ├── ih264d_nal.h │ │ ├── ih264d_parse_bslice.c │ │ ├── ih264d_parse_cabac.c │ │ ├── ih264d_parse_cabac.h │ │ ├── ih264d_parse_cavlc.c │ │ ├── ih264d_parse_cavlc.h │ │ ├── ih264d_parse_headers.c │ │ ├── ih264d_parse_headers.h │ │ ├── ih264d_parse_islice.c │ │ ├── ih264d_parse_islice.h │ │ ├── ih264d_parse_mb_header.c │ │ ├── ih264d_parse_mb_header.h │ │ ├── ih264d_parse_pslice.c │ │ ├── ih264d_parse_slice.c │ │ ├── ih264d_parse_slice.h │ │ ├── ih264d_process_bslice.c │ │ ├── ih264d_process_bslice.h │ │ ├── ih264d_process_intra_mb.c │ │ ├── ih264d_process_intra_mb.h │ │ ├── ih264d_process_pslice.c │ │ ├── ih264d_process_pslice.h │ │ ├── ih264d_quant_scaling.c │ │ ├── ih264d_quant_scaling.h │ │ ├── ih264d_sei.c │ │ ├── ih264d_sei.h │ │ ├── ih264d_structs.h │ │ ├── ih264d_tables.c │ │ ├── ih264d_tables.h │ │ ├── ih264d_thread_compute_bs.c │ │ ├── ih264d_thread_compute_bs.h │ │ ├── ih264d_thread_parse_decode.c │ │ ├── ih264d_thread_parse_decode.h │ │ ├── ih264d_transfer_address.h │ │ ├── ih264d_utils.c │ │ ├── ih264d_utils.h │ │ ├── ih264d_vui.c │ │ ├── ih264d_vui.h │ │ ├── iv.h │ │ ├── ivd.h │ │ ├── mips │ │ └── ih264d_function_selector.c │ │ └── x86 │ │ ├── ih264d_function_selector.c │ │ ├── ih264d_function_selector_sse42.c │ │ └── ih264d_function_selector_ssse3.c ├── libucontext │ └── CMakeLists.txt ├── stb │ ├── CMakeLists.txt │ └── include │ │ └── stb_image.h ├── vcpkg_overlay_ports │ ├── .gitkeep │ └── wxwidgets │ │ ├── example │ │ └── CMakeLists.txt │ │ ├── fix-dark-mode-offset.patch │ │ ├── fix-libs-export.patch │ │ ├── fix-pcre2.patch │ │ ├── gtk3-link-libraries.patch │ │ ├── install-layout.patch │ │ ├── nanosvg-ext-depend.patch │ │ ├── portfile.cmake │ │ ├── relocatable-wx-config.patch │ │ ├── sdl2.patch │ │ ├── setup.h.in │ │ ├── usage │ │ ├── vcpkg-cmake-wrapper.cmake │ │ └── vcpkg.json ├── vcpkg_overlay_ports_linux │ ├── .gitkeep │ ├── cairo │ │ ├── portfile.cmake │ │ └── vcpkg.json │ ├── glm │ │ ├── portfile.cmake │ │ └── vcpkg.json │ ├── gtk3 │ │ ├── portfile.cmake │ │ └── vcpkg.json │ └── libpng │ │ ├── portfile.cmake │ │ └── vcpkg.json ├── vcpkg_overlay_ports_mac │ ├── .gitkeep │ └── libusb │ │ ├── portfile.cmake │ │ ├── usage │ │ └── vcpkg.json └── vcpkg_overlay_ports_win │ └── .gitkeep ├── dist ├── linux │ ├── appimage.sh │ ├── info.cemu.Cemu.desktop │ ├── info.cemu.Cemu.metainfo.xml │ └── info.cemu.Cemu.png ├── network_services.xml └── windows │ └── Cemu.manifest ├── src ├── CMakeLists.txt ├── Cafe │ ├── Account │ │ ├── Account.cpp │ │ ├── Account.h │ │ └── AccountError.h │ ├── CMakeLists.txt │ ├── CafeSystem.cpp │ ├── CafeSystem.h │ ├── Filesystem │ │ ├── FST │ │ │ ├── FST.cpp │ │ │ ├── FST.h │ │ │ ├── KeyCache.cpp │ │ │ ├── KeyCache.h │ │ │ └── fstUtil.h │ │ ├── WUD │ │ │ ├── wud.cpp │ │ │ └── wud.h │ │ ├── WUHB │ │ │ ├── RomFSStructs.h │ │ │ ├── WUHBReader.cpp │ │ │ └── WUHBReader.h │ │ ├── fsc.cpp │ │ ├── fsc.h │ │ ├── fscDeviceAndroidSAF.cpp │ │ ├── fscDeviceAndroidSAF.h │ │ ├── fscDeviceHostFS.cpp │ │ ├── fscDeviceHostFS.h │ │ ├── fscDeviceRedirect.cpp │ │ ├── fscDeviceWua.cpp │ │ ├── fscDeviceWud.cpp │ │ └── fscDeviceWuhb.cpp │ ├── GamePatch.cpp │ ├── GamePatch.h │ ├── GameProfile │ │ ├── GameProfile.cpp │ │ └── GameProfile.h │ ├── GraphicPack │ │ ├── GraphicPack2.cpp │ │ ├── GraphicPack2.h │ │ ├── GraphicPack2Patches.cpp │ │ ├── GraphicPack2Patches.h │ │ ├── GraphicPack2PatchesApply.cpp │ │ ├── GraphicPack2PatchesParser.cpp │ │ └── GraphicPackError.h │ ├── HW │ │ ├── ACR │ │ │ └── ACR.cpp │ │ ├── AI │ │ │ ├── AI.cpp │ │ │ └── AI.h │ │ ├── Common │ │ │ └── HwReg.h │ │ ├── Espresso │ │ │ ├── Const.h │ │ │ ├── Debugger │ │ │ │ ├── DebugSymbolStorage.cpp │ │ │ │ ├── DebugSymbolStorage.h │ │ │ │ ├── Debugger.cpp │ │ │ │ ├── Debugger.h │ │ │ │ ├── GDBBreakpoints.cpp │ │ │ │ ├── GDBBreakpoints.h │ │ │ │ ├── GDBStub.cpp │ │ │ │ └── GDBStub.h │ │ │ ├── EspressoISA.h │ │ │ ├── Interpreter │ │ │ │ ├── PPCInterpreterALU.hpp │ │ │ │ ├── PPCInterpreterFPU.cpp │ │ │ │ ├── PPCInterpreterHLE.cpp │ │ │ │ ├── PPCInterpreterHelper.h │ │ │ │ ├── PPCInterpreterImpl.cpp │ │ │ │ ├── PPCInterpreterInternal.h │ │ │ │ ├── PPCInterpreterLoadStore.hpp │ │ │ │ ├── PPCInterpreterMain.cpp │ │ │ │ ├── PPCInterpreterOPC.cpp │ │ │ │ ├── PPCInterpreterOPC.hpp │ │ │ │ ├── PPCInterpreterPS.cpp │ │ │ │ └── PPCInterpreterSPR.hpp │ │ │ ├── PPCCallback.h │ │ │ ├── PPCScheduler.cpp │ │ │ ├── PPCSchedulerLLE.cpp │ │ │ ├── PPCState.h │ │ │ ├── PPCTimer.cpp │ │ │ └── Recompiler │ │ │ │ ├── BackendAArch64 │ │ │ │ ├── BackendAArch64.cpp │ │ │ │ └── BackendAArch64.h │ │ │ │ ├── BackendX64 │ │ │ │ ├── BackendX64.cpp │ │ │ │ ├── BackendX64.h │ │ │ │ ├── BackendX64AVX.cpp │ │ │ │ ├── BackendX64BMI.cpp │ │ │ │ ├── BackendX64FPU.cpp │ │ │ │ ├── BackendX64Gen.cpp │ │ │ │ ├── BackendX64GenFPU.cpp │ │ │ │ ├── X64Emit.hpp │ │ │ │ └── x86Emitter.h │ │ │ │ ├── IML │ │ │ │ ├── IML.h │ │ │ │ ├── IMLAnalyzer.cpp │ │ │ │ ├── IMLDebug.cpp │ │ │ │ ├── IMLInstruction.cpp │ │ │ │ ├── IMLInstruction.h │ │ │ │ ├── IMLOptimizer.cpp │ │ │ │ ├── IMLRegisterAllocator.cpp │ │ │ │ ├── IMLRegisterAllocator.h │ │ │ │ ├── IMLRegisterAllocatorRanges.cpp │ │ │ │ ├── IMLRegisterAllocatorRanges.h │ │ │ │ ├── IMLSegment.cpp │ │ │ │ └── IMLSegment.h │ │ │ │ ├── PPCFunctionBoundaryTracker.h │ │ │ │ ├── PPCRecompiler.cpp │ │ │ │ ├── PPCRecompiler.h │ │ │ │ ├── PPCRecompilerIml.h │ │ │ │ ├── PPCRecompilerImlGen.cpp │ │ │ │ ├── PPCRecompilerImlGenFPU.cpp │ │ │ │ └── PPCRecompilerIntermediate.cpp │ │ ├── Latte │ │ │ ├── Common │ │ │ │ ├── RegisterSerializer.cpp │ │ │ │ ├── RegisterSerializer.h │ │ │ │ ├── ShaderSerializer.cpp │ │ │ │ └── ShaderSerializer.h │ │ │ ├── Core │ │ │ │ ├── FetchShader.cpp │ │ │ │ ├── FetchShader.h │ │ │ │ ├── Latte.h │ │ │ │ ├── LatteAsyncCommands.cpp │ │ │ │ ├── LatteAsyncCommands.h │ │ │ │ ├── LatteBufferCache.cpp │ │ │ │ ├── LatteBufferCache.h │ │ │ │ ├── LatteBufferData.cpp │ │ │ │ ├── LatteCachedFBO.h │ │ │ │ ├── LatteCommandProcessor.cpp │ │ │ │ ├── LatteConst.h │ │ │ │ ├── LatteDefaultShaders.cpp │ │ │ │ ├── LatteDefaultShaders.h │ │ │ │ ├── LatteDraw.h │ │ │ │ ├── LatteGSCopyShaderParser.cpp │ │ │ │ ├── LatteIndices.cpp │ │ │ │ ├── LatteIndices.h │ │ │ │ ├── LatteOverlay.cpp │ │ │ │ ├── LatteOverlay.h │ │ │ │ ├── LattePM4.h │ │ │ │ ├── LattePerformanceMonitor.cpp │ │ │ │ ├── LattePerformanceMonitor.h │ │ │ │ ├── LatteQuery.cpp │ │ │ │ ├── LatteQueryObject.h │ │ │ │ ├── LatteRenderTarget.cpp │ │ │ │ ├── LatteRingBuffer.cpp │ │ │ │ ├── LatteRingBuffer.h │ │ │ │ ├── LatteShader.cpp │ │ │ │ ├── LatteShader.h │ │ │ │ ├── LatteShaderAssembly.h │ │ │ │ ├── LatteShaderCache.cpp │ │ │ │ ├── LatteShaderCache.h │ │ │ │ ├── LatteShaderGL.cpp │ │ │ │ ├── LatteSoftware.cpp │ │ │ │ ├── LatteSoftware.h │ │ │ │ ├── LatteStreamoutGPU.cpp │ │ │ │ ├── LatteSurfaceCopy.cpp │ │ │ │ ├── LatteTexture.cpp │ │ │ │ ├── LatteTexture.h │ │ │ │ ├── LatteTextureCache.cpp │ │ │ │ ├── LatteTextureLegacy.cpp │ │ │ │ ├── LatteTextureLoader.cpp │ │ │ │ ├── LatteTextureLoader.h │ │ │ │ ├── LatteTextureReadback.cpp │ │ │ │ ├── LatteTextureReadbackInfo.h │ │ │ │ ├── LatteTextureView.cpp │ │ │ │ ├── LatteTextureView.h │ │ │ │ ├── LatteThread.cpp │ │ │ │ ├── LatteTiming.cpp │ │ │ │ └── LatteTiming.h │ │ │ ├── ISA │ │ │ │ ├── LatteInstructions.h │ │ │ │ ├── LatteReg.h │ │ │ │ └── RegDefines.h │ │ │ ├── LatteAddrLib │ │ │ │ ├── AddrLibFastDecode.h │ │ │ │ ├── LatteAddrLib.cpp │ │ │ │ ├── LatteAddrLib.h │ │ │ │ └── LatteAddrLib_Coord.cpp │ │ │ ├── LegacyShaderDecompiler │ │ │ │ ├── LatteDecompiler.cpp │ │ │ │ ├── LatteDecompiler.h │ │ │ │ ├── LatteDecompilerAnalyzer.cpp │ │ │ │ ├── LatteDecompilerEmitGLSL.cpp │ │ │ │ ├── LatteDecompilerEmitGLSLAttrDecoder.cpp │ │ │ │ ├── LatteDecompilerEmitGLSLHeader.hpp │ │ │ │ ├── LatteDecompilerInstructions.h │ │ │ │ ├── LatteDecompilerInternal.h │ │ │ │ └── LatteDecompilerRegisterDataTypeTracker.cpp │ │ │ ├── Renderer │ │ │ │ ├── OpenGL │ │ │ │ │ ├── CachedFBOGL.h │ │ │ │ │ ├── GLCanvas.h │ │ │ │ │ ├── LatteTextureGL.cpp │ │ │ │ │ ├── LatteTextureGL.h │ │ │ │ │ ├── LatteTextureViewGL.cpp │ │ │ │ │ ├── LatteTextureViewGL.h │ │ │ │ │ ├── OpenGLQuery.cpp │ │ │ │ │ ├── OpenGLRenderer.cpp │ │ │ │ │ ├── OpenGLRenderer.h │ │ │ │ │ ├── OpenGLRendererCore.cpp │ │ │ │ │ ├── OpenGLRendererStreamout.cpp │ │ │ │ │ ├── OpenGLRendererUniformData.cpp │ │ │ │ │ ├── OpenGLSurfaceCopy.cpp │ │ │ │ │ ├── OpenGLTextureReadback.h │ │ │ │ │ ├── RendererShaderGL.cpp │ │ │ │ │ ├── RendererShaderGL.h │ │ │ │ │ └── TextureReadbackGL.cpp │ │ │ │ ├── Renderer.cpp │ │ │ │ ├── Renderer.h │ │ │ │ ├── RendererOuputShader.cpp │ │ │ │ ├── RendererOuputShader.h │ │ │ │ ├── RendererShader.cpp │ │ │ │ ├── RendererShader.h │ │ │ │ └── Vulkan │ │ │ │ │ ├── CachedFBOVk.cpp │ │ │ │ │ ├── CachedFBOVk.h │ │ │ │ │ ├── CocoaSurface.h │ │ │ │ │ ├── CocoaSurface.mm │ │ │ │ │ ├── LatteTextureViewVk.cpp │ │ │ │ │ ├── LatteTextureViewVk.h │ │ │ │ │ ├── LatteTextureVk.cpp │ │ │ │ │ ├── LatteTextureVk.h │ │ │ │ │ ├── RendererShaderVk.cpp │ │ │ │ │ ├── RendererShaderVk.h │ │ │ │ │ ├── SwapchainInfoVk.cpp │ │ │ │ │ ├── SwapchainInfoVk.h │ │ │ │ │ ├── TextureReadbackVk.cpp │ │ │ │ │ ├── VKRBase.h │ │ │ │ │ ├── VKRMemoryManager.cpp │ │ │ │ │ ├── VKRMemoryManager.h │ │ │ │ │ ├── VKRPipelineInfo.cpp │ │ │ │ │ ├── VsyncDriver.cpp │ │ │ │ │ ├── VsyncDriver.h │ │ │ │ │ ├── VulkanAPI.cpp │ │ │ │ │ ├── VulkanAPI.h │ │ │ │ │ ├── VulkanPipelineCompiler.cpp │ │ │ │ │ ├── VulkanPipelineCompiler.h │ │ │ │ │ ├── VulkanPipelineStableCache.cpp │ │ │ │ │ ├── VulkanPipelineStableCache.h │ │ │ │ │ ├── VulkanQuery.cpp │ │ │ │ │ ├── VulkanRenderer.cpp │ │ │ │ │ ├── VulkanRenderer.h │ │ │ │ │ ├── VulkanRendererCore.cpp │ │ │ │ │ ├── VulkanSurfaceCopy.cpp │ │ │ │ │ └── VulkanTextureReadback.h │ │ │ ├── ShaderInfo │ │ │ │ ├── ShaderDescription.cpp │ │ │ │ ├── ShaderInfo.h │ │ │ │ └── ShaderInstanceInfo.cpp │ │ │ └── Transcompiler │ │ │ │ ├── LatteTC.cpp │ │ │ │ ├── LatteTC.h │ │ │ │ └── LatteTCGenIR.cpp │ │ ├── MMU │ │ │ ├── MMU.cpp │ │ │ └── MMU.h │ │ ├── SI │ │ │ ├── SI.cpp │ │ │ └── si.h │ │ └── VI │ │ │ └── VI.cpp │ ├── IOSU │ │ ├── ODM │ │ │ ├── iosu_odm.cpp │ │ │ └── iosu_odm.h │ │ ├── PDM │ │ │ ├── iosu_pdm.cpp │ │ │ └── iosu_pdm.h │ │ ├── ccr_nfc │ │ │ ├── iosu_ccr_nfc.cpp │ │ │ └── iosu_ccr_nfc.h │ │ ├── fsa │ │ │ ├── fsa_types.h │ │ │ ├── iosu_fsa.cpp │ │ │ └── iosu_fsa.h │ │ ├── iosu_ipc_common.h │ │ ├── iosu_types_common.h │ │ ├── kernel │ │ │ ├── iosu_kernel.cpp │ │ │ └── iosu_kernel.h │ │ ├── legacy │ │ │ ├── iosu_acp.cpp │ │ │ ├── iosu_acp.h │ │ │ ├── iosu_act.cpp │ │ │ ├── iosu_act.h │ │ │ ├── iosu_boss.cpp │ │ │ ├── iosu_boss.h │ │ │ ├── iosu_crypto.cpp │ │ │ ├── iosu_crypto.h │ │ │ ├── iosu_fpd.cpp │ │ │ ├── iosu_fpd.h │ │ │ ├── iosu_ioctl.cpp │ │ │ ├── iosu_ioctl.h │ │ │ ├── iosu_mcp.cpp │ │ │ ├── iosu_mcp.h │ │ │ ├── iosu_nim.cpp │ │ │ └── iosu_nim.h │ │ └── nn │ │ │ ├── iosu_nn_service.cpp │ │ │ └── iosu_nn_service.h │ ├── OS │ │ ├── RPL │ │ │ ├── elf.cpp │ │ │ ├── rpl.cpp │ │ │ ├── rpl.h │ │ │ ├── rpl_debug_symbols.cpp │ │ │ ├── rpl_debug_symbols.h │ │ │ ├── rpl_structs.h │ │ │ ├── rpl_symbol_storage.cpp │ │ │ └── rpl_symbol_storage.h │ │ ├── common │ │ │ ├── OSCommon.cpp │ │ │ ├── OSCommon.h │ │ │ ├── OSUtil.h │ │ │ └── PPCConcurrentQueue.h │ │ └── libs │ │ │ ├── TCL │ │ │ ├── TCL.cpp │ │ │ └── TCL.h │ │ │ ├── avm │ │ │ ├── avm.cpp │ │ │ └── avm.h │ │ │ ├── camera │ │ │ ├── camera.cpp │ │ │ └── camera.h │ │ │ ├── coreinit │ │ │ ├── coreinit.cpp │ │ │ ├── coreinit.h │ │ │ ├── coreinit_Alarm.cpp │ │ │ ├── coreinit_Alarm.h │ │ │ ├── coreinit_Atomic.cpp │ │ │ ├── coreinit_Atomic.h │ │ │ ├── coreinit_BSP.cpp │ │ │ ├── coreinit_BSP.h │ │ │ ├── coreinit_Callbacks.cpp │ │ │ ├── coreinit_CodeGen.cpp │ │ │ ├── coreinit_CodeGen.h │ │ │ ├── coreinit_Coroutine.cpp │ │ │ ├── coreinit_Coroutine.h │ │ │ ├── coreinit_DynLoad.cpp │ │ │ ├── coreinit_DynLoad.h │ │ │ ├── coreinit_FG.cpp │ │ │ ├── coreinit_FG.h │ │ │ ├── coreinit_FS.cpp │ │ │ ├── coreinit_FS.h │ │ │ ├── coreinit_GHS.cpp │ │ │ ├── coreinit_GHS.h │ │ │ ├── coreinit_HWInterface.cpp │ │ │ ├── coreinit_HWInterface.h │ │ │ ├── coreinit_IM.cpp │ │ │ ├── coreinit_IM.h │ │ │ ├── coreinit_IOS.cpp │ │ │ ├── coreinit_IOS.h │ │ │ ├── coreinit_IPC.cpp │ │ │ ├── coreinit_IPC.h │ │ │ ├── coreinit_IPCBuf.cpp │ │ │ ├── coreinit_IPCBuf.h │ │ │ ├── coreinit_Init.cpp │ │ │ ├── coreinit_LockedCache.cpp │ │ │ ├── coreinit_LockedCache.h │ │ │ ├── coreinit_MCP.cpp │ │ │ ├── coreinit_MCP.h │ │ │ ├── coreinit_MEM.cpp │ │ │ ├── coreinit_MEM.h │ │ │ ├── coreinit_MEM_BlockHeap.cpp │ │ │ ├── coreinit_MEM_BlockHeap.h │ │ │ ├── coreinit_MEM_ExpHeap.cpp │ │ │ ├── coreinit_MEM_ExpHeap.h │ │ │ ├── coreinit_MEM_FrmHeap.cpp │ │ │ ├── coreinit_MEM_FrmHeap.h │ │ │ ├── coreinit_MEM_UnitHeap.cpp │ │ │ ├── coreinit_MEM_UnitHeap.h │ │ │ ├── coreinit_MPQueue.cpp │ │ │ ├── coreinit_MPQueue.h │ │ │ ├── coreinit_Memory.cpp │ │ │ ├── coreinit_Memory.h │ │ │ ├── coreinit_MemoryMapping.cpp │ │ │ ├── coreinit_MemoryMapping.h │ │ │ ├── coreinit_MessageQueue.cpp │ │ │ ├── coreinit_MessageQueue.h │ │ │ ├── coreinit_Misc.cpp │ │ │ ├── coreinit_Misc.h │ │ │ ├── coreinit_OSScreen.cpp │ │ │ ├── coreinit_OSScreen.h │ │ │ ├── coreinit_OSScreen_font.h │ │ │ ├── coreinit_OverlayArena.cpp │ │ │ ├── coreinit_OverlayArena.h │ │ │ ├── coreinit_Scheduler.cpp │ │ │ ├── coreinit_Scheduler.h │ │ │ ├── coreinit_Spinlock.cpp │ │ │ ├── coreinit_Spinlock.h │ │ │ ├── coreinit_Synchronization.cpp │ │ │ ├── coreinit_SysHeap.cpp │ │ │ ├── coreinit_SysHeap.h │ │ │ ├── coreinit_SystemInfo.cpp │ │ │ ├── coreinit_SystemInfo.h │ │ │ ├── coreinit_Thread.cpp │ │ │ ├── coreinit_Thread.h │ │ │ ├── coreinit_ThreadQueue.cpp │ │ │ ├── coreinit_Time.cpp │ │ │ └── coreinit_Time.h │ │ │ ├── dmae │ │ │ ├── dmae.cpp │ │ │ └── dmae.h │ │ │ ├── drmapp │ │ │ ├── drmapp.cpp │ │ │ └── drmapp.h │ │ │ ├── erreula │ │ │ ├── erreula.cpp │ │ │ └── erreula.h │ │ │ ├── gx2 │ │ │ ├── GX2.cpp │ │ │ ├── GX2.h │ │ │ ├── GX2_AddrTest.cpp │ │ │ ├── GX2_Blit.cpp │ │ │ ├── GX2_Blit.h │ │ │ ├── GX2_Command.cpp │ │ │ ├── GX2_Command.h │ │ │ ├── GX2_ContextState.cpp │ │ │ ├── GX2_Draw.cpp │ │ │ ├── GX2_Draw.h │ │ │ ├── GX2_Event.cpp │ │ │ ├── GX2_Event.h │ │ │ ├── GX2_Memory.cpp │ │ │ ├── GX2_Memory.h │ │ │ ├── GX2_Misc.cpp │ │ │ ├── GX2_Misc.h │ │ │ ├── GX2_Query.cpp │ │ │ ├── GX2_Query.h │ │ │ ├── GX2_RenderTarget.cpp │ │ │ ├── GX2_Resource.cpp │ │ │ ├── GX2_Resource.h │ │ │ ├── GX2_Shader.cpp │ │ │ ├── GX2_Shader.h │ │ │ ├── GX2_State.cpp │ │ │ ├── GX2_State.h │ │ │ ├── GX2_Streamout.cpp │ │ │ ├── GX2_Streamout.h │ │ │ ├── GX2_Surface.cpp │ │ │ ├── GX2_Surface.h │ │ │ ├── GX2_Surface_Copy.cpp │ │ │ ├── GX2_Surface_Copy.h │ │ │ ├── GX2_Texture.cpp │ │ │ ├── GX2_Texture.h │ │ │ ├── GX2_TilingAperture.cpp │ │ │ └── GX2_shader_legacy.cpp │ │ │ ├── h264_avc │ │ │ ├── H264Dec.cpp │ │ │ ├── H264DecBackendAVC.cpp │ │ │ ├── H264DecInternal.h │ │ │ ├── h264dec.h │ │ │ └── parser │ │ │ │ ├── H264Parser.cpp │ │ │ │ └── H264Parser.h │ │ │ ├── mic │ │ │ ├── mic.cpp │ │ │ └── mic.h │ │ │ ├── nfc │ │ │ ├── TLV.cpp │ │ │ ├── TLV.h │ │ │ ├── TagV0.cpp │ │ │ ├── TagV0.h │ │ │ ├── ndef.cpp │ │ │ ├── ndef.h │ │ │ ├── nfc.cpp │ │ │ ├── nfc.h │ │ │ ├── stream.cpp │ │ │ └── stream.h │ │ │ ├── nlibcurl │ │ │ ├── nlibcurl.cpp │ │ │ ├── nlibcurl.h │ │ │ └── nlibcurlDebug.hpp │ │ │ ├── nlibnss │ │ │ ├── nlibnss.cpp │ │ │ └── nlibnss.h │ │ │ ├── nn_ac │ │ │ ├── nn_ac.cpp │ │ │ └── nn_ac.h │ │ │ ├── nn_acp │ │ │ ├── nn_acp.cpp │ │ │ └── nn_acp.h │ │ │ ├── nn_act │ │ │ ├── nn_act.cpp │ │ │ └── nn_act.h │ │ │ ├── nn_aoc │ │ │ ├── nn_aoc.cpp │ │ │ └── nn_aoc.h │ │ │ ├── nn_boss │ │ │ ├── nn_boss.cpp │ │ │ └── nn_boss.h │ │ │ ├── nn_ccr │ │ │ ├── nn_ccr.cpp │ │ │ └── nn_ccr.h │ │ │ ├── nn_cmpt │ │ │ ├── nn_cmpt.cpp │ │ │ └── nn_cmpt.h │ │ │ ├── nn_common.h │ │ │ ├── nn_ec │ │ │ ├── nn_ec.cpp │ │ │ └── nn_ec.h │ │ │ ├── nn_fp │ │ │ ├── nn_fp.cpp │ │ │ └── nn_fp.h │ │ │ ├── nn_idbe │ │ │ ├── nn_idbe.cpp │ │ │ └── nn_idbe.h │ │ │ ├── nn_ndm │ │ │ ├── nn_ndm.cpp │ │ │ └── nn_ndm.h │ │ │ ├── nn_nfp │ │ │ ├── AmiiboCrypto.h │ │ │ ├── nn_nfp.cpp │ │ │ └── nn_nfp.h │ │ │ ├── nn_nim │ │ │ ├── nn_nim.cpp │ │ │ └── nn_nim.h │ │ │ ├── nn_olv │ │ │ ├── nn_olv.cpp │ │ │ ├── nn_olv.h │ │ │ ├── nn_olv_Common.cpp │ │ │ ├── nn_olv_Common.h │ │ │ ├── nn_olv_DownloadCommunityTypes.cpp │ │ │ ├── nn_olv_DownloadCommunityTypes.h │ │ │ ├── nn_olv_InitializeTypes.cpp │ │ │ ├── nn_olv_InitializeTypes.h │ │ │ ├── nn_olv_OfflineDB.cpp │ │ │ ├── nn_olv_OfflineDB.h │ │ │ ├── nn_olv_PostTypes.cpp │ │ │ ├── nn_olv_PostTypes.h │ │ │ ├── nn_olv_UploadCommunityTypes.cpp │ │ │ ├── nn_olv_UploadCommunityTypes.h │ │ │ ├── nn_olv_UploadFavoriteTypes.cpp │ │ │ └── nn_olv_UploadFavoriteTypes.h │ │ │ ├── nn_pdm │ │ │ ├── nn_pdm.cpp │ │ │ └── nn_pdm.h │ │ │ ├── nn_save │ │ │ ├── nn_save.cpp │ │ │ └── nn_save.h │ │ │ ├── nn_sl │ │ │ ├── nn_sl.cpp │ │ │ └── nn_sl.h │ │ │ ├── nn_spm │ │ │ ├── nn_spm.cpp │ │ │ └── nn_spm.h │ │ │ ├── nn_temp │ │ │ ├── nn_temp.cpp │ │ │ └── nn_temp.h │ │ │ ├── nn_uds │ │ │ ├── nn_uds.cpp │ │ │ └── nn_uds.h │ │ │ ├── nsyshid │ │ │ ├── AttachDefaultBackends.cpp │ │ │ ├── Backend.h │ │ │ ├── BackendEmulated.cpp │ │ │ ├── BackendEmulated.h │ │ │ ├── BackendLibusb.cpp │ │ │ ├── BackendLibusb.h │ │ │ ├── Dimensions.cpp │ │ │ ├── Dimensions.h │ │ │ ├── Infinity.cpp │ │ │ ├── Infinity.h │ │ │ ├── Skylander.cpp │ │ │ ├── Skylander.h │ │ │ ├── SkylanderXbox360.cpp │ │ │ ├── SkylanderXbox360.h │ │ │ ├── Whitelist.cpp │ │ │ ├── Whitelist.h │ │ │ ├── g721 │ │ │ │ ├── g721.cpp │ │ │ │ └── g721.h │ │ │ ├── nsyshid.cpp │ │ │ └── nsyshid.h │ │ │ ├── nsyskbd │ │ │ ├── nsyskbd.cpp │ │ │ └── nsyskbd.h │ │ │ ├── nsysnet │ │ │ ├── nsysnet.cpp │ │ │ └── nsysnet.h │ │ │ ├── ntag │ │ │ ├── ntag.cpp │ │ │ └── ntag.h │ │ │ ├── padscore │ │ │ ├── padscore.cpp │ │ │ └── padscore.h │ │ │ ├── proc_ui │ │ │ ├── proc_ui.cpp │ │ │ └── proc_ui.h │ │ │ ├── snd_core │ │ │ ├── ax.h │ │ │ ├── ax_aux.cpp │ │ │ ├── ax_exports.cpp │ │ │ ├── ax_internal.h │ │ │ ├── ax_ist.cpp │ │ │ ├── ax_mix.cpp │ │ │ ├── ax_multivoice.cpp │ │ │ ├── ax_out.cpp │ │ │ └── ax_voice.cpp │ │ │ ├── snd_user │ │ │ ├── snd_user.cpp │ │ │ └── snd_user.h │ │ │ ├── swkbd │ │ │ ├── swkbd.cpp │ │ │ └── swkbd.h │ │ │ ├── sysapp │ │ │ ├── sysapp.cpp │ │ │ └── sysapp.h │ │ │ ├── vpad │ │ │ ├── vpad.cpp │ │ │ └── vpad.h │ │ │ └── zlib125 │ │ │ ├── zlib125.cpp │ │ │ └── zlib125.h │ └── TitleList │ │ ├── AppType.h │ │ ├── GameInfo.h │ │ ├── ParsedMetaXml.h │ │ ├── SaveInfo.cpp │ │ ├── SaveInfo.h │ │ ├── SaveList.cpp │ │ ├── SaveList.h │ │ ├── TitleId.h │ │ ├── TitleInfo.cpp │ │ ├── TitleInfo.h │ │ ├── TitleList.cpp │ │ └── TitleList.h ├── Cemu │ ├── CMakeLists.txt │ ├── DiscordPresence │ │ ├── DiscordPresence.cpp │ │ ├── DiscordPresence.h │ │ ├── DiscordRPCLite.cpp │ │ └── DiscordRPCLite.h │ ├── ExpressionParser │ │ ├── ExpressionParser.cpp │ │ └── ExpressionParser.h │ ├── FileCache │ │ ├── FileCache.cpp │ │ └── FileCache.h │ ├── Logging │ │ ├── CemuDebugLogging.h │ │ ├── CemuLogging.cpp │ │ └── CemuLogging.h │ ├── PPCAssembler │ │ ├── ppcAssembler.cpp │ │ └── ppcAssembler.h │ ├── Tools │ │ └── DownloadManager │ │ │ ├── DownloadManager.cpp │ │ │ └── DownloadManager.h │ ├── napi │ │ ├── napi.h │ │ ├── napi_act.cpp │ │ ├── napi_ec.cpp │ │ ├── napi_helper.cpp │ │ ├── napi_helper.h │ │ ├── napi_idbe.cpp │ │ └── napi_version.cpp │ ├── ncrypto │ │ ├── ncrypto.cpp │ │ └── ncrypto.h │ └── nex │ │ ├── nex.cpp │ │ ├── nex.h │ │ ├── nexFriends.cpp │ │ ├── nexFriends.h │ │ ├── nexThread.cpp │ │ ├── nexThread.h │ │ ├── nexTypes.h │ │ ├── prudp.cpp │ │ └── prudp.h ├── Common │ ├── CMakeLists.txt │ ├── CafeString.h │ ├── ExceptionHandler │ │ ├── ELFSymbolTable.cpp │ │ ├── ELFSymbolTable.h │ │ ├── ExceptionHandler.cpp │ │ ├── ExceptionHandler.h │ │ ├── ExceptionHandler_posix.cpp │ │ └── ExceptionHandler_win32.cpp │ ├── FileStream.cpp │ ├── FileStream.h │ ├── GLInclude │ │ ├── GLInclude.h │ │ ├── egl.h │ │ ├── glFunctions.h │ │ ├── glext.h │ │ ├── glxext.h │ │ ├── khrplatform.h │ │ └── wglext.h │ ├── MemPtr.h │ ├── StackAllocator.h │ ├── SysAllocator.cpp │ ├── SysAllocator.h │ ├── android │ │ ├── FdStream.h │ │ ├── FileStream_saf.cpp │ │ ├── FileStream_saf.h │ │ ├── FilesystemAndroid.cpp │ │ └── FilesystemAndroid.h │ ├── betype.h │ ├── cpu_features.cpp │ ├── cpu_features.h │ ├── enumFlags.h │ ├── platform.h │ ├── precompiled.cpp │ ├── precompiled.h │ ├── socket.h │ ├── unix │ │ ├── FileStream_unix.cpp │ │ ├── FileStream_unix.h │ │ ├── date.h │ │ ├── fast_float.h │ │ ├── platform.cpp │ │ └── platform.h │ ├── version.h │ └── windows │ │ ├── FileStream_win32.cpp │ │ ├── FileStream_win32.h │ │ ├── platform.cpp │ │ └── platform.h ├── android │ ├── .gitignore │ ├── app │ │ ├── .gitignore │ │ ├── build.gradle.kts │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── info │ │ │ │ └── cemu │ │ │ │ └── cemu │ │ │ │ └── tests │ │ │ │ └── PlaceholderInstrumentedTest.kt │ │ │ ├── debug │ │ │ └── res │ │ │ │ ├── drawable │ │ │ │ └── ic_debug.xml │ │ │ │ ├── mipmap-anydpi-v26 │ │ │ │ ├── ic_launcher.xml │ │ │ │ └── ic_launcher_round.xml │ │ │ │ └── values │ │ │ │ └── strings.xml │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── cpp │ │ │ │ ├── AndroidAudio.cpp │ │ │ │ ├── AndroidAudio.h │ │ │ │ ├── AndroidEmulatedController.cpp │ │ │ │ ├── AndroidEmulatedController.h │ │ │ │ ├── AndroidFilesystemCallbacks.h │ │ │ │ ├── AndroidGameTitleLoadedCallback.h │ │ │ │ ├── AndroidSwkbdCallbacks.cpp │ │ │ │ ├── AndroidSwkbdCallbacks.h │ │ │ │ ├── CMakeLists.txt │ │ │ │ ├── CompressTitleCallbacks.cpp │ │ │ │ ├── CompressTitleCallbacks.h │ │ │ │ ├── GameTitleLoader.cpp │ │ │ │ ├── GameTitleLoader.h │ │ │ │ ├── Image.cpp │ │ │ │ ├── Image.h │ │ │ │ ├── JNIUtils.cpp │ │ │ │ ├── JNIUtils.h │ │ │ │ ├── NativeAccount.cpp │ │ │ │ ├── NativeActiveSettings.cpp │ │ │ │ ├── NativeEmulation.cpp │ │ │ │ ├── NativeGameTitles.cpp │ │ │ │ ├── NativeGraphicPacks.cpp │ │ │ │ ├── NativeInput.cpp │ │ │ │ ├── NativeLib.cpp │ │ │ │ ├── NativeLocalization.cpp │ │ │ │ ├── NativeLogging.cpp │ │ │ │ ├── NativeSettings.cpp │ │ │ │ ├── NativeSwkbd.cpp │ │ │ │ ├── WuaConverter.cpp │ │ │ │ └── WuaConverter.h │ │ │ ├── java │ │ │ │ └── info │ │ │ │ │ └── cemu │ │ │ │ │ └── cemu │ │ │ │ │ ├── CemuApplication.kt │ │ │ │ │ ├── MainActivity.kt │ │ │ │ │ ├── about │ │ │ │ │ ├── AboutCemuNavigation.kt │ │ │ │ │ └── AboutCemuScreen.kt │ │ │ │ │ ├── common │ │ │ │ │ ├── android │ │ │ │ │ │ ├── contentresolver │ │ │ │ │ │ │ └── ContentResolverExtensions.kt │ │ │ │ │ │ ├── context │ │ │ │ │ │ │ └── ContextExtensions.kt │ │ │ │ │ │ ├── inputdevice │ │ │ │ │ │ │ └── InputDeviceExtensions.kt │ │ │ │ │ │ └── motionevent │ │ │ │ │ │ │ └── MotionEventExtensions.kt │ │ │ │ │ ├── collections │ │ │ │ │ │ └── CollectionExtensions.kt │ │ │ │ │ ├── io │ │ │ │ │ │ ├── IOUtils.kt │ │ │ │ │ │ ├── JsonUtils.kt │ │ │ │ │ │ └── ZipUtils.kt │ │ │ │ │ ├── settings │ │ │ │ │ │ ├── PreferenceDelegate.kt │ │ │ │ │ │ └── SettingsManager.kt │ │ │ │ │ ├── string │ │ │ │ │ │ └── StringExtensions.kt │ │ │ │ │ └── ui │ │ │ │ │ │ ├── components │ │ │ │ │ │ ├── ActivityContent.kt │ │ │ │ │ │ ├── Button.kt │ │ │ │ │ │ ├── ComposeExtensions.kt │ │ │ │ │ │ ├── DrawerLayout.kt │ │ │ │ │ │ ├── FilledSearchToolbar.kt │ │ │ │ │ │ ├── Header.kt │ │ │ │ │ │ ├── ScreenContent.kt │ │ │ │ │ │ ├── SingleSelection.kt │ │ │ │ │ │ ├── Slider.kt │ │ │ │ │ │ └── Toggle.kt │ │ │ │ │ │ ├── localization │ │ │ │ │ │ ├── NativeTranslationHelpers.kt │ │ │ │ │ │ ├── PoFile.kt │ │ │ │ │ │ └── Translation.kt │ │ │ │ │ │ └── theme │ │ │ │ │ │ └── Theme.kt │ │ │ │ │ ├── emulation │ │ │ │ │ ├── CanvasOnTouchListener.kt │ │ │ │ │ ├── EmulationActivity.kt │ │ │ │ │ ├── EmulationTextInputEditText.kt │ │ │ │ │ ├── InputHandler.kt │ │ │ │ │ ├── SensorManager.kt │ │ │ │ │ ├── SurfaceChangedListener.kt │ │ │ │ │ └── inputoverlay │ │ │ │ │ │ ├── CanvasExtensions.kt │ │ │ │ │ │ ├── Colors.kt │ │ │ │ │ │ ├── InputOverlayDefaultConfigParser.kt │ │ │ │ │ │ ├── InputOverlayInputsSettingsManager.kt │ │ │ │ │ │ ├── InputOverlaySurfaceView.kt │ │ │ │ │ │ ├── OverlayInput.kt │ │ │ │ │ │ └── inputs │ │ │ │ │ │ ├── Button.kt │ │ │ │ │ │ ├── DPadInput.kt │ │ │ │ │ │ ├── Input.kt │ │ │ │ │ │ ├── Joystick.kt │ │ │ │ │ │ ├── RectangleButton.kt │ │ │ │ │ │ ├── RoundButton.kt │ │ │ │ │ │ └── innerdrawing │ │ │ │ │ │ ├── BlowButtonInnerDrawing.kt │ │ │ │ │ │ ├── ButtonInnerDrawing.kt │ │ │ │ │ │ ├── HomeButtonInnerDrawing.kt │ │ │ │ │ │ ├── PathInnerDrawing.kt │ │ │ │ │ │ ├── StickClickInnerDrawing.kt │ │ │ │ │ │ └── TextButtonInnerDrawing.kt │ │ │ │ │ ├── gamelist │ │ │ │ │ ├── GameDetailsScreen.kt │ │ │ │ │ ├── GameIcon.kt │ │ │ │ │ ├── GameListNavigation.kt │ │ │ │ │ ├── GameListViewModel.kt │ │ │ │ │ ├── GameProfileEditScreen.kt │ │ │ │ │ ├── GameViewModel.kt │ │ │ │ │ └── GamesListScreen.kt │ │ │ │ │ ├── graphicpacks │ │ │ │ │ ├── GraphicPackNodes.kt │ │ │ │ │ ├── GraphicPacksDownloader.kt │ │ │ │ │ ├── GraphicPacksNavigation.kt │ │ │ │ │ ├── GraphicPacksScreen.kt │ │ │ │ │ └── GraphicPacksViewModel.kt │ │ │ │ │ ├── nativeinterface │ │ │ │ │ ├── NativeAccount.kt │ │ │ │ │ ├── NativeActiveSettings.kt │ │ │ │ │ ├── NativeEmulation.kt │ │ │ │ │ ├── NativeException.kt │ │ │ │ │ ├── NativeFiles.kt │ │ │ │ │ ├── NativeGameTitles.kt │ │ │ │ │ ├── NativeGraphicPacks.kt │ │ │ │ │ ├── NativeInput.kt │ │ │ │ │ ├── NativeLocalization.kt │ │ │ │ │ ├── NativeLogging.kt │ │ │ │ │ ├── NativeSettings.kt │ │ │ │ │ └── NativeSwkbd.kt │ │ │ │ │ ├── provider │ │ │ │ │ └── DocumentsProvider.kt │ │ │ │ │ ├── settings │ │ │ │ │ ├── SettingsHomeScreen.kt │ │ │ │ │ ├── SettingsNavigation.kt │ │ │ │ │ ├── account │ │ │ │ │ │ ├── AccountsScreen.kt │ │ │ │ │ │ └── AccountsViewModel.kt │ │ │ │ │ ├── audio │ │ │ │ │ │ └── AudoSettingsScreen.kt │ │ │ │ │ ├── customdrivers │ │ │ │ │ │ ├── CustomDriversScreen.kt │ │ │ │ │ │ └── CustomDriversViewModel.kt │ │ │ │ │ ├── gamespath │ │ │ │ │ │ ├── GamePathsScreen.kt │ │ │ │ │ │ └── GamesPathsViewModel.kt │ │ │ │ │ ├── general │ │ │ │ │ │ ├── GeneralSettingsScreen.kt │ │ │ │ │ │ └── GeneralSettingsViewModel.kt │ │ │ │ │ ├── graphics │ │ │ │ │ │ └── GraphicsSettingsScreen.kt │ │ │ │ │ ├── input │ │ │ │ │ │ ├── ClassicControllerInputs.kt │ │ │ │ │ │ ├── ControllerInputSettingsScreen.kt │ │ │ │ │ │ ├── ControllersViewModel.kt │ │ │ │ │ │ ├── InputItemGroup.kt │ │ │ │ │ │ ├── InputMapper.kt │ │ │ │ │ │ ├── InputSettingsScreen.kt │ │ │ │ │ │ ├── ProControllerInputs.kt │ │ │ │ │ │ ├── VPADInputs.kt │ │ │ │ │ │ └── WiimoteControllerInputs.kt │ │ │ │ │ ├── inputoverlay │ │ │ │ │ │ ├── InputOverlaySettingsScreen.kt │ │ │ │ │ │ └── InputOverlaySettingsViewModel.kt │ │ │ │ │ └── overlay │ │ │ │ │ │ └── OverlaySettingsScreen.kt │ │ │ │ │ └── titlemanager │ │ │ │ │ ├── TitleEntry.kt │ │ │ │ │ ├── TitleListViewModel.kt │ │ │ │ │ ├── TitleManagerNavigation.kt │ │ │ │ │ ├── TitleManagerScreen.kt │ │ │ │ │ └── usecases │ │ │ │ │ ├── CompressTitleUseCase.kt │ │ │ │ │ ├── DeleteTitleUseCase.kt │ │ │ │ │ └── InstallTitleUseCase.kt │ │ │ └── res │ │ │ │ ├── drawable │ │ │ │ ├── ic_add.xml │ │ │ │ ├── ic_box.xml │ │ │ │ ├── ic_build.xml │ │ │ │ ├── ic_check.xml │ │ │ │ ├── ic_chevron_right.xml │ │ │ │ ├── ic_controller.xml │ │ │ │ ├── ic_delete.xml │ │ │ │ ├── ic_download.xml │ │ │ │ ├── ic_favorite.xml │ │ │ │ ├── ic_filter.xml │ │ │ │ ├── ic_launcher_background.xml │ │ │ │ ├── ic_lists.xml │ │ │ │ ├── ic_move.xml │ │ │ │ ├── ic_package_2.xml │ │ │ │ ├── ic_question_mark.xml │ │ │ │ ├── ic_resize.xml │ │ │ │ ├── ic_restart.xml │ │ │ │ ├── ic_save.xml │ │ │ │ ├── ic_search.xml │ │ │ │ ├── ic_settings.xml │ │ │ │ └── ic_upgrade.xml │ │ │ │ ├── layout │ │ │ │ ├── activity_emulation.xml │ │ │ │ ├── layout_emulation_input.xml │ │ │ │ ├── layout_side_menu_checkbox_item.xml │ │ │ │ ├── layout_side_menu_emulation.xml │ │ │ │ └── layout_side_menu_text_item.xml │ │ │ │ ├── mipmap-anydpi-v26 │ │ │ │ ├── ic_launcher.xml │ │ │ │ └── ic_launcher_round.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ └── ic_launcher_foreground.webp │ │ │ │ ├── mipmap-mdpi │ │ │ │ └── ic_launcher_foreground.webp │ │ │ │ ├── mipmap-xhdpi │ │ │ │ └── ic_launcher_foreground.webp │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ └── ic_launcher_foreground.webp │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ └── ic_launcher_foreground.webp │ │ │ │ ├── values-land │ │ │ │ └── dimens.xml │ │ │ │ ├── values-night │ │ │ │ └── themes.xml │ │ │ │ ├── values-w1240dp │ │ │ │ ├── dimens.xml │ │ │ │ └── integers.xml │ │ │ │ ├── values-w600dp │ │ │ │ └── dimens.xml │ │ │ │ ├── values │ │ │ │ ├── colors.xml │ │ │ │ ├── dimens.xml │ │ │ │ ├── integers.xml │ │ │ │ ├── refs.xml │ │ │ │ ├── strings.xml │ │ │ │ └── themes.xml │ │ │ │ └── xml │ │ │ │ ├── backup_rules.xml │ │ │ │ ├── data_extraction_rules.xml │ │ │ │ └── input_overlay_default_configs.xml │ │ │ └── test │ │ │ └── java │ │ │ └── info │ │ │ └── cemu │ │ │ └── cemu │ │ │ └── tests │ │ │ └── ArchitectureTests.kt │ ├── build.gradle.kts │ ├── gradle.properties │ ├── gradle │ │ ├── libs.versions.toml │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle.kts ├── audio │ ├── CMakeLists.txt │ ├── CubebAPI.cpp │ ├── CubebAPI.h │ ├── CubebInputAPI.cpp │ ├── CubebInputAPI.h │ ├── DirectSoundAPI.cpp │ ├── DirectSoundAPI.h │ ├── IAudioAPI.cpp │ ├── IAudioAPI.h │ ├── IAudioInputAPI.cpp │ ├── IAudioInputAPI.h │ ├── XAudio27API.cpp │ ├── XAudio27API.h │ ├── XAudio2API.cpp │ ├── XAudio2API.h │ └── xaudio2_7 │ │ ├── audiodefs.h │ │ ├── comdecl.h │ │ ├── dxsdkver.h │ │ └── xma2defs.h ├── config │ ├── ActiveSettings.cpp │ ├── ActiveSettings.h │ ├── CMakeLists.txt │ ├── CemuConfig.cpp │ ├── CemuConfig.h │ ├── ConfigValue.h │ ├── LaunchSettings.cpp │ ├── LaunchSettings.h │ ├── NetworkSettings.cpp │ ├── NetworkSettings.h │ └── XMLConfig.h ├── gui │ ├── CMakeLists.txt │ ├── androidgui │ │ ├── AndroidWindowSystem.cpp │ │ ├── AndroidWindowSystem.h │ │ └── CMakeLists.txt │ ├── interface │ │ └── WindowSystem.h │ └── wxgui │ │ ├── AudioDebuggerWindow.cpp │ │ ├── AudioDebuggerWindow.h │ │ ├── CMakeLists.txt │ │ ├── CemuApp.cpp │ │ ├── CemuApp.h │ │ ├── CemuUpdateWindow.cpp │ │ ├── CemuUpdateWindow.h │ │ ├── ChecksumTool.cpp │ │ ├── ChecksumTool.h │ │ ├── DownloadGraphicPacksWindow.cpp │ │ ├── DownloadGraphicPacksWindow.h │ │ ├── EmulatedUSBDevices │ │ ├── EmulatedUSBDeviceFrame.cpp │ │ └── EmulatedUSBDeviceFrame.h │ │ ├── GameProfileWindow.cpp │ │ ├── GameProfileWindow.h │ │ ├── GameUpdateWindow.cpp │ │ ├── GameUpdateWindow.h │ │ ├── GeneralSettings2.cpp │ │ ├── GeneralSettings2.h │ │ ├── GettingStartedDialog.cpp │ │ ├── GettingStartedDialog.h │ │ ├── GraphicPacksWindow2.cpp │ │ ├── GraphicPacksWindow2.h │ │ ├── LoggingWindow.cpp │ │ ├── LoggingWindow.h │ │ ├── MainWindow.cpp │ │ ├── MainWindow.h │ │ ├── MemorySearcherTool.cpp │ │ ├── MemorySearcherTool.h │ │ ├── PadViewFrame.cpp │ │ ├── PadViewFrame.h │ │ ├── TitleManager.cpp │ │ ├── TitleManager.h │ │ ├── canvas │ │ ├── IRenderCanvas.h │ │ ├── OpenGLCanvas.cpp │ │ ├── OpenGLCanvas.h │ │ ├── VulkanCanvas.cpp │ │ └── VulkanCanvas.h │ │ ├── components │ │ ├── TextList.cpp │ │ ├── TextList.h │ │ ├── wxDownloadManagerList.cpp │ │ ├── wxDownloadManagerList.h │ │ ├── wxGameList.cpp │ │ ├── wxGameList.h │ │ ├── wxInputDraw.cpp │ │ ├── wxInputDraw.h │ │ ├── wxLogCtrl.cpp │ │ ├── wxLogCtrl.h │ │ ├── wxProgressDialogManager.h │ │ ├── wxTitleManagerList.cpp │ │ └── wxTitleManagerList.h │ │ ├── debugger │ │ ├── AudioDebuggerWindow.cpp │ │ ├── AudioDebuggerWindow.h │ │ ├── BreakpointWindow.cpp │ │ ├── BreakpointWindow.h │ │ ├── DebuggerWindow2.cpp │ │ ├── DebuggerWindow2.h │ │ ├── DisasmCtrl.cpp │ │ ├── DisasmCtrl.h │ │ ├── DumpCtrl.cpp │ │ ├── DumpCtrl.h │ │ ├── DumpWindow.cpp │ │ ├── DumpWindow.h │ │ ├── ModuleWindow.cpp │ │ ├── ModuleWindow.h │ │ ├── RegisterWindow.cpp │ │ ├── RegisterWindow.h │ │ ├── SymbolCtrl.cpp │ │ ├── SymbolCtrl.h │ │ ├── SymbolWindow.cpp │ │ └── SymbolWindow.h │ │ ├── dialogs │ │ ├── CreateAccount │ │ │ ├── wxCreateAccountDialog.cpp │ │ │ └── wxCreateAccountDialog.h │ │ └── SaveImport │ │ │ ├── SaveImportWindow.cpp │ │ │ ├── SaveImportWindow.h │ │ │ ├── SaveTransfer.cpp │ │ │ └── SaveTransfer.h │ │ ├── helpers │ │ ├── wxControlObject.h │ │ ├── wxCustomData.h │ │ ├── wxCustomEvents.cpp │ │ ├── wxCustomEvents.h │ │ ├── wxHelpers.cpp │ │ ├── wxHelpers.h │ │ ├── wxLogEvent.h │ │ ├── wxWayland.cpp │ │ └── wxWayland.h │ │ ├── input │ │ ├── HotkeySettings.cpp │ │ ├── HotkeySettings.h │ │ ├── InputAPIAddWindow.cpp │ │ ├── InputAPIAddWindow.h │ │ ├── InputSettings2.cpp │ │ ├── InputSettings2.h │ │ ├── PairingDialog.cpp │ │ ├── PairingDialog.h │ │ ├── panels │ │ │ ├── ClassicControllerInputPanel.cpp │ │ │ ├── ClassicControllerInputPanel.h │ │ │ ├── InputPanel.cpp │ │ │ ├── InputPanel.h │ │ │ ├── ProControllerInputPanel.cpp │ │ │ ├── ProControllerInputPanel.h │ │ │ ├── VPADInputPanel.cpp │ │ │ ├── VPADInputPanel.h │ │ │ ├── WiimoteInputPanel.cpp │ │ │ └── WiimoteInputPanel.h │ │ └── settings │ │ │ ├── DefaultControllerSettings.cpp │ │ │ ├── DefaultControllerSettings.h │ │ │ ├── WiimoteControllerSettings.cpp │ │ │ └── WiimoteControllerSettings.h │ │ ├── windows │ │ ├── PPCThreadsViewer │ │ │ ├── DebugPPCThreadsWindow.cpp │ │ │ └── DebugPPCThreadsWindow.h │ │ └── TextureRelationViewer │ │ │ ├── TextureRelationWindow.cpp │ │ │ └── TextureRelationWindow.h │ │ ├── wxCemuConfig.cpp │ │ ├── wxCemuConfig.h │ │ ├── wxHelper.h │ │ ├── wxWindowSystem.cpp │ │ ├── wxcomponents │ │ ├── checktree.cpp │ │ └── checktree.h │ │ └── wxgui.h ├── imgui │ ├── CMakeLists.txt │ ├── imgui_extension.cpp │ ├── imgui_extension.h │ ├── imgui_impl_opengl3.cpp │ ├── imgui_impl_opengl3.h │ ├── imgui_impl_vulkan.cpp │ └── imgui_impl_vulkan.h ├── input │ ├── CMakeLists.txt │ ├── ControllerFactory.cpp │ ├── ControllerFactory.h │ ├── InputManager.cpp │ ├── InputManager.h │ ├── api │ │ ├── Android │ │ │ ├── AndroidController.cpp │ │ │ ├── AndroidController.h │ │ │ ├── AndroidControllerProvider.cpp │ │ │ └── AndroidControllerProvider.h │ │ ├── Controller.cpp │ │ ├── Controller.h │ │ ├── ControllerProvider.h │ │ ├── ControllerState.cpp │ │ ├── ControllerState.h │ │ ├── DSU │ │ │ ├── DSUController.cpp │ │ │ ├── DSUController.h │ │ │ ├── DSUControllerProvider.cpp │ │ │ ├── DSUControllerProvider.h │ │ │ ├── DSUMessages.cpp │ │ │ └── DSUMessages.h │ │ ├── DirectInput │ │ │ ├── DirectInputController.cpp │ │ │ ├── DirectInputController.h │ │ │ ├── DirectInputControllerProvider.cpp │ │ │ └── DirectInputControllerProvider.h │ │ ├── GameCube │ │ │ ├── GameCubeController.cpp │ │ │ ├── GameCubeController.h │ │ │ ├── GameCubeControllerProvider.cpp │ │ │ └── GameCubeControllerProvider.h │ │ ├── InputAPI.h │ │ ├── Keyboard │ │ │ ├── KeyboardController.cpp │ │ │ ├── KeyboardController.h │ │ │ ├── KeyboardControllerProvider.cpp │ │ │ └── KeyboardControllerProvider.h │ │ ├── SDL │ │ │ ├── SDLController.cpp │ │ │ ├── SDLController.h │ │ │ ├── SDLControllerProvider.cpp │ │ │ └── SDLControllerProvider.h │ │ ├── Wiimote │ │ │ ├── NativeWiimoteController.cpp │ │ │ ├── NativeWiimoteController.h │ │ │ ├── WiimoteControllerProvider.cpp │ │ │ ├── WiimoteControllerProvider.h │ │ │ ├── WiimoteDevice.h │ │ │ ├── WiimoteMessages.h │ │ │ ├── hidapi │ │ │ │ ├── HidapiWiimote.cpp │ │ │ │ └── HidapiWiimote.h │ │ │ └── l2cap │ │ │ │ ├── L2CapWiimote.cpp │ │ │ │ └── L2CapWiimote.h │ │ └── XInput │ │ │ ├── XInputController.cpp │ │ │ ├── XInputController.h │ │ │ ├── XInputControllerProvider.cpp │ │ │ └── XInputControllerProvider.h │ ├── emulated │ │ ├── ClassicController.cpp │ │ ├── ClassicController.h │ │ ├── EmulatedController.cpp │ │ ├── EmulatedController.h │ │ ├── ProController.cpp │ │ ├── ProController.h │ │ ├── VPADController.cpp │ │ ├── VPADController.h │ │ ├── WPADController.cpp │ │ ├── WPADController.h │ │ ├── WiimoteController.cpp │ │ └── WiimoteController.h │ └── motion │ │ ├── Mahony.h │ │ ├── MotionHandler.h │ │ └── MotionSample.h ├── main.cpp ├── mainLLE.cpp ├── resource │ ├── CMakeLists.txt │ ├── CafeDefaultFont.cpp │ ├── IconsFontAwesome5.h │ ├── MacOSXBundleInfo.plist.in │ ├── cemu.icns │ ├── cemu.rc │ ├── debugger │ │ ├── icons8-drop-down-50.png │ │ ├── icons8-full-moon-filled-50-red.png │ │ ├── icons8-full-moon-filled-50.png │ │ ├── icons8-pause-filled-50.png │ │ ├── icons8-play-filled-50.png │ │ ├── icons8-step-into-50.png │ │ ├── icons8-step-out-50.png │ │ └── icons8-step-over-50.png │ ├── embedded │ │ ├── DEBUGGER_BP.hpng │ │ ├── DEBUGGER_BP_RED.hpng │ │ ├── DEBUGGER_GOTO.hpng │ │ ├── DEBUGGER_PAUSE.hpng │ │ ├── DEBUGGER_PLAY.hpng │ │ ├── DEBUGGER_STEP_INTO.hpng │ │ ├── DEBUGGER_STEP_OUT.hpng │ │ ├── DEBUGGER_STEP_OVER.hpng │ │ ├── INPUT_CONNECTED.hpng │ │ ├── INPUT_DISCONNECTED.hpng │ │ ├── INPUT_LOW_BATTERY.hpng │ │ ├── M_WND_ICON128.xpm │ │ ├── PNG_HELP.hpng │ │ ├── PNG_REFRESH.hpng │ │ ├── X_BOX.xpm │ │ ├── X_GAME_PROFILE.xpm │ │ ├── X_HOTKEY_SETTINGS.xpm │ │ ├── X_SETTINGS.xpm │ │ ├── fontawesome.S │ │ ├── fontawesome_macos.S │ │ ├── icons8-checkmark-yes-32.hpng │ │ ├── icons8-error-32.hpng │ │ ├── resources.cpp │ │ └── resources.h │ ├── fontawesome-webfont.ttf │ ├── icons8-cardboard-box-filled-50.png │ ├── icons8-checkmark-yes-32.png │ ├── icons8-compose-filled-50.ico │ ├── icons8-error-32.png │ ├── icons8-help-24.png │ ├── icons8-refresh-32.png │ ├── icons8_automatic_26_xQK_icon.ico │ ├── icons8_cardboard_box_filled.ico │ ├── icons8_hotkeys.ico │ ├── icons8_hotkeys.png │ ├── input │ │ ├── icons8-connected-50.png │ │ ├── icons8-disconnected-50.png │ │ ├── icons8-game-controller-24.ico │ │ ├── icons8-game-controller-24.png │ │ └── icons8-low-battery-30.png │ ├── logo_1.png │ ├── logo_icon.ico │ ├── logo_icon.png │ ├── logo_icon16.ico │ ├── logo_icon2.ico │ ├── orig1024.ico │ ├── output.ico │ ├── resource.h │ └── update.sh ├── tools │ └── ShaderCacheMerger.cpp └── util │ ├── CMakeLists.txt │ ├── ChunkedHeap │ └── ChunkedHeap.h │ ├── DXGIWrapper │ └── DXGIWrapper.h │ ├── EventService.h │ ├── Fiber │ ├── Fiber.h │ ├── FiberUnix.cpp │ └── FiberWin.cpp │ ├── ImageWriter │ ├── bmp.h │ └── tga.h │ ├── IniParser │ ├── IniParser.cpp │ └── IniParser.h │ ├── MemMapper │ ├── MemMapper.h │ ├── MemMapperUnix.cpp │ └── MemMapperWin.cpp │ ├── ScreenSaver │ └── ScreenSaver.h │ ├── SystemInfo │ ├── SystemInfo.cpp │ ├── SystemInfo.h │ ├── SystemInfoLinux.cpp │ ├── SystemInfoMac.cpp │ ├── SystemInfoStub.cpp │ ├── SystemInfoUnix.cpp │ └── SystemInfoWin.cpp │ ├── ThreadPool │ └── ThreadPool.h │ ├── VirtualHeap │ ├── VirtualHeap.cpp │ └── VirtualHeap.h │ ├── Zir │ ├── Core │ │ ├── IR.cpp │ │ ├── IR.h │ │ ├── ZirUtility.h │ │ ├── ZpIRBuilder.h │ │ ├── ZpIRDebug.h │ │ ├── ZpIRPasses.h │ │ └── ZpIRScheduler.h │ ├── EmitterGLSL │ │ ├── ZpIREmitGLSL.cpp │ │ └── ZpIREmitGLSL.h │ └── Passes │ │ ├── RegisterAllocatorForGLSL.cpp │ │ └── ZpIRRegisterAllocator.cpp │ ├── boost │ └── bluetooth.h │ ├── bootSound │ ├── BootSoundReader.cpp │ └── BootSoundReader.h │ ├── containers │ ├── IntervalBucketContainer.h │ ├── LookupTableL3.h │ ├── RangeStore.h │ ├── SmallBitset.h │ ├── flat_hash_map.hpp │ └── robin_hood.h │ ├── crypto │ ├── aes128.cpp │ ├── aes128.h │ ├── crc32.cpp │ ├── crc32.h │ ├── md5.cpp │ └── md5.h │ ├── helpers │ ├── ClassWrapper.h │ ├── ConcurrentQueue.h │ ├── MapAdaptor.h │ ├── MemoryPool.h │ ├── Semaphore.h │ ├── Serializer.cpp │ ├── Serializer.h │ ├── Singleton.h │ ├── StringBuf.h │ ├── StringHelpers.h │ ├── StringParser.h │ ├── SystemException.h │ ├── TempState.h │ ├── ZArchiveHelpers.h │ ├── enum_array.hpp │ ├── fixedSizeList.h │ ├── fspinlock.h │ ├── helpers.cpp │ ├── helpers.h │ └── ringbuffer.h │ ├── highresolutiontimer │ ├── HighResolutionTimer.cpp │ └── HighResolutionTimer.h │ ├── libusbWrapper │ ├── libusbWrapper.cpp │ └── libusbWrapper.h │ ├── math │ ├── glm.h │ ├── quaternion.h │ ├── vector2.h │ └── vector3.h │ └── tinyxml2 │ ├── tinyxml2.cpp │ └── tinyxml2.h └── vcpkg.json /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/.clang-format -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.github/workflows/build_check.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/.github/workflows/build_check.yml -------------------------------------------------------------------------------- /.github/workflows/deploy_release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/.github/workflows/deploy_release.yml -------------------------------------------------------------------------------- /.github/workflows/generate_pot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/.github/workflows/generate_pot.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/.gitmodules -------------------------------------------------------------------------------- /BUILD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/BUILD.md -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CMakeSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/CMakeSettings.json -------------------------------------------------------------------------------- /CODING_STYLE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/CODING_STYLE.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/README.md -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010101a00.ini: -------------------------------------------------------------------------------- 1 | # LEGO City Undercover (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010101b00.ini: -------------------------------------------------------------------------------- 1 | # LEGO City Undercover (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010106100.ini: -------------------------------------------------------------------------------- 1 | # Super Mario 3D World (JPN) 2 | 3 | [Graphics] 4 | accurateShaderMul = false 5 | -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001010EB00.ini: -------------------------------------------------------------------------------- 1 | # Mario Kart 8 (JPN) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001010F900.ini: -------------------------------------------------------------------------------- 1 | # Scribblenauts Unlimited (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001010ac00.ini: -------------------------------------------------------------------------------- 1 | # Ben 10 Omniverse (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001010ad00.ini: -------------------------------------------------------------------------------- 1 | # Darksiders II (USA) 2 | 3 | [CPU] 4 | cpuMode = Singlecore-Recompiler -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001010b100.ini: -------------------------------------------------------------------------------- 1 | # Rayman Legends (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001010b200.ini: -------------------------------------------------------------------------------- 1 | # Scribblenauts Unlimited (US) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001010dc00.ini: -------------------------------------------------------------------------------- 1 | # Mass Effect 3 Special Edition (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001010dd00.ini: -------------------------------------------------------------------------------- 1 | # ZombiU (US) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001010e600.ini: -------------------------------------------------------------------------------- 1 | # 007 Legends (US) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001010e700.ini: -------------------------------------------------------------------------------- 1 | # Cabela's Dangerous Hunts 2013 (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001010ec00.ini: -------------------------------------------------------------------------------- 1 | # Mario Kart 8 (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001010ed00.ini: -------------------------------------------------------------------------------- 1 | # Mario Kart 8 (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001010ef00.ini: -------------------------------------------------------------------------------- 1 | # ZombiU (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001010f100.ini: -------------------------------------------------------------------------------- 1 | # Rise of the Guardians: The Video Game (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001010f200.ini: -------------------------------------------------------------------------------- 1 | # Rise of the Guardians: The Video Game (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001010f500.ini: -------------------------------------------------------------------------------- 1 | # Mass Effect 3 Special Edition (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010110100.ini: -------------------------------------------------------------------------------- 1 | # Nano Assault Neo (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010110600.ini: -------------------------------------------------------------------------------- 1 | # Nano Assault Neo (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010110700.ini: -------------------------------------------------------------------------------- 1 | # 007 Legends (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010110f00.ini: -------------------------------------------------------------------------------- 1 | # Darksiders II (EUR) 2 | 3 | [CPU] 4 | cpuMode = Singlecore-Recompiler -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010111000.ini: -------------------------------------------------------------------------------- 1 | # Ben 10 Omniverse (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010111400.ini: -------------------------------------------------------------------------------- 1 | # Rayman Legends (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010111600.ini: -------------------------------------------------------------------------------- 1 | # Fast And Furious Showdown (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010112000.ini: -------------------------------------------------------------------------------- 1 | # The Croods: Prehistoric Party! (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010112300.ini: -------------------------------------------------------------------------------- 1 | # ZombiU (JPN) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010113000.ini: -------------------------------------------------------------------------------- 1 | # Mass Effect 3 Special Edition (JPN) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010113300.ini: -------------------------------------------------------------------------------- 1 | # The Smurfs 2 (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010113d00.ini: -------------------------------------------------------------------------------- 1 | # Rapala Pro Bass Fishing (US) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010115d00.ini: -------------------------------------------------------------------------------- 1 | # The Smurfs 2 (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001011a600.ini: -------------------------------------------------------------------------------- 1 | # Cabela's Dangerous Hunts 2013 (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001011af00.ini: -------------------------------------------------------------------------------- 1 | # BIT.TRIP Presents... Runner2: Future Legend of Rhythm Alien (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001011b200.ini: -------------------------------------------------------------------------------- 1 | # Little Inferno (US) 2 | 3 | [Graphics] 4 | extendedTextureReadback = true -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010128600.ini: -------------------------------------------------------------------------------- 1 | # Little Inferno (EUR) 2 | 3 | [Graphics] 4 | extendedTextureReadback = true 5 | -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001012BC00.ini: -------------------------------------------------------------------------------- 1 | # Pikmin 3 (JPN) 2 | 3 | [Graphics] 4 | extendedTextureReadback = true 5 | -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001012BD00.ini: -------------------------------------------------------------------------------- 1 | # Pikmin 3 (USA) 2 | 3 | [Graphics] 4 | extendedTextureReadback = true 5 | -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001012be00.ini: -------------------------------------------------------------------------------- 1 | # Pikmin 3 (EU) 2 | 3 | [Graphics] 4 | extendedTextureReadback = true -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001012c500.ini: -------------------------------------------------------------------------------- 1 | # The Croods: Prehistoric Party! (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001012da00.ini: -------------------------------------------------------------------------------- 1 | # Fast And Furious Showdown (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010131F00.ini: -------------------------------------------------------------------------------- 1 | # Yoshi's Woolly World (JPN) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010132c00.ini: -------------------------------------------------------------------------------- 1 | # Scribblenauts Unmasked: A DC Comics Adventure (US) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010132d00.ini: -------------------------------------------------------------------------------- 1 | # Scribblenauts Unmasked: A DC Comics Adventure (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010133b00.ini: -------------------------------------------------------------------------------- 1 | # Sniper Elite V2 (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010134e00.ini: -------------------------------------------------------------------------------- 1 | # Sniper Elite V2 (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010135500.ini: -------------------------------------------------------------------------------- 1 | # LEGO Batman 2: DC Super Heroes (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010135e00.ini: -------------------------------------------------------------------------------- 1 | # LEGO Batman 2: DC Super Heroes (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010136300.ini: -------------------------------------------------------------------------------- 1 | # BIT.TRIP Presents... Runner2: Future Legend of Rhythm Alien (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010137F00.ini: -------------------------------------------------------------------------------- 1 | # DKC: Tropical Freeze (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010138300.ini: -------------------------------------------------------------------------------- 1 | # DKC: Tropical Freeze (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010138a00.ini: -------------------------------------------------------------------------------- 1 | # Angry Birds Trilogy (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010138f00.ini: -------------------------------------------------------------------------------- 1 | # Devil's Third (JPN) 2 | 3 | [Graphics] 4 | streamoutBufferCacheSize = 48 -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010140000.ini: -------------------------------------------------------------------------------- 1 | # Angry Birds Trilogy (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010143500.ini: -------------------------------------------------------------------------------- 1 | # TLoZ: Wind Waker HD (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010143600.ini: -------------------------------------------------------------------------------- 1 | # TLoZ: Wind Waker HD (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010144800.ini: -------------------------------------------------------------------------------- 1 | # DKC: Tropical Freeze (JPN) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010145c00.ini: -------------------------------------------------------------------------------- 1 | # Super Mario 3D World (USA) 2 | 3 | [Graphics] 4 | accurateShaderMul = false -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010145d00.ini: -------------------------------------------------------------------------------- 1 | # Super Mario 3D World (EUR) 2 | 3 | [Graphics] 4 | accurateShaderMul = false -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010147e00.ini: -------------------------------------------------------------------------------- 1 | # Hello Kitty Kruisers (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001015b200.ini: -------------------------------------------------------------------------------- 1 | # Child of Light (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010161a00.ini: -------------------------------------------------------------------------------- 1 | # How to Train Your Dragon 2 (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010162200.ini: -------------------------------------------------------------------------------- 1 | # Monkey Pirates (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010162a00.ini: -------------------------------------------------------------------------------- 1 | # How to Train Your Dragon 2 (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010162b00.ini: -------------------------------------------------------------------------------- 1 | # Splatoon (JPN) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001016a200.ini: -------------------------------------------------------------------------------- 1 | # Bombing Bastards (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001016ab00.ini: -------------------------------------------------------------------------------- 1 | # Bombing Bastards (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001016d400.ini: -------------------------------------------------------------------------------- 1 | # Stick It to the Man (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001016d800.ini: -------------------------------------------------------------------------------- 1 | # Child of Light (JPN) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001016da00.ini: -------------------------------------------------------------------------------- 1 | # Nihilumbra (EUR) 2 | 3 | [CPU] 4 | cpuMode = Singlecore-Interpreter 5 | -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001016e000.ini: -------------------------------------------------------------------------------- 1 | # Stick It to the Man (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001016ea00.ini: -------------------------------------------------------------------------------- 1 | # Child of Light (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010170100.ini: -------------------------------------------------------------------------------- 1 | # Monkey Pirates (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010176300.ini: -------------------------------------------------------------------------------- 1 | # Little Inferno (JPN) 2 | 3 | [Graphics] 4 | extendedTextureReadback = true 5 | -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010176900.ini: -------------------------------------------------------------------------------- 1 | # Splatoon (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010176a00.ini: -------------------------------------------------------------------------------- 1 | # Splatoon (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010177000.ini: -------------------------------------------------------------------------------- 1 | # Hello Kitty Kruisers (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010177500.ini: -------------------------------------------------------------------------------- 1 | # Nihilumbra (USA) 2 | 3 | [CPU] 4 | cpuMode = Singlecore-Interpreter 5 | -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010177600.ini: -------------------------------------------------------------------------------- 1 | # Devil's Third (USA) 2 | 3 | [Graphics] 4 | streamoutBufferCacheSize = 48 -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010177700.ini: -------------------------------------------------------------------------------- 1 | # Devil's Third (EUR) 2 | 3 | [Graphics] 4 | streamoutBufferCacheSize = 48 -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001017d800.ini: -------------------------------------------------------------------------------- 1 | # Hyrule Warriors (USA) 2 | 3 | [General] 4 | useRDTSC = false -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001017d900.ini: -------------------------------------------------------------------------------- 1 | # Hyrule Warriors (EUR) 2 | 3 | [General] 4 | useRDTSC = false -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001017da00.ini: -------------------------------------------------------------------------------- 1 | # Costume Quest 2 (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001017e400.ini: -------------------------------------------------------------------------------- 1 | # Chasing Dead (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010183000.ini: -------------------------------------------------------------------------------- 1 | # Runbow (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010184900.ini: -------------------------------------------------------------------------------- 1 | # Slender: The Arrival (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010184E00.ini: -------------------------------------------------------------------------------- 1 | # Yoshi's Woolly World (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010184d00.ini: -------------------------------------------------------------------------------- 1 | # Yoshi's Woolly World (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010185400.ini: -------------------------------------------------------------------------------- 1 | # TLoZ: Wind Waker HD (JPN) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010189f00.ini: -------------------------------------------------------------------------------- 1 | # Shadow Puppeteer (USA) 2 | 3 | [CPU] 4 | cpuTimer = hostBased 5 | -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001018ab00.ini: -------------------------------------------------------------------------------- 1 | # Affordable Space Adventures (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001018d800.ini: -------------------------------------------------------------------------------- 1 | # SteamWorld Dig (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001018d900.ini: -------------------------------------------------------------------------------- 1 | # Lost Reavers (JPN) 2 | 3 | [General] 4 | loadSharedLibraries = false 5 | -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001018f100.ini: -------------------------------------------------------------------------------- 1 | # SteamWorld Dig (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001018f400.ini: -------------------------------------------------------------------------------- 1 | # Angry Video Game Nerd Adventures (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001018fd00.ini: -------------------------------------------------------------------------------- 1 | # The Penguins of Madagascar (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010193f00.ini: -------------------------------------------------------------------------------- 1 | # The Penguins of Madagascar (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010195e00.ini: -------------------------------------------------------------------------------- 1 | # Rock Zombie (US) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010197300.ini: -------------------------------------------------------------------------------- 1 | # Electronic Super Joy Groove City (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010197800.ini: -------------------------------------------------------------------------------- 1 | # Costume Quest 2 (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010199e00.ini: -------------------------------------------------------------------------------- 1 | # High Strangeness (US) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001019ab00.ini: -------------------------------------------------------------------------------- 1 | # High Strangeness (US) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001019b000.ini: -------------------------------------------------------------------------------- 1 | # Tachyon Project (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001019b200.ini: -------------------------------------------------------------------------------- 1 | # Tachyon Project (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001019ca00.ini: -------------------------------------------------------------------------------- 1 | # Rock Zombie (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001019e500.ini: -------------------------------------------------------------------------------- 1 | # TLoZ: Twilight Princess (US) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001019e600.ini: -------------------------------------------------------------------------------- 1 | # TLoZ: Twilight Princess (EU) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001019ea00.ini: -------------------------------------------------------------------------------- 1 | # Zombeer (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001019ee00.ini: -------------------------------------------------------------------------------- 1 | # Zombie Defense (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101a1200.ini: -------------------------------------------------------------------------------- 1 | # Affordable Space Adventures (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101a1800.ini: -------------------------------------------------------------------------------- 1 | # Zombie Defense (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101a3b00.ini: -------------------------------------------------------------------------------- 1 | # Life of Pixel (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101a4300.ini: -------------------------------------------------------------------------------- 1 | # Beatbuddy (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101a4800.ini: -------------------------------------------------------------------------------- 1 | # Lost Reavers (USA) 2 | 3 | [General] 4 | loadSharedLibraries = false 5 | -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101a4900.ini: -------------------------------------------------------------------------------- 1 | # Life of Pixel (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101a7f00.ini: -------------------------------------------------------------------------------- 1 | # Shiftlings (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101acc00.ini: -------------------------------------------------------------------------------- 1 | # Shiftlings (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101b0100.ini: -------------------------------------------------------------------------------- 1 | # Funk of Titans (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101b4e00.ini: -------------------------------------------------------------------------------- 1 | # Funk of Titans (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101b9900.ini: -------------------------------------------------------------------------------- 1 | # Lost Reavers (EUR) 2 | 3 | [General] 4 | loadSharedLibraries = false 5 | -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101bc300.ini: -------------------------------------------------------------------------------- 1 | # Beatbuddy (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101c3100.ini: -------------------------------------------------------------------------------- 1 | # Freedom Planet (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101c4200.ini: -------------------------------------------------------------------------------- 1 | # The Peanuts Movie: Snoopy's Grand Adventure (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101c6c00.ini: -------------------------------------------------------------------------------- 1 | # Typoman (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101c7600.ini: -------------------------------------------------------------------------------- 1 | # Pumped BMX + (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101c7b00.ini: -------------------------------------------------------------------------------- 1 | # Chronicles of Teddy: Harmony of Exidus (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101c7d00.ini: -------------------------------------------------------------------------------- 1 | # Pumped BMX + (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101cc900.ini: -------------------------------------------------------------------------------- 1 | # Freedom Planet (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101ccf00.ini: -------------------------------------------------------------------------------- 1 | # Never Alone (Kisima Ingitchuna) (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101ce000.ini: -------------------------------------------------------------------------------- 1 | # Typoman (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101ce800.ini: -------------------------------------------------------------------------------- 1 | # Never Alone (Kisima Ingitchuna) (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101d2100.ini: -------------------------------------------------------------------------------- 1 | # Little Inferno (US) 2 | 3 | [Graphics] 4 | extendedTextureReadback = true 5 | -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101d4500.ini: -------------------------------------------------------------------------------- 1 | # Grumpy Reaper (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101d4d00.ini: -------------------------------------------------------------------------------- 1 | # Joe's Diner (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101d5000.ini: -------------------------------------------------------------------------------- 1 | # The Peanuts Movie: Snoopy's Grand Adventure (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101d5500.ini: -------------------------------------------------------------------------------- 1 | # Joe's Diner (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101d6d00.ini: -------------------------------------------------------------------------------- 1 | # Runbow (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101d8900.ini: -------------------------------------------------------------------------------- 1 | # Slender: The Arrival (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101d8d00.ini: -------------------------------------------------------------------------------- 1 | # Rock 'N Racing Off Road DX (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101d9600.ini: -------------------------------------------------------------------------------- 1 | # Rock 'N Racing Off Road DX (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101dac00.ini: -------------------------------------------------------------------------------- 1 | # Swap Fire -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101daf00.ini: -------------------------------------------------------------------------------- 1 | # Chronicles of Teddy: Harmony of Exidus (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101db000.ini: -------------------------------------------------------------------------------- 1 | # Oddworld New 'n' Tasty (US) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101dbb00.ini: -------------------------------------------------------------------------------- 1 | # Oddworld New 'n' Tasty (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101dbc00.ini: -------------------------------------------------------------------------------- 1 | # Star Ghost (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101dbe00.ini: -------------------------------------------------------------------------------- 1 | # Minecraft: Wii U Edition (JPN) 2 | 3 | [General] 4 | loadSharedLibraries = false -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101dbf00.ini: -------------------------------------------------------------------------------- 1 | # Angry Video Game Nerd Adventures (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101dc000.ini: -------------------------------------------------------------------------------- 1 | # Vektor Wars (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101dc200.ini: -------------------------------------------------------------------------------- 1 | # Vektor Wars (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101dd000.ini: -------------------------------------------------------------------------------- 1 | # Star Ghost (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101dd600.ini: -------------------------------------------------------------------------------- 1 | # BIT.TRIP Presents... Runner2: Future Legend of Rhythm Alien (JPN) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101dd700.ini: -------------------------------------------------------------------------------- 1 | # Runbow (JPN) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101ddf00.ini: -------------------------------------------------------------------------------- 1 | # Hive Jump (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101e0100.ini: -------------------------------------------------------------------------------- 1 | # Minecraft: Story Mode (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101e1800.ini: -------------------------------------------------------------------------------- 1 | # Human Resource Machine (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101e1a00.ini: -------------------------------------------------------------------------------- 1 | # Human Resource Machine (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101e1b00.ini: -------------------------------------------------------------------------------- 1 | # Shadow Puppeteer (EUR) 2 | 3 | [CPU] 4 | cpuTimer = hostBased 5 | -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101e3800.ini: -------------------------------------------------------------------------------- 1 | # Dual Core (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101e5e00.ini: -------------------------------------------------------------------------------- 1 | # Chasing Dead (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101e7300.ini: -------------------------------------------------------------------------------- 1 | # The Deer God (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101e7400.ini: -------------------------------------------------------------------------------- 1 | # Grumpy Reaper (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101e9300.ini: -------------------------------------------------------------------------------- 1 | # Gear Gauntlet (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101e9400.ini: -------------------------------------------------------------------------------- 1 | # Gear Gauntlet (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101eb300.ini: -------------------------------------------------------------------------------- 1 | # The Beggar's Ride (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101ec700.ini: -------------------------------------------------------------------------------- 1 | # The Beggar's Ride (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101ecf00.ini: -------------------------------------------------------------------------------- 1 | # Buddy & Me Dream Edition (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101f1300.ini: -------------------------------------------------------------------------------- 1 | # Armikrog (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101f2800.ini: -------------------------------------------------------------------------------- 1 | # 8Bit Hero (USA) 2 | 3 | [CPU] 4 | cpuMode = Singlecore-Interpreter -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101f4a00.ini: -------------------------------------------------------------------------------- 1 | # Buddy & Me Dream Edition (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101f5700.ini: -------------------------------------------------------------------------------- 1 | # Jotun Valhalla Edition (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101f6f00.ini: -------------------------------------------------------------------------------- 1 | # Jotun Valhalla Edition (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101f7600.ini: -------------------------------------------------------------------------------- 1 | # Dual Core (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101f9700.ini: -------------------------------------------------------------------------------- 1 | # Darksiders Warmastered Edition (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101fa600.ini: -------------------------------------------------------------------------------- 1 | # Darksiders Warmastered Edition (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101fd100.ini: -------------------------------------------------------------------------------- 1 | # Grumpy Reaper (JPN) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101ff200.ini: -------------------------------------------------------------------------------- 1 | # Exile's End (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101ffc00.ini: -------------------------------------------------------------------------------- 1 | # Ghost Blade HD (USA) 2 | 3 | [Graphics] 4 | streamoutBufferCacheSize = 48 -------------------------------------------------------------------------------- /bin/gameProfiles/default/00050000101ffe00.ini: -------------------------------------------------------------------------------- 1 | # Tetrimos (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010200300.ini: -------------------------------------------------------------------------------- 1 | # Armikrog (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010200b00.ini: -------------------------------------------------------------------------------- 1 | # Tetrimos (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010204a00.ini: -------------------------------------------------------------------------------- 1 | # Exile's End (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010207300.ini: -------------------------------------------------------------------------------- 1 | # Koi DX (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010207500.ini: -------------------------------------------------------------------------------- 1 | # Koi DX (USA) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001020a200.ini: -------------------------------------------------------------------------------- 1 | # Minecraft: Story Mode (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500001020b600.ini: -------------------------------------------------------------------------------- 1 | # Ghost Blade HD (EUR) 2 | 3 | [Graphics] 4 | streamoutBufferCacheSize = 48 -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000010211b00.ini: -------------------------------------------------------------------------------- 1 | # Sphere Slice (EUR) -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000C1012BC00.ini: -------------------------------------------------------------------------------- 1 | # Pikmin 3 (JAP) 2 | 3 | [Graphics] 4 | extendedTextureReadback = true 5 | -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000C1012BD00.ini: -------------------------------------------------------------------------------- 1 | # Pikmin 3 (USA) 2 | 3 | [Graphics] 4 | extendedTextureReadback = true 5 | -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000C1012BE00.ini: -------------------------------------------------------------------------------- 1 | # Pikmin 3 (EU) 2 | 3 | [Graphics] 4 | extendedTextureReadback = true 5 | -------------------------------------------------------------------------------- /bin/gameProfiles/default/0005000e1019c800.ini: -------------------------------------------------------------------------------- 1 | # TLoZ: Twilight Princess (JPN) -------------------------------------------------------------------------------- /bin/gameProfiles/default/000500c01017cd00.ini: -------------------------------------------------------------------------------- 1 | # Hyrule Warriors (JPN) 2 | 3 | [General] 4 | useRDTSC = false -------------------------------------------------------------------------------- /bin/resources/ar/‏‏cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/ar/‏‏cemu.mo -------------------------------------------------------------------------------- /bin/resources/ca/cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/ca/cemu.mo -------------------------------------------------------------------------------- /bin/resources/de/cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/de/cemu.mo -------------------------------------------------------------------------------- /bin/resources/es/cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/es/cemu.mo -------------------------------------------------------------------------------- /bin/resources/fr/cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/fr/cemu.mo -------------------------------------------------------------------------------- /bin/resources/he/cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/he/cemu.mo -------------------------------------------------------------------------------- /bin/resources/hu/cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/hu/cemu.mo -------------------------------------------------------------------------------- /bin/resources/it/cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/it/cemu.mo -------------------------------------------------------------------------------- /bin/resources/ja/cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/ja/cemu.mo -------------------------------------------------------------------------------- /bin/resources/ko/cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/ko/cemu.mo -------------------------------------------------------------------------------- /bin/resources/nb/cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/nb/cemu.mo -------------------------------------------------------------------------------- /bin/resources/nl/cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/nl/cemu.mo -------------------------------------------------------------------------------- /bin/resources/pl/cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/pl/cemu.mo -------------------------------------------------------------------------------- /bin/resources/pt/cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/pt/cemu.mo -------------------------------------------------------------------------------- /bin/resources/ru/cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/ru/cemu.mo -------------------------------------------------------------------------------- /bin/resources/sharedFonts/CafeCn.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/sharedFonts/CafeCn.ttf -------------------------------------------------------------------------------- /bin/resources/sharedFonts/CafeKr.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/sharedFonts/CafeKr.ttf -------------------------------------------------------------------------------- /bin/resources/sharedFonts/CafeStd.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/sharedFonts/CafeStd.ttf -------------------------------------------------------------------------------- /bin/resources/sharedFonts/CafeTw.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/sharedFonts/CafeTw.ttf -------------------------------------------------------------------------------- /bin/resources/sv/cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/sv/cemu.mo -------------------------------------------------------------------------------- /bin/resources/tr/cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/tr/cemu.mo -------------------------------------------------------------------------------- /bin/resources/uk/cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/uk/cemu.mo -------------------------------------------------------------------------------- /bin/resources/zh/cemu.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/bin/resources/zh/cemu.mo -------------------------------------------------------------------------------- /boost.natvis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/boost.natvis -------------------------------------------------------------------------------- /cmake/ECMFindModuleHelpers.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/cmake/ECMFindModuleHelpers.cmake -------------------------------------------------------------------------------- /cmake/ECMFindModuleHelpersStub.cmake: -------------------------------------------------------------------------------- 1 | include(${CMAKE_CURRENT_LIST_DIR}/ECMFindModuleHelpers.cmake) 2 | -------------------------------------------------------------------------------- /cmake/FindGTK3.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/cmake/FindGTK3.cmake -------------------------------------------------------------------------------- /cmake/FindWayland.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/cmake/FindWayland.cmake -------------------------------------------------------------------------------- /cmake/FindWaylandProtocols.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/cmake/FindWaylandProtocols.cmake -------------------------------------------------------------------------------- /cmake/FindWaylandScanner.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/cmake/FindWaylandScanner.cmake -------------------------------------------------------------------------------- /cmake/FindZArchive.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/cmake/FindZArchive.cmake -------------------------------------------------------------------------------- /cmake/Findbluez.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/cmake/Findbluez.cmake -------------------------------------------------------------------------------- /cmake/Findimgui.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/cmake/Findimgui.cmake -------------------------------------------------------------------------------- /cmake/Findlibusb.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/cmake/Findlibusb.cmake -------------------------------------------------------------------------------- /cmake/FindwxWidgets.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/cmake/FindwxWidgets.cmake -------------------------------------------------------------------------------- /cmake/Findzstd.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/cmake/Findzstd.cmake -------------------------------------------------------------------------------- /cmake/debian-arm64toolchain.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/cmake/debian-arm64toolchain.cmake -------------------------------------------------------------------------------- /cmake/vcpkg_android.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/cmake/vcpkg_android.cmake -------------------------------------------------------------------------------- /dependencies/DirectX_2010/XAudio2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/DirectX_2010/XAudio2.h -------------------------------------------------------------------------------- /dependencies/DirectX_2010/audiodefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/DirectX_2010/audiodefs.h -------------------------------------------------------------------------------- /dependencies/DirectX_2010/comdecl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/DirectX_2010/comdecl.h -------------------------------------------------------------------------------- /dependencies/DirectX_2010/xma2defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/DirectX_2010/xma2defs.h -------------------------------------------------------------------------------- /dependencies/gamemode/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/gamemode/CMakeLists.txt -------------------------------------------------------------------------------- /dependencies/ih264d/CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/CHANGES -------------------------------------------------------------------------------- /dependencies/ih264d/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/CMakeLists.txt -------------------------------------------------------------------------------- /dependencies/ih264d/CMakeSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/CMakeSettings.json -------------------------------------------------------------------------------- /dependencies/ih264d/NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/NOTICE -------------------------------------------------------------------------------- /dependencies/ih264d/common/ih264_debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/common/ih264_debug.h -------------------------------------------------------------------------------- /dependencies/ih264d/common/ih264_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/common/ih264_defs.h -------------------------------------------------------------------------------- /dependencies/ih264d/common/ih264_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/common/ih264_error.h -------------------------------------------------------------------------------- /dependencies/ih264d/common/ih264_list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/common/ih264_list.c -------------------------------------------------------------------------------- /dependencies/ih264d/common/ih264_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/common/ih264_list.h -------------------------------------------------------------------------------- /dependencies/ih264d/common/ithread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/common/ithread.c -------------------------------------------------------------------------------- /dependencies/ih264d/common/ithread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/common/ithread.h -------------------------------------------------------------------------------- /dependencies/ih264d/decoder/ih264d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/decoder/ih264d.h -------------------------------------------------------------------------------- /dependencies/ih264d/decoder/ih264d_api.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/decoder/ih264d_api.c -------------------------------------------------------------------------------- /dependencies/ih264d/decoder/ih264d_nal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/decoder/ih264d_nal.c -------------------------------------------------------------------------------- /dependencies/ih264d/decoder/ih264d_nal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/decoder/ih264d_nal.h -------------------------------------------------------------------------------- /dependencies/ih264d/decoder/ih264d_sei.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/decoder/ih264d_sei.c -------------------------------------------------------------------------------- /dependencies/ih264d/decoder/ih264d_sei.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/decoder/ih264d_sei.h -------------------------------------------------------------------------------- /dependencies/ih264d/decoder/ih264d_vui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/decoder/ih264d_vui.c -------------------------------------------------------------------------------- /dependencies/ih264d/decoder/ih264d_vui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/decoder/ih264d_vui.h -------------------------------------------------------------------------------- /dependencies/ih264d/decoder/iv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/decoder/iv.h -------------------------------------------------------------------------------- /dependencies/ih264d/decoder/ivd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/ih264d/decoder/ivd.h -------------------------------------------------------------------------------- /dependencies/libucontext/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/libucontext/CMakeLists.txt -------------------------------------------------------------------------------- /dependencies/stb/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/stb/CMakeLists.txt -------------------------------------------------------------------------------- /dependencies/stb/include/stb_image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dependencies/stb/include/stb_image.h -------------------------------------------------------------------------------- /dependencies/vcpkg_overlay_ports/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dependencies/vcpkg_overlay_ports_linux/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dependencies/vcpkg_overlay_ports_linux/cairo/portfile.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_POLICY_EMPTY_PACKAGE enabled) 2 | -------------------------------------------------------------------------------- /dependencies/vcpkg_overlay_ports_linux/glm/portfile.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_POLICY_EMPTY_PACKAGE enabled) 2 | -------------------------------------------------------------------------------- /dependencies/vcpkg_overlay_ports_linux/gtk3/portfile.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_POLICY_EMPTY_PACKAGE enabled) 2 | -------------------------------------------------------------------------------- /dependencies/vcpkg_overlay_ports_linux/libpng/portfile.cmake: -------------------------------------------------------------------------------- 1 | set(VCPKG_POLICY_EMPTY_PACKAGE enabled) 2 | -------------------------------------------------------------------------------- /dependencies/vcpkg_overlay_ports_mac/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dependencies/vcpkg_overlay_ports_win/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/linux/appimage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dist/linux/appimage.sh -------------------------------------------------------------------------------- /dist/linux/info.cemu.Cemu.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dist/linux/info.cemu.Cemu.desktop -------------------------------------------------------------------------------- /dist/linux/info.cemu.Cemu.metainfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dist/linux/info.cemu.Cemu.metainfo.xml -------------------------------------------------------------------------------- /dist/linux/info.cemu.Cemu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dist/linux/info.cemu.Cemu.png -------------------------------------------------------------------------------- /dist/network_services.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dist/network_services.xml -------------------------------------------------------------------------------- /dist/windows/Cemu.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/dist/windows/Cemu.manifest -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/Cafe/Account/Account.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Account/Account.cpp -------------------------------------------------------------------------------- /src/Cafe/Account/Account.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Account/Account.h -------------------------------------------------------------------------------- /src/Cafe/Account/AccountError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Account/AccountError.h -------------------------------------------------------------------------------- /src/Cafe/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/CMakeLists.txt -------------------------------------------------------------------------------- /src/Cafe/CafeSystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/CafeSystem.cpp -------------------------------------------------------------------------------- /src/Cafe/CafeSystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/CafeSystem.h -------------------------------------------------------------------------------- /src/Cafe/Filesystem/FST/FST.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Filesystem/FST/FST.cpp -------------------------------------------------------------------------------- /src/Cafe/Filesystem/FST/FST.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Filesystem/FST/FST.h -------------------------------------------------------------------------------- /src/Cafe/Filesystem/FST/KeyCache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Filesystem/FST/KeyCache.cpp -------------------------------------------------------------------------------- /src/Cafe/Filesystem/FST/KeyCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Filesystem/FST/KeyCache.h -------------------------------------------------------------------------------- /src/Cafe/Filesystem/FST/fstUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Filesystem/FST/fstUtil.h -------------------------------------------------------------------------------- /src/Cafe/Filesystem/WUD/wud.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Filesystem/WUD/wud.cpp -------------------------------------------------------------------------------- /src/Cafe/Filesystem/WUD/wud.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Filesystem/WUD/wud.h -------------------------------------------------------------------------------- /src/Cafe/Filesystem/WUHB/RomFSStructs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Filesystem/WUHB/RomFSStructs.h -------------------------------------------------------------------------------- /src/Cafe/Filesystem/WUHB/WUHBReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Filesystem/WUHB/WUHBReader.cpp -------------------------------------------------------------------------------- /src/Cafe/Filesystem/WUHB/WUHBReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Filesystem/WUHB/WUHBReader.h -------------------------------------------------------------------------------- /src/Cafe/Filesystem/fsc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Filesystem/fsc.cpp -------------------------------------------------------------------------------- /src/Cafe/Filesystem/fsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Filesystem/fsc.h -------------------------------------------------------------------------------- /src/Cafe/Filesystem/fscDeviceHostFS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Filesystem/fscDeviceHostFS.cpp -------------------------------------------------------------------------------- /src/Cafe/Filesystem/fscDeviceHostFS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Filesystem/fscDeviceHostFS.h -------------------------------------------------------------------------------- /src/Cafe/Filesystem/fscDeviceWua.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Filesystem/fscDeviceWua.cpp -------------------------------------------------------------------------------- /src/Cafe/Filesystem/fscDeviceWud.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Filesystem/fscDeviceWud.cpp -------------------------------------------------------------------------------- /src/Cafe/Filesystem/fscDeviceWuhb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/Filesystem/fscDeviceWuhb.cpp -------------------------------------------------------------------------------- /src/Cafe/GamePatch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/GamePatch.cpp -------------------------------------------------------------------------------- /src/Cafe/GamePatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/GamePatch.h -------------------------------------------------------------------------------- /src/Cafe/GameProfile/GameProfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/GameProfile/GameProfile.cpp -------------------------------------------------------------------------------- /src/Cafe/GameProfile/GameProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/GameProfile/GameProfile.h -------------------------------------------------------------------------------- /src/Cafe/GraphicPack/GraphicPack2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/GraphicPack/GraphicPack2.cpp -------------------------------------------------------------------------------- /src/Cafe/GraphicPack/GraphicPack2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/GraphicPack/GraphicPack2.h -------------------------------------------------------------------------------- /src/Cafe/GraphicPack/GraphicPackError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/GraphicPack/GraphicPackError.h -------------------------------------------------------------------------------- /src/Cafe/HW/ACR/ACR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/ACR/ACR.cpp -------------------------------------------------------------------------------- /src/Cafe/HW/AI/AI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/AI/AI.cpp -------------------------------------------------------------------------------- /src/Cafe/HW/AI/AI.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Cafe/HW/Common/HwReg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Common/HwReg.h -------------------------------------------------------------------------------- /src/Cafe/HW/Espresso/Const.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Espresso/Const.h -------------------------------------------------------------------------------- /src/Cafe/HW/Espresso/Debugger/Debugger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Espresso/Debugger/Debugger.h -------------------------------------------------------------------------------- /src/Cafe/HW/Espresso/Debugger/GDBStub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Espresso/Debugger/GDBStub.h -------------------------------------------------------------------------------- /src/Cafe/HW/Espresso/EspressoISA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Espresso/EspressoISA.h -------------------------------------------------------------------------------- /src/Cafe/HW/Espresso/PPCCallback.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Espresso/PPCCallback.h -------------------------------------------------------------------------------- /src/Cafe/HW/Espresso/PPCScheduler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Espresso/PPCScheduler.cpp -------------------------------------------------------------------------------- /src/Cafe/HW/Espresso/PPCSchedulerLLE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Espresso/PPCSchedulerLLE.cpp -------------------------------------------------------------------------------- /src/Cafe/HW/Espresso/PPCState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Espresso/PPCState.h -------------------------------------------------------------------------------- /src/Cafe/HW/Espresso/PPCTimer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Espresso/PPCTimer.cpp -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/FetchShader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/FetchShader.cpp -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/FetchShader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/FetchShader.h -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/Latte.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/Latte.h -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteCachedFBO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteCachedFBO.h -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteConst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteConst.h -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteDraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteDraw.h -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteIndices.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteIndices.cpp -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteIndices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteIndices.h -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteOverlay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteOverlay.cpp -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteOverlay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteOverlay.h -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LattePM4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LattePM4.h -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteQuery.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteQuery.cpp -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteRingBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteRingBuffer.h -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteShader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteShader.cpp -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteShader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteShader.h -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteShaderGL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteShaderGL.cpp -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteSoftware.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteSoftware.cpp -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteSoftware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteSoftware.h -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteTexture.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteTexture.cpp -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteTexture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteTexture.h -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteThread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteThread.cpp -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteTiming.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteTiming.cpp -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Core/LatteTiming.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Core/LatteTiming.h -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/ISA/LatteReg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/ISA/LatteReg.h -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/ISA/RegDefines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/ISA/RegDefines.h -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Renderer/Renderer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Renderer/Renderer.cpp -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/Renderer/Renderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/Latte/Renderer/Renderer.h -------------------------------------------------------------------------------- /src/Cafe/HW/Latte/ShaderInfo/ShaderInstanceInfo.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Cafe/HW/MMU/MMU.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/MMU/MMU.cpp -------------------------------------------------------------------------------- /src/Cafe/HW/MMU/MMU.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/MMU/MMU.h -------------------------------------------------------------------------------- /src/Cafe/HW/SI/SI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/SI/SI.cpp -------------------------------------------------------------------------------- /src/Cafe/HW/SI/si.h: -------------------------------------------------------------------------------- 1 | 2 | namespace HW_SI 3 | { 4 | void Initialize(); 5 | }; -------------------------------------------------------------------------------- /src/Cafe/HW/VI/VI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/HW/VI/VI.cpp -------------------------------------------------------------------------------- /src/Cafe/IOSU/ODM/iosu_odm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/ODM/iosu_odm.cpp -------------------------------------------------------------------------------- /src/Cafe/IOSU/ODM/iosu_odm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/ODM/iosu_odm.h -------------------------------------------------------------------------------- /src/Cafe/IOSU/PDM/iosu_pdm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/PDM/iosu_pdm.cpp -------------------------------------------------------------------------------- /src/Cafe/IOSU/PDM/iosu_pdm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/PDM/iosu_pdm.h -------------------------------------------------------------------------------- /src/Cafe/IOSU/ccr_nfc/iosu_ccr_nfc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/ccr_nfc/iosu_ccr_nfc.cpp -------------------------------------------------------------------------------- /src/Cafe/IOSU/ccr_nfc/iosu_ccr_nfc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/ccr_nfc/iosu_ccr_nfc.h -------------------------------------------------------------------------------- /src/Cafe/IOSU/fsa/fsa_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/fsa/fsa_types.h -------------------------------------------------------------------------------- /src/Cafe/IOSU/fsa/iosu_fsa.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/fsa/iosu_fsa.cpp -------------------------------------------------------------------------------- /src/Cafe/IOSU/fsa/iosu_fsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/fsa/iosu_fsa.h -------------------------------------------------------------------------------- /src/Cafe/IOSU/iosu_ipc_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/iosu_ipc_common.h -------------------------------------------------------------------------------- /src/Cafe/IOSU/iosu_types_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/iosu_types_common.h -------------------------------------------------------------------------------- /src/Cafe/IOSU/kernel/iosu_kernel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/kernel/iosu_kernel.cpp -------------------------------------------------------------------------------- /src/Cafe/IOSU/kernel/iosu_kernel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/kernel/iosu_kernel.h -------------------------------------------------------------------------------- /src/Cafe/IOSU/legacy/iosu_acp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/legacy/iosu_acp.cpp -------------------------------------------------------------------------------- /src/Cafe/IOSU/legacy/iosu_acp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/legacy/iosu_acp.h -------------------------------------------------------------------------------- /src/Cafe/IOSU/legacy/iosu_act.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/legacy/iosu_act.cpp -------------------------------------------------------------------------------- /src/Cafe/IOSU/legacy/iosu_act.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/legacy/iosu_act.h -------------------------------------------------------------------------------- /src/Cafe/IOSU/legacy/iosu_boss.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/legacy/iosu_boss.cpp -------------------------------------------------------------------------------- /src/Cafe/IOSU/legacy/iosu_boss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/legacy/iosu_boss.h -------------------------------------------------------------------------------- /src/Cafe/IOSU/legacy/iosu_crypto.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/legacy/iosu_crypto.cpp -------------------------------------------------------------------------------- /src/Cafe/IOSU/legacy/iosu_crypto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/legacy/iosu_crypto.h -------------------------------------------------------------------------------- /src/Cafe/IOSU/legacy/iosu_fpd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/legacy/iosu_fpd.cpp -------------------------------------------------------------------------------- /src/Cafe/IOSU/legacy/iosu_fpd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/legacy/iosu_fpd.h -------------------------------------------------------------------------------- /src/Cafe/IOSU/legacy/iosu_ioctl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/legacy/iosu_ioctl.cpp -------------------------------------------------------------------------------- /src/Cafe/IOSU/legacy/iosu_ioctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/legacy/iosu_ioctl.h -------------------------------------------------------------------------------- /src/Cafe/IOSU/legacy/iosu_mcp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/legacy/iosu_mcp.cpp -------------------------------------------------------------------------------- /src/Cafe/IOSU/legacy/iosu_mcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/legacy/iosu_mcp.h -------------------------------------------------------------------------------- /src/Cafe/IOSU/legacy/iosu_nim.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/legacy/iosu_nim.cpp -------------------------------------------------------------------------------- /src/Cafe/IOSU/legacy/iosu_nim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/legacy/iosu_nim.h -------------------------------------------------------------------------------- /src/Cafe/IOSU/nn/iosu_nn_service.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/nn/iosu_nn_service.cpp -------------------------------------------------------------------------------- /src/Cafe/IOSU/nn/iosu_nn_service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/IOSU/nn/iosu_nn_service.h -------------------------------------------------------------------------------- /src/Cafe/OS/RPL/elf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/RPL/elf.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/RPL/rpl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/RPL/rpl.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/RPL/rpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/RPL/rpl.h -------------------------------------------------------------------------------- /src/Cafe/OS/RPL/rpl_debug_symbols.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/RPL/rpl_debug_symbols.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/RPL/rpl_debug_symbols.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/RPL/rpl_debug_symbols.h -------------------------------------------------------------------------------- /src/Cafe/OS/RPL/rpl_structs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/RPL/rpl_structs.h -------------------------------------------------------------------------------- /src/Cafe/OS/RPL/rpl_symbol_storage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/RPL/rpl_symbol_storage.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/RPL/rpl_symbol_storage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/RPL/rpl_symbol_storage.h -------------------------------------------------------------------------------- /src/Cafe/OS/common/OSCommon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/common/OSCommon.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/common/OSCommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/common/OSCommon.h -------------------------------------------------------------------------------- /src/Cafe/OS/common/OSUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/common/OSUtil.h -------------------------------------------------------------------------------- /src/Cafe/OS/common/PPCConcurrentQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/common/PPCConcurrentQueue.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/TCL/TCL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/TCL/TCL.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/TCL/TCL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/TCL/TCL.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/avm/avm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/avm/avm.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/avm/avm.h: -------------------------------------------------------------------------------- 1 | 2 | namespace avm 3 | { 4 | void Initialize(); 5 | } -------------------------------------------------------------------------------- /src/Cafe/OS/libs/camera/camera.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/camera/camera.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/camera/camera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/camera/camera.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/coreinit/coreinit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/coreinit/coreinit.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/coreinit/coreinit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/coreinit/coreinit.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/coreinit/coreinit_BSP.h: -------------------------------------------------------------------------------- 1 | namespace coreinit 2 | { 3 | void InitializeBSP(); 4 | }; -------------------------------------------------------------------------------- /src/Cafe/OS/libs/coreinit/coreinit_FG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/coreinit/coreinit_FG.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/coreinit/coreinit_FS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/coreinit/coreinit_FS.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/coreinit/coreinit_GHS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/coreinit/coreinit_GHS.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/coreinit/coreinit_IM.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | namespace coreinit 4 | { 5 | void InitializeIM(); 6 | }; -------------------------------------------------------------------------------- /src/Cafe/OS/libs/coreinit/coreinit_IOS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/coreinit/coreinit_IOS.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/coreinit/coreinit_IPC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/coreinit/coreinit_IPC.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/coreinit/coreinit_LockedCache.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | namespace coreinit 4 | { 5 | void InitializeLC(); 6 | } -------------------------------------------------------------------------------- /src/Cafe/OS/libs/coreinit/coreinit_MCP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/coreinit/coreinit_MCP.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/coreinit/coreinit_MEM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/coreinit/coreinit_MEM.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/coreinit/coreinit_MemoryMapping.h: -------------------------------------------------------------------------------- 1 | 2 | namespace coreinit 3 | { 4 | void InitializeMemoryMapping(); 5 | } 6 | -------------------------------------------------------------------------------- /src/Cafe/OS/libs/coreinit/coreinit_OverlayArena.h: -------------------------------------------------------------------------------- 1 | namespace coreinit 2 | { 3 | void InitializeOverlayArena(); 4 | }; -------------------------------------------------------------------------------- /src/Cafe/OS/libs/dmae/dmae.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/dmae/dmae.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/dmae/dmae.h: -------------------------------------------------------------------------------- 1 | void dmae_load(); -------------------------------------------------------------------------------- /src/Cafe/OS/libs/drmapp/drmapp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/drmapp/drmapp.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/drmapp/drmapp.h: -------------------------------------------------------------------------------- 1 | 2 | namespace drmapp 3 | { 4 | void Initialize(); 5 | } -------------------------------------------------------------------------------- /src/Cafe/OS/libs/erreula/erreula.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/erreula/erreula.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/erreula/erreula.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/erreula/erreula.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_AddrTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_AddrTest.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Blit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Blit.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Blit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Blit.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Command.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Command.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Command.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Command.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Draw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Draw.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Draw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Draw.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Event.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Event.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Event.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Memory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Memory.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Memory.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Misc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Misc.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Misc.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Query.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Query.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Query.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Query.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Resource.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Resource.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Resource.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Shader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Shader.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Shader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Shader.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_State.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_State.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_State.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_State.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Streamout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Streamout.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Streamout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Streamout.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Surface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Surface.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Surface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Surface.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Surface_Copy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Surface_Copy.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Texture.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Texture.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/gx2/GX2_Texture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/gx2/GX2_Texture.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/h264_avc/H264Dec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/h264_avc/H264Dec.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/h264_avc/h264dec.h: -------------------------------------------------------------------------------- 1 | namespace H264 2 | { 3 | void Initialize(); 4 | } -------------------------------------------------------------------------------- /src/Cafe/OS/libs/mic/mic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/mic/mic.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/mic/mic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/mic/mic.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nfc/TLV.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nfc/TLV.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nfc/TLV.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nfc/TLV.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nfc/TagV0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nfc/TagV0.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nfc/TagV0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nfc/TagV0.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nfc/ndef.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nfc/ndef.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nfc/ndef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nfc/ndef.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nfc/nfc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nfc/nfc.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nfc/nfc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nfc/nfc.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nfc/stream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nfc/stream.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nfc/stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nfc/stream.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nlibcurl/nlibcurl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nlibcurl/nlibcurl.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nlibcurl/nlibcurl.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | namespace nlibcurl 4 | { 5 | void load(); 6 | } -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nlibnss/nlibnss.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nlibnss/nlibnss.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nlibnss/nlibnss.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | namespace nlibnss 4 | { 5 | void load(); 6 | } -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_ac/nn_ac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_ac/nn_ac.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_ac/nn_ac.h: -------------------------------------------------------------------------------- 1 | void nnAc_load(); -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_acp/nn_acp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_acp/nn_acp.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_acp/nn_acp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_acp/nn_acp.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_act/nn_act.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_act/nn_act.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_act/nn_act.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_act/nn_act.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_aoc/nn_aoc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_aoc/nn_aoc.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_aoc/nn_aoc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_aoc/nn_aoc.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_boss/nn_boss.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_boss/nn_boss.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_boss/nn_boss.h: -------------------------------------------------------------------------------- 1 | void nnBoss_load(); -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_ccr/nn_ccr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_ccr/nn_ccr.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_ccr/nn_ccr.h: -------------------------------------------------------------------------------- 1 | 2 | namespace nn::ccr 3 | { 4 | void Initialize(); 5 | } -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_cmpt/nn_cmpt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_cmpt/nn_cmpt.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_cmpt/nn_cmpt.h: -------------------------------------------------------------------------------- 1 | 2 | namespace nn::cmpt 3 | { 4 | void Initialize(); 5 | } -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_common.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_ec/nn_ec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_ec/nn_ec.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_ec/nn_ec.h: -------------------------------------------------------------------------------- 1 | void nnEc_load(); -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_fp/nn_fp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_fp/nn_fp.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_fp/nn_fp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_fp/nn_fp.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_idbe/nn_idbe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_idbe/nn_idbe.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_idbe/nn_idbe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_idbe/nn_idbe.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_ndm/nn_ndm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_ndm/nn_ndm.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_ndm/nn_ndm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_ndm/nn_ndm.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_nfp/AmiiboCrypto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_nfp/AmiiboCrypto.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_nfp/nn_nfp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_nfp/nn_nfp.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_nfp/nn_nfp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_nfp/nn_nfp.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_nim/nn_nim.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_nim/nn_nim.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_nim/nn_nim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_nim/nn_nim.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_olv/nn_olv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_olv/nn_olv.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_olv/nn_olv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_olv/nn_olv.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_olv/nn_olv_Common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_olv/nn_olv_Common.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_pdm/nn_pdm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_pdm/nn_pdm.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_pdm/nn_pdm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_pdm/nn_pdm.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_save/nn_save.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_save/nn_save.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_save/nn_save.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_save/nn_save.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_sl/nn_sl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_sl/nn_sl.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_sl/nn_sl.h: -------------------------------------------------------------------------------- 1 | void nnSL_load(); -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_spm/nn_spm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_spm/nn_spm.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_spm/nn_spm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_spm/nn_spm.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_temp/nn_temp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_temp/nn_temp.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_temp/nn_temp.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | namespace nn::temp 4 | { 5 | void Initialize(); 6 | }; -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_uds/nn_uds.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nn_uds/nn_uds.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nn_uds/nn_uds.h: -------------------------------------------------------------------------------- 1 | void nnUds_load(); -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nsyshid/Backend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nsyshid/Backend.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nsyshid/BackendLibusb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nsyshid/BackendLibusb.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nsyshid/Dimensions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nsyshid/Dimensions.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nsyshid/Dimensions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nsyshid/Dimensions.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nsyshid/Infinity.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nsyshid/Infinity.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nsyshid/Infinity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nsyshid/Infinity.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nsyshid/Skylander.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nsyshid/Skylander.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nsyshid/Skylander.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nsyshid/Skylander.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nsyshid/Whitelist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nsyshid/Whitelist.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nsyshid/Whitelist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nsyshid/Whitelist.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nsyshid/g721/g721.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nsyshid/g721/g721.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nsyshid/g721/g721.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nsyshid/g721/g721.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nsyshid/nsyshid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nsyshid/nsyshid.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nsyshid/nsyshid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nsyshid/nsyshid.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nsyskbd/nsyskbd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nsyskbd/nsyskbd.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nsyskbd/nsyskbd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nsyskbd/nsyskbd.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nsysnet/nsysnet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nsysnet/nsysnet.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/nsysnet/nsysnet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/nsysnet/nsysnet.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/ntag/ntag.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/ntag/ntag.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/ntag/ntag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/ntag/ntag.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/padscore/padscore.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/padscore/padscore.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/padscore/padscore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/padscore/padscore.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/proc_ui/proc_ui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/proc_ui/proc_ui.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/proc_ui/proc_ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/proc_ui/proc_ui.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/snd_core/ax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/snd_core/ax.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/snd_core/ax_aux.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/snd_core/ax_aux.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/snd_core/ax_exports.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/snd_core/ax_exports.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/snd_core/ax_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/snd_core/ax_internal.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/snd_core/ax_ist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/snd_core/ax_ist.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/snd_core/ax_mix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/snd_core/ax_mix.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/snd_core/ax_out.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/snd_core/ax_out.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/snd_core/ax_voice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/snd_core/ax_voice.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/snd_user/snd_user.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/snd_user/snd_user.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/snd_user/snd_user.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/snd_user/snd_user.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/swkbd/swkbd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/swkbd/swkbd.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/swkbd/swkbd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/swkbd/swkbd.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/sysapp/sysapp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/sysapp/sysapp.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/sysapp/sysapp.h: -------------------------------------------------------------------------------- 1 | void sysapp_load(); 2 | 3 | uint64 _SYSGetSystemApplicationTitleId(sint32 index); -------------------------------------------------------------------------------- /src/Cafe/OS/libs/vpad/vpad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/vpad/vpad.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/vpad/vpad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/vpad/vpad.h -------------------------------------------------------------------------------- /src/Cafe/OS/libs/zlib125/zlib125.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/OS/libs/zlib125/zlib125.cpp -------------------------------------------------------------------------------- /src/Cafe/OS/libs/zlib125/zlib125.h: -------------------------------------------------------------------------------- 1 | 2 | namespace zlib 3 | { 4 | void load(); 5 | } -------------------------------------------------------------------------------- /src/Cafe/TitleList/AppType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/TitleList/AppType.h -------------------------------------------------------------------------------- /src/Cafe/TitleList/GameInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/TitleList/GameInfo.h -------------------------------------------------------------------------------- /src/Cafe/TitleList/ParsedMetaXml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/TitleList/ParsedMetaXml.h -------------------------------------------------------------------------------- /src/Cafe/TitleList/SaveInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/TitleList/SaveInfo.cpp -------------------------------------------------------------------------------- /src/Cafe/TitleList/SaveInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/TitleList/SaveInfo.h -------------------------------------------------------------------------------- /src/Cafe/TitleList/SaveList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/TitleList/SaveList.cpp -------------------------------------------------------------------------------- /src/Cafe/TitleList/SaveList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/TitleList/SaveList.h -------------------------------------------------------------------------------- /src/Cafe/TitleList/TitleId.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/TitleList/TitleId.h -------------------------------------------------------------------------------- /src/Cafe/TitleList/TitleInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/TitleList/TitleInfo.cpp -------------------------------------------------------------------------------- /src/Cafe/TitleList/TitleInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/TitleList/TitleInfo.h -------------------------------------------------------------------------------- /src/Cafe/TitleList/TitleList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/TitleList/TitleList.cpp -------------------------------------------------------------------------------- /src/Cafe/TitleList/TitleList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cafe/TitleList/TitleList.h -------------------------------------------------------------------------------- /src/Cemu/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/CMakeLists.txt -------------------------------------------------------------------------------- /src/Cemu/FileCache/FileCache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/FileCache/FileCache.cpp -------------------------------------------------------------------------------- /src/Cemu/FileCache/FileCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/FileCache/FileCache.h -------------------------------------------------------------------------------- /src/Cemu/Logging/CemuDebugLogging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/Logging/CemuDebugLogging.h -------------------------------------------------------------------------------- /src/Cemu/Logging/CemuLogging.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/Logging/CemuLogging.cpp -------------------------------------------------------------------------------- /src/Cemu/Logging/CemuLogging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/Logging/CemuLogging.h -------------------------------------------------------------------------------- /src/Cemu/PPCAssembler/ppcAssembler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/PPCAssembler/ppcAssembler.cpp -------------------------------------------------------------------------------- /src/Cemu/PPCAssembler/ppcAssembler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/PPCAssembler/ppcAssembler.h -------------------------------------------------------------------------------- /src/Cemu/napi/napi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/napi/napi.h -------------------------------------------------------------------------------- /src/Cemu/napi/napi_act.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/napi/napi_act.cpp -------------------------------------------------------------------------------- /src/Cemu/napi/napi_ec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/napi/napi_ec.cpp -------------------------------------------------------------------------------- /src/Cemu/napi/napi_helper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/napi/napi_helper.cpp -------------------------------------------------------------------------------- /src/Cemu/napi/napi_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/napi/napi_helper.h -------------------------------------------------------------------------------- /src/Cemu/napi/napi_idbe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/napi/napi_idbe.cpp -------------------------------------------------------------------------------- /src/Cemu/napi/napi_version.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/napi/napi_version.cpp -------------------------------------------------------------------------------- /src/Cemu/ncrypto/ncrypto.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/ncrypto/ncrypto.cpp -------------------------------------------------------------------------------- /src/Cemu/ncrypto/ncrypto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/ncrypto/ncrypto.h -------------------------------------------------------------------------------- /src/Cemu/nex/nex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/nex/nex.cpp -------------------------------------------------------------------------------- /src/Cemu/nex/nex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/nex/nex.h -------------------------------------------------------------------------------- /src/Cemu/nex/nexFriends.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/nex/nexFriends.cpp -------------------------------------------------------------------------------- /src/Cemu/nex/nexFriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/nex/nexFriends.h -------------------------------------------------------------------------------- /src/Cemu/nex/nexThread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/nex/nexThread.cpp -------------------------------------------------------------------------------- /src/Cemu/nex/nexThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/nex/nexThread.h -------------------------------------------------------------------------------- /src/Cemu/nex/nexTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/nex/nexTypes.h -------------------------------------------------------------------------------- /src/Cemu/nex/prudp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/nex/prudp.cpp -------------------------------------------------------------------------------- /src/Cemu/nex/prudp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Cemu/nex/prudp.h -------------------------------------------------------------------------------- /src/Common/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/CMakeLists.txt -------------------------------------------------------------------------------- /src/Common/CafeString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/CafeString.h -------------------------------------------------------------------------------- /src/Common/FileStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/FileStream.cpp -------------------------------------------------------------------------------- /src/Common/FileStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/FileStream.h -------------------------------------------------------------------------------- /src/Common/GLInclude/GLInclude.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/GLInclude/GLInclude.h -------------------------------------------------------------------------------- /src/Common/GLInclude/egl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/GLInclude/egl.h -------------------------------------------------------------------------------- /src/Common/GLInclude/glFunctions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/GLInclude/glFunctions.h -------------------------------------------------------------------------------- /src/Common/GLInclude/glext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/GLInclude/glext.h -------------------------------------------------------------------------------- /src/Common/GLInclude/glxext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/GLInclude/glxext.h -------------------------------------------------------------------------------- /src/Common/GLInclude/khrplatform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/GLInclude/khrplatform.h -------------------------------------------------------------------------------- /src/Common/GLInclude/wglext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/GLInclude/wglext.h -------------------------------------------------------------------------------- /src/Common/MemPtr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/MemPtr.h -------------------------------------------------------------------------------- /src/Common/StackAllocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/StackAllocator.h -------------------------------------------------------------------------------- /src/Common/SysAllocator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/SysAllocator.cpp -------------------------------------------------------------------------------- /src/Common/SysAllocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/SysAllocator.h -------------------------------------------------------------------------------- /src/Common/android/FdStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/android/FdStream.h -------------------------------------------------------------------------------- /src/Common/android/FileStream_saf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/android/FileStream_saf.cpp -------------------------------------------------------------------------------- /src/Common/android/FileStream_saf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/android/FileStream_saf.h -------------------------------------------------------------------------------- /src/Common/android/FilesystemAndroid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/android/FilesystemAndroid.cpp -------------------------------------------------------------------------------- /src/Common/android/FilesystemAndroid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/android/FilesystemAndroid.h -------------------------------------------------------------------------------- /src/Common/betype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/betype.h -------------------------------------------------------------------------------- /src/Common/cpu_features.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/cpu_features.cpp -------------------------------------------------------------------------------- /src/Common/cpu_features.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/cpu_features.h -------------------------------------------------------------------------------- /src/Common/enumFlags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/enumFlags.h -------------------------------------------------------------------------------- /src/Common/platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/platform.h -------------------------------------------------------------------------------- /src/Common/precompiled.cpp: -------------------------------------------------------------------------------- 1 | #include "precompiled.h" -------------------------------------------------------------------------------- /src/Common/precompiled.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/precompiled.h -------------------------------------------------------------------------------- /src/Common/socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/socket.h -------------------------------------------------------------------------------- /src/Common/unix/FileStream_unix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/unix/FileStream_unix.cpp -------------------------------------------------------------------------------- /src/Common/unix/FileStream_unix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/unix/FileStream_unix.h -------------------------------------------------------------------------------- /src/Common/unix/date.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/unix/date.h -------------------------------------------------------------------------------- /src/Common/unix/fast_float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/unix/fast_float.h -------------------------------------------------------------------------------- /src/Common/unix/platform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/unix/platform.cpp -------------------------------------------------------------------------------- /src/Common/unix/platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/unix/platform.h -------------------------------------------------------------------------------- /src/Common/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/version.h -------------------------------------------------------------------------------- /src/Common/windows/FileStream_win32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/windows/FileStream_win32.cpp -------------------------------------------------------------------------------- /src/Common/windows/FileStream_win32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/windows/FileStream_win32.h -------------------------------------------------------------------------------- /src/Common/windows/platform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/windows/platform.cpp -------------------------------------------------------------------------------- /src/Common/windows/platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/Common/windows/platform.h -------------------------------------------------------------------------------- /src/android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/android/.gitignore -------------------------------------------------------------------------------- /src/android/app/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/android/app/.gitignore -------------------------------------------------------------------------------- /src/android/app/build.gradle.kts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/android/app/build.gradle.kts -------------------------------------------------------------------------------- /src/android/app/proguard-rules.pro: -------------------------------------------------------------------------------- 1 | -dontobfuscate 2 | -------------------------------------------------------------------------------- /src/android/app/src/main/cpp/Image.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/android/app/src/main/cpp/Image.cpp -------------------------------------------------------------------------------- /src/android/app/src/main/cpp/Image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/android/app/src/main/cpp/Image.h -------------------------------------------------------------------------------- /src/android/app/src/main/cpp/JNIUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/android/app/src/main/cpp/JNIUtils.h -------------------------------------------------------------------------------- /src/android/app/src/main/res/values/refs.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/android/build.gradle.kts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/android/build.gradle.kts -------------------------------------------------------------------------------- /src/android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/android/gradle.properties -------------------------------------------------------------------------------- /src/android/gradle/libs.versions.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/android/gradle/libs.versions.toml -------------------------------------------------------------------------------- /src/android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/android/gradlew -------------------------------------------------------------------------------- /src/android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/android/gradlew.bat -------------------------------------------------------------------------------- /src/android/settings.gradle.kts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/android/settings.gradle.kts -------------------------------------------------------------------------------- /src/audio/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/CMakeLists.txt -------------------------------------------------------------------------------- /src/audio/CubebAPI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/CubebAPI.cpp -------------------------------------------------------------------------------- /src/audio/CubebAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/CubebAPI.h -------------------------------------------------------------------------------- /src/audio/CubebInputAPI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/CubebInputAPI.cpp -------------------------------------------------------------------------------- /src/audio/CubebInputAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/CubebInputAPI.h -------------------------------------------------------------------------------- /src/audio/DirectSoundAPI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/DirectSoundAPI.cpp -------------------------------------------------------------------------------- /src/audio/DirectSoundAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/DirectSoundAPI.h -------------------------------------------------------------------------------- /src/audio/IAudioAPI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/IAudioAPI.cpp -------------------------------------------------------------------------------- /src/audio/IAudioAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/IAudioAPI.h -------------------------------------------------------------------------------- /src/audio/IAudioInputAPI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/IAudioInputAPI.cpp -------------------------------------------------------------------------------- /src/audio/IAudioInputAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/IAudioInputAPI.h -------------------------------------------------------------------------------- /src/audio/XAudio27API.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/XAudio27API.cpp -------------------------------------------------------------------------------- /src/audio/XAudio27API.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/XAudio27API.h -------------------------------------------------------------------------------- /src/audio/XAudio2API.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/XAudio2API.cpp -------------------------------------------------------------------------------- /src/audio/XAudio2API.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/XAudio2API.h -------------------------------------------------------------------------------- /src/audio/xaudio2_7/audiodefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/xaudio2_7/audiodefs.h -------------------------------------------------------------------------------- /src/audio/xaudio2_7/comdecl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/xaudio2_7/comdecl.h -------------------------------------------------------------------------------- /src/audio/xaudio2_7/dxsdkver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/xaudio2_7/dxsdkver.h -------------------------------------------------------------------------------- /src/audio/xaudio2_7/xma2defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/audio/xaudio2_7/xma2defs.h -------------------------------------------------------------------------------- /src/config/ActiveSettings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/config/ActiveSettings.cpp -------------------------------------------------------------------------------- /src/config/ActiveSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/config/ActiveSettings.h -------------------------------------------------------------------------------- /src/config/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/config/CMakeLists.txt -------------------------------------------------------------------------------- /src/config/CemuConfig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/config/CemuConfig.cpp -------------------------------------------------------------------------------- /src/config/CemuConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/config/CemuConfig.h -------------------------------------------------------------------------------- /src/config/ConfigValue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/config/ConfigValue.h -------------------------------------------------------------------------------- /src/config/LaunchSettings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/config/LaunchSettings.cpp -------------------------------------------------------------------------------- /src/config/LaunchSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/config/LaunchSettings.h -------------------------------------------------------------------------------- /src/config/NetworkSettings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/config/NetworkSettings.cpp -------------------------------------------------------------------------------- /src/config/NetworkSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/config/NetworkSettings.h -------------------------------------------------------------------------------- /src/config/XMLConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/config/XMLConfig.h -------------------------------------------------------------------------------- /src/gui/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/CMakeLists.txt -------------------------------------------------------------------------------- /src/gui/androidgui/AndroidWindowSystem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/gui/androidgui/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/androidgui/CMakeLists.txt -------------------------------------------------------------------------------- /src/gui/interface/WindowSystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/interface/WindowSystem.h -------------------------------------------------------------------------------- /src/gui/wxgui/AudioDebuggerWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/AudioDebuggerWindow.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/AudioDebuggerWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/AudioDebuggerWindow.h -------------------------------------------------------------------------------- /src/gui/wxgui/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/CMakeLists.txt -------------------------------------------------------------------------------- /src/gui/wxgui/CemuApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/CemuApp.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/CemuApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/CemuApp.h -------------------------------------------------------------------------------- /src/gui/wxgui/CemuUpdateWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/CemuUpdateWindow.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/CemuUpdateWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/CemuUpdateWindow.h -------------------------------------------------------------------------------- /src/gui/wxgui/ChecksumTool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/ChecksumTool.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/ChecksumTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/ChecksumTool.h -------------------------------------------------------------------------------- /src/gui/wxgui/GameProfileWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/GameProfileWindow.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/GameProfileWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/GameProfileWindow.h -------------------------------------------------------------------------------- /src/gui/wxgui/GameUpdateWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/GameUpdateWindow.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/GameUpdateWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/GameUpdateWindow.h -------------------------------------------------------------------------------- /src/gui/wxgui/GeneralSettings2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/GeneralSettings2.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/GeneralSettings2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/GeneralSettings2.h -------------------------------------------------------------------------------- /src/gui/wxgui/GettingStartedDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/GettingStartedDialog.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/GettingStartedDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/GettingStartedDialog.h -------------------------------------------------------------------------------- /src/gui/wxgui/GraphicPacksWindow2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/GraphicPacksWindow2.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/GraphicPacksWindow2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/GraphicPacksWindow2.h -------------------------------------------------------------------------------- /src/gui/wxgui/LoggingWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/LoggingWindow.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/LoggingWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/LoggingWindow.h -------------------------------------------------------------------------------- /src/gui/wxgui/MainWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/MainWindow.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/MainWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/MainWindow.h -------------------------------------------------------------------------------- /src/gui/wxgui/MemorySearcherTool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/MemorySearcherTool.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/MemorySearcherTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/MemorySearcherTool.h -------------------------------------------------------------------------------- /src/gui/wxgui/PadViewFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/PadViewFrame.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/PadViewFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/PadViewFrame.h -------------------------------------------------------------------------------- /src/gui/wxgui/TitleManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/TitleManager.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/TitleManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/TitleManager.h -------------------------------------------------------------------------------- /src/gui/wxgui/canvas/IRenderCanvas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/canvas/IRenderCanvas.h -------------------------------------------------------------------------------- /src/gui/wxgui/canvas/OpenGLCanvas.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/canvas/OpenGLCanvas.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/canvas/OpenGLCanvas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/canvas/OpenGLCanvas.h -------------------------------------------------------------------------------- /src/gui/wxgui/canvas/VulkanCanvas.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/canvas/VulkanCanvas.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/canvas/VulkanCanvas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/canvas/VulkanCanvas.h -------------------------------------------------------------------------------- /src/gui/wxgui/components/TextList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/components/TextList.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/components/TextList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/components/TextList.h -------------------------------------------------------------------------------- /src/gui/wxgui/components/wxGameList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/components/wxGameList.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/components/wxGameList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/components/wxGameList.h -------------------------------------------------------------------------------- /src/gui/wxgui/components/wxInputDraw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/components/wxInputDraw.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/components/wxInputDraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/components/wxInputDraw.h -------------------------------------------------------------------------------- /src/gui/wxgui/components/wxLogCtrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/components/wxLogCtrl.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/components/wxLogCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/components/wxLogCtrl.h -------------------------------------------------------------------------------- /src/gui/wxgui/debugger/DebuggerWindow2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/debugger/DebuggerWindow2.h -------------------------------------------------------------------------------- /src/gui/wxgui/debugger/DisasmCtrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/debugger/DisasmCtrl.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/debugger/DisasmCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/debugger/DisasmCtrl.h -------------------------------------------------------------------------------- /src/gui/wxgui/debugger/DumpCtrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/debugger/DumpCtrl.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/debugger/DumpCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/debugger/DumpCtrl.h -------------------------------------------------------------------------------- /src/gui/wxgui/debugger/DumpWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/debugger/DumpWindow.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/debugger/DumpWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/debugger/DumpWindow.h -------------------------------------------------------------------------------- /src/gui/wxgui/debugger/ModuleWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/debugger/ModuleWindow.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/debugger/ModuleWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/debugger/ModuleWindow.h -------------------------------------------------------------------------------- /src/gui/wxgui/debugger/RegisterWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/debugger/RegisterWindow.h -------------------------------------------------------------------------------- /src/gui/wxgui/debugger/SymbolCtrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/debugger/SymbolCtrl.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/debugger/SymbolCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/debugger/SymbolCtrl.h -------------------------------------------------------------------------------- /src/gui/wxgui/debugger/SymbolWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/debugger/SymbolWindow.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/debugger/SymbolWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/debugger/SymbolWindow.h -------------------------------------------------------------------------------- /src/gui/wxgui/helpers/wxCustomData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/helpers/wxCustomData.h -------------------------------------------------------------------------------- /src/gui/wxgui/helpers/wxCustomEvents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/helpers/wxCustomEvents.h -------------------------------------------------------------------------------- /src/gui/wxgui/helpers/wxHelpers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/helpers/wxHelpers.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/helpers/wxHelpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/helpers/wxHelpers.h -------------------------------------------------------------------------------- /src/gui/wxgui/helpers/wxLogEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/helpers/wxLogEvent.h -------------------------------------------------------------------------------- /src/gui/wxgui/helpers/wxWayland.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/helpers/wxWayland.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/helpers/wxWayland.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/helpers/wxWayland.h -------------------------------------------------------------------------------- /src/gui/wxgui/input/HotkeySettings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/input/HotkeySettings.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/input/HotkeySettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/input/HotkeySettings.h -------------------------------------------------------------------------------- /src/gui/wxgui/input/InputSettings2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/input/InputSettings2.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/input/InputSettings2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/input/InputSettings2.h -------------------------------------------------------------------------------- /src/gui/wxgui/input/PairingDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/input/PairingDialog.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/input/PairingDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/input/PairingDialog.h -------------------------------------------------------------------------------- /src/gui/wxgui/wxCemuConfig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/wxCemuConfig.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/wxCemuConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/wxCemuConfig.h -------------------------------------------------------------------------------- /src/gui/wxgui/wxHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/wxHelper.h -------------------------------------------------------------------------------- /src/gui/wxgui/wxWindowSystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/wxWindowSystem.cpp -------------------------------------------------------------------------------- /src/gui/wxgui/wxcomponents/checktree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/wxcomponents/checktree.h -------------------------------------------------------------------------------- /src/gui/wxgui/wxgui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/gui/wxgui/wxgui.h -------------------------------------------------------------------------------- /src/imgui/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/imgui/CMakeLists.txt -------------------------------------------------------------------------------- /src/imgui/imgui_extension.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/imgui/imgui_extension.cpp -------------------------------------------------------------------------------- /src/imgui/imgui_extension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/imgui/imgui_extension.h -------------------------------------------------------------------------------- /src/imgui/imgui_impl_opengl3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/imgui/imgui_impl_opengl3.cpp -------------------------------------------------------------------------------- /src/imgui/imgui_impl_opengl3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/imgui/imgui_impl_opengl3.h -------------------------------------------------------------------------------- /src/imgui/imgui_impl_vulkan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/imgui/imgui_impl_vulkan.cpp -------------------------------------------------------------------------------- /src/imgui/imgui_impl_vulkan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/imgui/imgui_impl_vulkan.h -------------------------------------------------------------------------------- /src/input/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/CMakeLists.txt -------------------------------------------------------------------------------- /src/input/ControllerFactory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/ControllerFactory.cpp -------------------------------------------------------------------------------- /src/input/ControllerFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/ControllerFactory.h -------------------------------------------------------------------------------- /src/input/InputManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/InputManager.cpp -------------------------------------------------------------------------------- /src/input/InputManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/InputManager.h -------------------------------------------------------------------------------- /src/input/api/Controller.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/api/Controller.cpp -------------------------------------------------------------------------------- /src/input/api/Controller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/api/Controller.h -------------------------------------------------------------------------------- /src/input/api/ControllerProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/api/ControllerProvider.h -------------------------------------------------------------------------------- /src/input/api/ControllerState.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/api/ControllerState.cpp -------------------------------------------------------------------------------- /src/input/api/ControllerState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/api/ControllerState.h -------------------------------------------------------------------------------- /src/input/api/DSU/DSUController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/api/DSU/DSUController.cpp -------------------------------------------------------------------------------- /src/input/api/DSU/DSUController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/api/DSU/DSUController.h -------------------------------------------------------------------------------- /src/input/api/DSU/DSUMessages.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/api/DSU/DSUMessages.cpp -------------------------------------------------------------------------------- /src/input/api/DSU/DSUMessages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/api/DSU/DSUMessages.h -------------------------------------------------------------------------------- /src/input/api/InputAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/api/InputAPI.h -------------------------------------------------------------------------------- /src/input/api/SDL/SDLController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/api/SDL/SDLController.cpp -------------------------------------------------------------------------------- /src/input/api/SDL/SDLController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/api/SDL/SDLController.h -------------------------------------------------------------------------------- /src/input/api/Wiimote/WiimoteDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/api/Wiimote/WiimoteDevice.h -------------------------------------------------------------------------------- /src/input/emulated/ClassicController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/emulated/ClassicController.h -------------------------------------------------------------------------------- /src/input/emulated/ProController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/emulated/ProController.cpp -------------------------------------------------------------------------------- /src/input/emulated/ProController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/emulated/ProController.h -------------------------------------------------------------------------------- /src/input/emulated/VPADController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/emulated/VPADController.cpp -------------------------------------------------------------------------------- /src/input/emulated/VPADController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/emulated/VPADController.h -------------------------------------------------------------------------------- /src/input/emulated/WPADController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/emulated/WPADController.cpp -------------------------------------------------------------------------------- /src/input/emulated/WPADController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/emulated/WPADController.h -------------------------------------------------------------------------------- /src/input/emulated/WiimoteController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/emulated/WiimoteController.h -------------------------------------------------------------------------------- /src/input/motion/Mahony.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/motion/Mahony.h -------------------------------------------------------------------------------- /src/input/motion/MotionHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/motion/MotionHandler.h -------------------------------------------------------------------------------- /src/input/motion/MotionSample.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/input/motion/MotionSample.h -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/main.cpp -------------------------------------------------------------------------------- /src/mainLLE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/mainLLE.cpp -------------------------------------------------------------------------------- /src/resource/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/CMakeLists.txt -------------------------------------------------------------------------------- /src/resource/CafeDefaultFont.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/CafeDefaultFont.cpp -------------------------------------------------------------------------------- /src/resource/IconsFontAwesome5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/IconsFontAwesome5.h -------------------------------------------------------------------------------- /src/resource/MacOSXBundleInfo.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/MacOSXBundleInfo.plist.in -------------------------------------------------------------------------------- /src/resource/cemu.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/cemu.icns -------------------------------------------------------------------------------- /src/resource/cemu.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/cemu.rc -------------------------------------------------------------------------------- /src/resource/embedded/DEBUGGER_BP.hpng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/embedded/DEBUGGER_BP.hpng -------------------------------------------------------------------------------- /src/resource/embedded/PNG_HELP.hpng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/embedded/PNG_HELP.hpng -------------------------------------------------------------------------------- /src/resource/embedded/PNG_REFRESH.hpng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/embedded/PNG_REFRESH.hpng -------------------------------------------------------------------------------- /src/resource/embedded/X_BOX.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/embedded/X_BOX.xpm -------------------------------------------------------------------------------- /src/resource/embedded/X_SETTINGS.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/embedded/X_SETTINGS.xpm -------------------------------------------------------------------------------- /src/resource/embedded/fontawesome.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/embedded/fontawesome.S -------------------------------------------------------------------------------- /src/resource/embedded/resources.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/embedded/resources.cpp -------------------------------------------------------------------------------- /src/resource/embedded/resources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/embedded/resources.h -------------------------------------------------------------------------------- /src/resource/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /src/resource/icons8-error-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/icons8-error-32.png -------------------------------------------------------------------------------- /src/resource/icons8-help-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/icons8-help-24.png -------------------------------------------------------------------------------- /src/resource/icons8-refresh-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/icons8-refresh-32.png -------------------------------------------------------------------------------- /src/resource/icons8_hotkeys.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/icons8_hotkeys.ico -------------------------------------------------------------------------------- /src/resource/icons8_hotkeys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/icons8_hotkeys.png -------------------------------------------------------------------------------- /src/resource/logo_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/logo_1.png -------------------------------------------------------------------------------- /src/resource/logo_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/logo_icon.ico -------------------------------------------------------------------------------- /src/resource/logo_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/logo_icon.png -------------------------------------------------------------------------------- /src/resource/logo_icon16.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/logo_icon16.ico -------------------------------------------------------------------------------- /src/resource/logo_icon2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/logo_icon2.ico -------------------------------------------------------------------------------- /src/resource/orig1024.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/orig1024.ico -------------------------------------------------------------------------------- /src/resource/output.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/output.ico -------------------------------------------------------------------------------- /src/resource/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/resource.h -------------------------------------------------------------------------------- /src/resource/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/resource/update.sh -------------------------------------------------------------------------------- /src/tools/ShaderCacheMerger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/tools/ShaderCacheMerger.cpp -------------------------------------------------------------------------------- /src/util/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/CMakeLists.txt -------------------------------------------------------------------------------- /src/util/ChunkedHeap/ChunkedHeap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/ChunkedHeap/ChunkedHeap.h -------------------------------------------------------------------------------- /src/util/DXGIWrapper/DXGIWrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/DXGIWrapper/DXGIWrapper.h -------------------------------------------------------------------------------- /src/util/EventService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/EventService.h -------------------------------------------------------------------------------- /src/util/Fiber/Fiber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/Fiber/Fiber.h -------------------------------------------------------------------------------- /src/util/Fiber/FiberUnix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/Fiber/FiberUnix.cpp -------------------------------------------------------------------------------- /src/util/Fiber/FiberWin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/Fiber/FiberWin.cpp -------------------------------------------------------------------------------- /src/util/ImageWriter/bmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/ImageWriter/bmp.h -------------------------------------------------------------------------------- /src/util/ImageWriter/tga.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/ImageWriter/tga.h -------------------------------------------------------------------------------- /src/util/IniParser/IniParser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/IniParser/IniParser.cpp -------------------------------------------------------------------------------- /src/util/IniParser/IniParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/IniParser/IniParser.h -------------------------------------------------------------------------------- /src/util/MemMapper/MemMapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/MemMapper/MemMapper.h -------------------------------------------------------------------------------- /src/util/MemMapper/MemMapperUnix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/MemMapper/MemMapperUnix.cpp -------------------------------------------------------------------------------- /src/util/MemMapper/MemMapperWin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/MemMapper/MemMapperWin.cpp -------------------------------------------------------------------------------- /src/util/ScreenSaver/ScreenSaver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/ScreenSaver/ScreenSaver.h -------------------------------------------------------------------------------- /src/util/SystemInfo/SystemInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/SystemInfo/SystemInfo.cpp -------------------------------------------------------------------------------- /src/util/SystemInfo/SystemInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/SystemInfo/SystemInfo.h -------------------------------------------------------------------------------- /src/util/SystemInfo/SystemInfoMac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/SystemInfo/SystemInfoMac.cpp -------------------------------------------------------------------------------- /src/util/SystemInfo/SystemInfoStub.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/SystemInfo/SystemInfoStub.cpp -------------------------------------------------------------------------------- /src/util/SystemInfo/SystemInfoUnix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/SystemInfo/SystemInfoUnix.cpp -------------------------------------------------------------------------------- /src/util/SystemInfo/SystemInfoWin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/SystemInfo/SystemInfoWin.cpp -------------------------------------------------------------------------------- /src/util/ThreadPool/ThreadPool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/ThreadPool/ThreadPool.h -------------------------------------------------------------------------------- /src/util/VirtualHeap/VirtualHeap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/VirtualHeap/VirtualHeap.cpp -------------------------------------------------------------------------------- /src/util/VirtualHeap/VirtualHeap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/VirtualHeap/VirtualHeap.h -------------------------------------------------------------------------------- /src/util/Zir/Core/IR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/Zir/Core/IR.cpp -------------------------------------------------------------------------------- /src/util/Zir/Core/IR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/Zir/Core/IR.h -------------------------------------------------------------------------------- /src/util/Zir/Core/ZirUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/Zir/Core/ZirUtility.h -------------------------------------------------------------------------------- /src/util/Zir/Core/ZpIRBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/Zir/Core/ZpIRBuilder.h -------------------------------------------------------------------------------- /src/util/Zir/Core/ZpIRDebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/Zir/Core/ZpIRDebug.h -------------------------------------------------------------------------------- /src/util/Zir/Core/ZpIRPasses.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/Zir/Core/ZpIRPasses.h -------------------------------------------------------------------------------- /src/util/Zir/Core/ZpIRScheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/Zir/Core/ZpIRScheduler.h -------------------------------------------------------------------------------- /src/util/boost/bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/boost/bluetooth.h -------------------------------------------------------------------------------- /src/util/bootSound/BootSoundReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/bootSound/BootSoundReader.cpp -------------------------------------------------------------------------------- /src/util/bootSound/BootSoundReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/bootSound/BootSoundReader.h -------------------------------------------------------------------------------- /src/util/containers/LookupTableL3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/containers/LookupTableL3.h -------------------------------------------------------------------------------- /src/util/containers/RangeStore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/containers/RangeStore.h -------------------------------------------------------------------------------- /src/util/containers/SmallBitset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/containers/SmallBitset.h -------------------------------------------------------------------------------- /src/util/containers/flat_hash_map.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/containers/flat_hash_map.hpp -------------------------------------------------------------------------------- /src/util/containers/robin_hood.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/containers/robin_hood.h -------------------------------------------------------------------------------- /src/util/crypto/aes128.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/crypto/aes128.cpp -------------------------------------------------------------------------------- /src/util/crypto/aes128.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/crypto/aes128.h -------------------------------------------------------------------------------- /src/util/crypto/crc32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/crypto/crc32.cpp -------------------------------------------------------------------------------- /src/util/crypto/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/crypto/crc32.h -------------------------------------------------------------------------------- /src/util/crypto/md5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/crypto/md5.cpp -------------------------------------------------------------------------------- /src/util/crypto/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/crypto/md5.h -------------------------------------------------------------------------------- /src/util/helpers/ClassWrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/ClassWrapper.h -------------------------------------------------------------------------------- /src/util/helpers/ConcurrentQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/ConcurrentQueue.h -------------------------------------------------------------------------------- /src/util/helpers/MapAdaptor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/MapAdaptor.h -------------------------------------------------------------------------------- /src/util/helpers/MemoryPool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/MemoryPool.h -------------------------------------------------------------------------------- /src/util/helpers/Semaphore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/Semaphore.h -------------------------------------------------------------------------------- /src/util/helpers/Serializer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/Serializer.cpp -------------------------------------------------------------------------------- /src/util/helpers/Serializer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/Serializer.h -------------------------------------------------------------------------------- /src/util/helpers/Singleton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/Singleton.h -------------------------------------------------------------------------------- /src/util/helpers/StringBuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/StringBuf.h -------------------------------------------------------------------------------- /src/util/helpers/StringHelpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/StringHelpers.h -------------------------------------------------------------------------------- /src/util/helpers/StringParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/StringParser.h -------------------------------------------------------------------------------- /src/util/helpers/SystemException.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/SystemException.h -------------------------------------------------------------------------------- /src/util/helpers/TempState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/TempState.h -------------------------------------------------------------------------------- /src/util/helpers/ZArchiveHelpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/ZArchiveHelpers.h -------------------------------------------------------------------------------- /src/util/helpers/enum_array.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/enum_array.hpp -------------------------------------------------------------------------------- /src/util/helpers/fixedSizeList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/fixedSizeList.h -------------------------------------------------------------------------------- /src/util/helpers/fspinlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/fspinlock.h -------------------------------------------------------------------------------- /src/util/helpers/helpers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/helpers.cpp -------------------------------------------------------------------------------- /src/util/helpers/helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/helpers.h -------------------------------------------------------------------------------- /src/util/helpers/ringbuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/helpers/ringbuffer.h -------------------------------------------------------------------------------- /src/util/libusbWrapper/libusbWrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/libusbWrapper/libusbWrapper.h -------------------------------------------------------------------------------- /src/util/math/glm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/math/glm.h -------------------------------------------------------------------------------- /src/util/math/quaternion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/math/quaternion.h -------------------------------------------------------------------------------- /src/util/math/vector2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/math/vector2.h -------------------------------------------------------------------------------- /src/util/math/vector3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/math/vector3.h -------------------------------------------------------------------------------- /src/util/tinyxml2/tinyxml2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/tinyxml2/tinyxml2.cpp -------------------------------------------------------------------------------- /src/util/tinyxml2/tinyxml2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/src/util/tinyxml2/tinyxml2.h -------------------------------------------------------------------------------- /vcpkg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSimco/Cemu/HEAD/vcpkg.json --------------------------------------------------------------------------------