├── .clang-format ├── .gitignore ├── .travis-deps.sh ├── .travis.yml ├── CHANGES ├── CMakeLists.txt ├── CONTRIBUTING.md ├── LICENSE ├── PORTING.md ├── README.md ├── README_DE.md ├── cinema ├── .gitignore ├── gb │ ├── mooneye-gb │ │ ├── LICENSE │ │ ├── acceptance │ │ │ ├── add_sp_e_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── bits │ │ │ │ ├── mem_oam │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ ├── reg_f │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ └── unused_hwio-GS │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ ├── boot_hwio-S │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── manifest.yml │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── boot_hwio-dmg0 │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── manifest.yml │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── boot_hwio-dmgABCXmgb │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ ├── test.sav │ │ │ │ └── test.sym │ │ │ ├── boot_regs-dmg │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── boot_regs-dmg0 │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── manifest.yml │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── boot_regs-dmgABCX │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── boot_regs-mgb │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── manifest.yml │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── boot_regs-sgb │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── manifest.yml │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── boot_regs-sgb2 │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── manifest.yml │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── call_cc_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── call_cc_timing2 │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── call_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── call_timing2 │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── di_timing-GS │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── div_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── ei_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── gpu │ │ │ │ ├── hblank_ly_scx_timing-GS │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── manifest.yml │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ ├── intr_1_2_timing-GS │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ ├── intr_2_0_timing │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ ├── intr_2_mode0_timing │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ ├── intr_2_mode0_timing_sprites │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ ├── intr_2_mode3_timing │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ ├── intr_2_oam_ok_timing │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ ├── lcdon_timing-dmgABCXmgbS │ │ │ │ │ ├── manifest.yml │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ ├── lcdon_write_timing-GS │ │ │ │ │ ├── manifest.yml │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ ├── stat_irq_blocking │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ └── vblank_stat_intr-GS │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ ├── halt_ime0_ei │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── halt_ime0_nointr_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── halt_ime1_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── halt_ime1_timing2-GS │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── hdma_lcdc │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── manifest.yml │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── if_ie_registers │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── interrupts │ │ │ │ └── ie_push │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ ├── intr_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── jp_cc_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── jp_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── ld_hl_sp_e_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── oam_dma_restart │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── oam_dma_start │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── manifest.yml │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── oam_dma_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── pop_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── push_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── manifest.yml │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── rapid_di_ei │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── ret_cc_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── ret_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── reti_intr_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── reti_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── rst_timing │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── serial │ │ │ │ └── boot_sclk_align-dmgABCXmgb │ │ │ │ │ ├── manifest.yml │ │ │ │ │ ├── test.gb │ │ │ │ │ ├── test.sav │ │ │ │ │ └── test.sym │ │ │ └── timer │ │ │ │ ├── div_write │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ │ ├── rapid_toggle │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── manifest.yml │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ │ ├── tim00 │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ │ ├── tim00_div_trigger │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ │ ├── tim01 │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ │ ├── tim01_div_trigger │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ │ ├── tim10 │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ │ ├── tim10_div_trigger │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ │ ├── tim11 │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ │ ├── tim11_div_trigger │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ │ ├── tima_reload │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ │ ├── tima_write_reloading │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ │ └── tma_write_reloading │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ ├── emulator-only │ │ │ ├── mbc1 │ │ │ │ ├── multicart_rom_8Mb │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ ├── ram_256Kb │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ ├── ram_64Kb │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ ├── rom_16Mb │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ ├── rom_1Mb │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ ├── rom_2Mb │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ ├── rom_4Mb │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ ├── rom_512Kb │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ │ └── rom_8Mb │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ └── mbc1_rom_4banks │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ ├── madness │ │ │ └── mgb_oam_dma_halt_sprites │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── manifest.yml │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ ├── manifest.yml │ │ ├── manual-only │ │ │ └── sprite_priority │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── manifest.yml │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ ├── misc │ │ │ ├── bits │ │ │ │ └── unused_hwio-C │ │ │ │ │ ├── baseline_0000.png │ │ │ │ │ ├── manifest.yml │ │ │ │ │ ├── test.gb │ │ │ │ │ └── test.sym │ │ │ ├── boot_hwio-C │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── manifest.yml │ │ │ │ ├── test.gb │ │ │ │ ├── test.sav │ │ │ │ └── test.sym │ │ │ ├── boot_regs-A │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── manifest.yml │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ ├── boot_regs-cgb │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── manifest.yml │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ │ └── gpu │ │ │ │ └── vblank_stat_intr-C │ │ │ │ ├── baseline_0000.png │ │ │ │ ├── manifest.yml │ │ │ │ ├── test.gb │ │ │ │ └── test.sym │ │ └── update.py │ └── window │ │ ├── 007wne-hud │ │ ├── baseline_0000.png │ │ ├── baseline_0001.png │ │ ├── baseline_0002.png │ │ ├── baseline_0003.png │ │ └── test.mvl │ │ ├── ccmmr-hud │ │ ├── baseline_0000.png │ │ ├── baseline_0001.png │ │ ├── baseline_0002.png │ │ ├── baseline_0003.png │ │ ├── baseline_0004.png │ │ ├── baseline_0005.png │ │ └── test.mvl │ │ ├── dk94-split │ │ ├── baseline_0000.png │ │ ├── baseline_0001.png │ │ ├── baseline_0002.png │ │ ├── baseline_0003.png │ │ ├── baseline_0004.png │ │ ├── baseline_0005.png │ │ ├── baseline_0006.png │ │ ├── baseline_0007.png │ │ ├── baseline_0008.png │ │ ├── test.mvl │ │ └── test.sav │ │ ├── gsc-battle │ │ ├── baseline_0000.png │ │ ├── baseline_0001.png │ │ ├── baseline_0002.png │ │ ├── baseline_0003.png │ │ ├── baseline_0004.png │ │ ├── test.mvl │ │ └── test.sav │ │ ├── kdt-battle │ │ ├── baseline_0000.png │ │ ├── baseline_0001.png │ │ ├── baseline_0002.png │ │ ├── baseline_0003.png │ │ ├── baseline_0004.png │ │ ├── baseline_0005.png │ │ ├── baseline_0006.png │ │ ├── baseline_0007.png │ │ ├── baseline_0008.png │ │ ├── baseline_0009.png │ │ └── test.mvl │ │ ├── rfs-hud │ │ ├── baseline_0000.png │ │ ├── baseline_0001.png │ │ ├── baseline_0002.png │ │ ├── baseline_0003.png │ │ ├── baseline_0004.png │ │ ├── baseline_0005.png │ │ ├── baseline_0006.png │ │ ├── baseline_0007.png │ │ ├── baseline_0008.png │ │ ├── baseline_0009.png │ │ ├── baseline_0010.png │ │ ├── baseline_0011.png │ │ ├── baseline_0012.png │ │ ├── baseline_0013.png │ │ ├── baseline_0014.png │ │ └── test.mvl │ │ ├── wmm-hud │ │ ├── baseline_0000.png │ │ ├── baseline_0001.png │ │ ├── baseline_0002.png │ │ ├── baseline_0003.png │ │ ├── baseline_0004.png │ │ ├── baseline_0005.png │ │ ├── baseline_0006.png │ │ ├── baseline_0007.png │ │ └── test.mvl │ │ └── zoos-intro │ │ ├── baseline_0000.png │ │ ├── baseline_0001.png │ │ ├── baseline_0002.png │ │ ├── baseline_0003.png │ │ ├── baseline_0004.png │ │ ├── baseline_0005.png │ │ ├── baseline_0006.png │ │ ├── test.mvl │ │ └── test.sav └── gba │ ├── bg │ └── lady-sia │ │ ├── baseline_0000.png │ │ ├── baseline_0001.png │ │ ├── baseline_0002.png │ │ ├── baseline_0003.png │ │ └── test.mvl │ ├── blend │ ├── gs-obj-modes │ │ ├── baseline_0000.png │ │ ├── baseline_0001.png │ │ ├── baseline_0002.png │ │ ├── baseline_0003.png │ │ ├── baseline_0004.png │ │ ├── baseline_0005.png │ │ └── test.mvl │ ├── kam-knockout │ │ ├── baseline_0000.png │ │ ├── baseline_0001.png │ │ ├── baseline_0002.png │ │ ├── baseline_0003.png │ │ └── test.mvl │ ├── mzm-layering │ │ ├── baseline_0000.png │ │ ├── baseline_0001.png │ │ ├── baseline_0002.png │ │ ├── baseline_0003.png │ │ ├── baseline_0004.png │ │ ├── baseline_0005.png │ │ ├── baseline_0006.png │ │ ├── baseline_0007.png │ │ ├── baseline_0008.png │ │ ├── baseline_0009.png │ │ ├── test.mvl │ │ └── test.sav │ └── sma-knockout │ │ ├── baseline_0000.png │ │ ├── baseline_0001.png │ │ ├── baseline_0002.png │ │ └── test.mvl │ ├── obj │ ├── cycle-limit-ad │ │ ├── baseline_0000.png │ │ ├── baseline_0001.png │ │ ├── baseline_0002.png │ │ ├── baseline_0003.png │ │ └── test.mvl │ ├── cycle-limit-nmj │ │ ├── baseline_0000.png │ │ ├── baseline_0001.png │ │ └── test.mvl │ ├── mosaic-height │ │ ├── baseline_0000.png │ │ ├── baseline_0001.png │ │ ├── baseline_0002.png │ │ ├── baseline_0003.png │ │ ├── baseline_0004.png │ │ ├── baseline_0005.png │ │ ├── baseline_0006.png │ │ ├── baseline_0007.png │ │ ├── baseline_0008.png │ │ ├── baseline_0009.png │ │ ├── baseline_0010.png │ │ ├── baseline_0011.png │ │ ├── baseline_0012.png │ │ ├── baseline_0013.png │ │ ├── baseline_0014.png │ │ ├── baseline_0015.png │ │ ├── baseline_0016.png │ │ └── test.mvl │ ├── unaligned-256-linear │ │ ├── baseline_0000.png │ │ ├── baseline_0001.png │ │ ├── baseline_0002.png │ │ ├── baseline_0003.png │ │ ├── baseline_0004.png │ │ ├── baseline_0005.png │ │ └── test.mvl │ └── unaligned-256 │ │ ├── baseline_0000.png │ │ ├── baseline_0001.png │ │ ├── baseline_0002.png │ │ ├── baseline_0003.png │ │ └── test.mvl │ └── window │ ├── gs-clock-wipe │ ├── baseline_0000.png │ ├── baseline_0001.png │ ├── baseline_0002.png │ ├── baseline_0003.png │ ├── baseline_0004.png │ ├── baseline_0005.png │ ├── baseline_0006.png │ ├── baseline_0007.png │ ├── baseline_0008.png │ ├── baseline_0009.png │ ├── baseline_0010.png │ ├── baseline_0011.png │ ├── baseline_0012.png │ ├── baseline_0013.png │ ├── baseline_0014.png │ ├── baseline_0015.png │ ├── baseline_0016.png │ ├── baseline_0017.png │ └── test.mvl │ ├── sthg-objwin-blend │ ├── baseline_0000.png │ ├── baseline_0001.png │ ├── baseline_0002.png │ ├── baseline_0003.png │ └── test.mvl │ ├── tgr-objwin-order │ ├── baseline_0000.png │ ├── baseline_0001.png │ ├── baseline_0002.png │ ├── baseline_0003.png │ ├── baseline_0004.png │ ├── baseline_0005.png │ ├── baseline_0006.png │ ├── baseline_0007.png │ ├── baseline_0008.png │ ├── baseline_0009.png │ ├── baseline_0010.png │ ├── baseline_0011.png │ ├── baseline_0012.png │ ├── baseline_0013.png │ ├── baseline_0014.png │ ├── baseline_0015.png │ ├── baseline_0016.png │ ├── baseline_0017.png │ ├── baseline_0018.png │ ├── baseline_0019.png │ ├── baseline_0020.png │ ├── baseline_0021.png │ ├── baseline_0022.png │ ├── baseline_0023.png │ ├── baseline_0024.png │ └── test.mvl │ └── zmc-window-mosaic │ ├── baseline_0000.png │ ├── baseline_0001.png │ ├── baseline_0002.png │ ├── baseline_0003.png │ ├── baseline_0004.png │ ├── baseline_0005.png │ ├── baseline_0006.png │ ├── baseline_0007.png │ ├── baseline_0008.png │ ├── baseline_0009.png │ ├── baseline_0010.png │ ├── baseline_0011.png │ ├── baseline_0012.png │ ├── baseline_0013.png │ ├── baseline_0014.png │ ├── baseline_0015.png │ ├── baseline_0016.png │ ├── baseline_0017.png │ ├── baseline_0018.png │ ├── baseline_0019.png │ ├── baseline_0020.png │ ├── baseline_0021.png │ ├── baseline_0022.png │ ├── baseline_0023.png │ ├── baseline_0024.png │ ├── baseline_0025.png │ ├── baseline_0026.png │ ├── baseline_0027.png │ └── test.mvl ├── doc ├── mgba-qt.6 └── mgba.6 ├── include ├── mgba-util │ ├── arm-algo.h │ ├── circle-buffer.h │ ├── common.h │ ├── configuration.h │ ├── crc32.h │ ├── elf-read.h │ ├── export.h │ ├── formatting.h │ ├── gui.h │ ├── gui │ │ ├── file-select.h │ │ ├── font-metrics.h │ │ ├── font.h │ │ └── menu.h │ ├── hash.h │ ├── math.h │ ├── memory.h │ ├── patch.h │ ├── patch │ │ ├── fast.h │ │ ├── ips.h │ │ └── ups.h │ ├── platform │ │ ├── 3ds │ │ │ ├── 3ds-vfs.h │ │ │ └── threading.h │ │ ├── posix │ │ │ └── threading.h │ │ ├── psp2 │ │ │ ├── sce-vfs.h │ │ │ └── threading.h │ │ ├── switch │ │ │ └── threading.h │ │ └── windows │ │ │ ├── getopt.h │ │ │ └── threading.h │ ├── png-io.h │ ├── ring-fifo.h │ ├── socket.h │ ├── string.h │ ├── table.h │ ├── text-codec.h │ ├── threading.h │ ├── vector.h │ └── vfs.h └── mgba │ ├── core │ ├── bitmap-cache.h │ ├── blip_buf.h │ ├── cache-set.h │ ├── cheats.h │ ├── config.h │ ├── core.h │ ├── cpu.h │ ├── directories.h │ ├── input.h │ ├── interface.h │ ├── library.h │ ├── lockstep.h │ ├── log.h │ ├── map-cache.h │ ├── mem-search.h │ ├── rewind.h │ ├── scripting.h │ ├── serialize.h │ ├── sync.h │ ├── thread.h │ ├── tile-cache.h │ ├── timing.h │ └── version.h │ ├── debugger │ └── debugger.h │ ├── feature │ ├── commandline.h │ ├── thread-proxy.h │ └── video-logger.h │ ├── gb │ ├── core.h │ └── interface.h │ ├── gba │ ├── core.h │ └── interface.h │ └── internal │ ├── arm │ ├── arm.h │ ├── debugger │ │ ├── cli-debugger.h │ │ ├── debugger.h │ │ └── memory-debugger.h │ ├── decoder-inlines.h │ ├── decoder.h │ ├── emitter-arm.h │ ├── emitter-inlines.h │ ├── emitter-thumb.h │ ├── isa-arm.h │ ├── isa-inlines.h │ ├── isa-thumb.h │ └── macros.h │ ├── debugger │ ├── cli-debugger.h │ ├── gdb-stub.h │ ├── parser.h │ └── symbols.h │ ├── gb │ ├── audio.h │ ├── cheats.h │ ├── debugger │ │ ├── debugger.h │ │ └── symbols.h │ ├── extra │ │ └── cli.h │ ├── gb.h │ ├── io.h │ ├── mbc.h │ ├── memory.h │ ├── overrides.h │ ├── renderers │ │ ├── cache-set.h │ │ ├── proxy.h │ │ └── software.h │ ├── serialize.h │ ├── sio.h │ ├── sio │ │ ├── lockstep.h │ │ └── printer.h │ ├── timer.h │ └── video.h │ ├── gba │ ├── audio.h │ ├── bios.h │ ├── cheats.h │ ├── dma.h │ ├── extra │ │ ├── audio-mixer.h │ │ └── cli.h │ ├── gba.h │ ├── hardware.h │ ├── input.h │ ├── io.h │ ├── matrix.h │ ├── memory.h │ ├── overrides.h │ ├── renderers │ │ ├── cache-set.h │ │ ├── common.h │ │ ├── gl.h │ │ ├── proxy.h │ │ └── video-software.h │ ├── rr │ │ ├── mgm.h │ │ ├── rr.h │ │ └── vbm.h │ ├── savedata.h │ ├── serialize.h │ ├── sharkport.h │ ├── sio.h │ ├── sio │ │ └── lockstep.h │ ├── timer.h │ ├── vfame.h │ └── video.h │ └── lr35902 │ ├── debugger │ ├── cli-debugger.h │ ├── debugger.h │ └── memory-debugger.h │ ├── decoder.h │ ├── emitter-lr35902.h │ ├── isa-lr35902.h │ └── lr35902.h ├── opt └── libgba │ ├── mgba.c │ └── mgba.h ├── res ├── exe4 │ ├── chip-names.txt │ └── placeholder.png ├── exe5 │ ├── chip-names.txt │ └── placeholder.png ├── exe6 │ ├── chip-names.txt │ └── placeholder.png ├── font-new.png ├── font.png ├── font2x.png ├── icons.png ├── icons2x.png ├── info.plist.in ├── keymap.qpic ├── keymap.svg ├── licenses │ ├── blip_buf.txt │ ├── discord-rpc.txt │ ├── inih.txt │ ├── mingw-std-threads.txt │ └── rapidjson.txt ├── mgba-1024.png ├── mgba-128.png ├── mgba-16.png ├── mgba-24.png ├── mgba-256.png ├── mgba-32.png ├── mgba-48.png ├── mgba-512.png ├── mgba-64.png ├── mgba-96.png ├── mgba-qt.desktop ├── mgba.icns ├── mgba.ico ├── mgba.rc.in ├── no-cam.png ├── nointro.dat ├── patrons.txt └── shaders │ ├── agb001.shader │ ├── agb001.fs │ └── manifest.ini │ ├── ags001.shader │ ├── ags001-light.fs │ ├── ags001.fs │ └── manifest.ini │ ├── fish.shader │ ├── fish.fs │ └── manifest.ini │ ├── gba-color.shader │ ├── gba-color.fs │ └── manifest.ini │ ├── lcd.shader │ ├── lcd.fs │ └── manifest.ini │ ├── motion_blur.shader │ ├── manifest.ini │ └── motion_blur.fs │ ├── pixelate.shader │ └── manifest.ini │ ├── scanlines.shader │ ├── manifest.ini │ └── scanlines.fs │ ├── soften.shader │ ├── manifest.ini │ └── soften.fs │ ├── vba_pixelate.shader │ ├── manifest.ini │ └── vba_pixelate.fs │ ├── vignette.shader │ ├── manifest.ini │ └── vignette.fs │ ├── wiiu.shader │ ├── manifest.ini │ └── wiiu.fs │ ├── xbr-lv2.shader │ ├── manifest.ini │ ├── xbr.fs │ └── xbr.vs │ └── xbr-lv3.shader │ ├── manifest.ini │ ├── xbr.fs │ └── xbr.vs ├── src ├── arm │ ├── arm.c │ ├── debugger │ │ ├── cli-debugger.c │ │ ├── debugger.c │ │ └── memory-debugger.c │ ├── decoder-arm.c │ ├── decoder-thumb.c │ ├── decoder.c │ ├── isa-arm.c │ └── isa-thumb.c ├── core │ ├── bitmap-cache.c │ ├── cache-set.c │ ├── cheats.c │ ├── config.c │ ├── core.c │ ├── directories.c │ ├── flags.h.in │ ├── input.c │ ├── interface.c │ ├── library.c │ ├── lockstep.c │ ├── log.c │ ├── map-cache.c │ ├── mem-search.c │ ├── rewind.c │ ├── scripting.c │ ├── serialize.c │ ├── sync.c │ ├── test │ │ ├── core.c │ │ └── core.h │ ├── thread.c │ ├── tile-cache.c │ ├── timing.c │ └── version.c.in ├── debugger │ ├── cli-debugger.c │ ├── debugger.c │ ├── gdb-stub.c │ ├── parser.c │ ├── symbols.c │ └── test │ │ ├── lexer.c │ │ └── parser.c ├── feature │ ├── commandline.c │ ├── editline │ │ ├── cli-el-backend.c │ │ └── cli-el-backend.h │ ├── ffmpeg │ │ ├── ffmpeg-encoder.c │ │ └── ffmpeg-encoder.h │ ├── gui │ │ ├── gui-config.c │ │ ├── gui-config.h │ │ ├── gui-runner.c │ │ ├── gui-runner.h │ │ ├── remap.c │ │ └── remap.h │ ├── imagemagick │ │ ├── imagemagick-gif-encoder.c │ │ └── imagemagick-gif-encoder.h │ ├── sqlite3 │ │ ├── no-intro.c │ │ └── no-intro.h │ ├── thread-proxy.c │ └── video-logger.c ├── gb │ ├── audio.c │ ├── cheats.c │ ├── core.c │ ├── debugger │ │ ├── cli.c │ │ ├── debugger.c │ │ └── symbols.c │ ├── extra │ │ └── proxy.c │ ├── gb.c │ ├── io.c │ ├── mbc.c │ ├── memory.c │ ├── overrides.c │ ├── renderers │ │ ├── cache-set.c │ │ └── software.c │ ├── serialize.c │ ├── sio.c │ ├── sio │ │ ├── lockstep.c │ │ └── printer.c │ ├── test │ │ ├── core.c │ │ ├── mbc.c │ │ ├── memory.c │ │ └── rtc.c │ ├── timer.c │ └── video.c ├── gba │ ├── audio.c │ ├── bios.c │ ├── cheats.c │ ├── cheats │ │ ├── codebreaker.c │ │ ├── gameshark.c │ │ ├── gameshark.h │ │ ├── parv3.c │ │ └── parv3.h │ ├── core.c │ ├── debugger │ │ └── cli.c │ ├── dma.c │ ├── extra │ │ ├── audio-mixer.c │ │ ├── battlechip.c │ │ └── proxy.c │ ├── gba.c │ ├── hardware.c │ ├── hle-bios.c │ ├── hle-bios.h │ ├── hle-bios.make │ ├── hle-bios.s │ ├── input.c │ ├── io.c │ ├── matrix.c │ ├── memory.c │ ├── overrides.c │ ├── renderers │ │ ├── cache-set.c │ │ ├── common.c │ │ ├── gl.c │ │ ├── software-bg.c │ │ ├── software-mode0.c │ │ ├── software-obj.c │ │ ├── software-private.h │ │ └── video-software.c │ ├── rr │ │ ├── mgm.c │ │ ├── rr.c │ │ └── vbm.c │ ├── savedata.c │ ├── serialize.c │ ├── sharkport.c │ ├── sio.c │ ├── sio │ │ ├── joybus.c │ │ └── lockstep.c │ ├── test │ │ ├── cheats.c │ │ └── core.c │ ├── timer.c │ ├── vfame.c │ └── video.c ├── lr35902 │ ├── debugger │ │ ├── cli-debugger.c │ │ ├── debugger.c │ │ └── memory-debugger.c │ ├── decoder.c │ ├── isa-lr35902.c │ └── lr35902.c ├── platform │ ├── 3ds │ │ ├── 3ds-memory.c │ │ ├── 3ds-vfs.c │ │ ├── CMakeLists.txt │ │ ├── CMakeToolchain.txt │ │ ├── banner.cgfx │ │ ├── bios.wav │ │ ├── cia.rsf.in │ │ ├── ctr-gpu.c │ │ ├── ctr-gpu.h │ │ ├── ctru-heap.c │ │ ├── gui-font.c │ │ ├── hbl.xml │ │ ├── icons.raw │ │ ├── main.c │ │ ├── socket.c │ │ ├── uishader.g.pica │ │ └── uishader.v.pica │ ├── cmake │ │ └── devkitPro.cmake │ ├── example │ │ └── client-server │ │ │ ├── client.c │ │ │ └── server.c │ ├── libretro │ │ ├── libretro.c │ │ └── libretro.h │ ├── openemu │ │ ├── Info.plist.in │ │ ├── OEGBASystemResponderClient.h │ │ ├── mGBAGameCore.h │ │ └── mGBAGameCore.m │ ├── opengl │ │ ├── gl.c │ │ ├── gl.h │ │ ├── gles2.c │ │ └── gles2.h │ ├── posix │ │ └── memory.c │ ├── psp2 │ │ ├── CMakeLists.txt │ │ ├── CMakeToolchain.vitasdk │ │ ├── backdrop.png │ │ ├── bg.png │ │ ├── gui-font.c │ │ ├── icon0.png │ │ ├── main.c │ │ ├── pic0.png │ │ ├── psp2-common.h │ │ ├── psp2-context.c │ │ ├── psp2-context.h │ │ ├── psp2-memory.c │ │ ├── sce-vfs.c │ │ ├── startup.png │ │ └── template.xml.in │ ├── python │ │ ├── .gitignore │ │ ├── .pylintrc │ │ ├── CMakeLists.txt │ │ ├── _builder.h │ │ ├── _builder.py │ │ ├── cinema │ │ │ ├── __init__.py │ │ │ ├── movie.py │ │ │ ├── test.py │ │ │ └── util.py │ │ ├── conftest.py │ │ ├── core.c │ │ ├── core.h │ │ ├── engine.c │ │ ├── engine.h │ │ ├── lib.h │ │ ├── log.c │ │ ├── log.h │ │ ├── mgba │ │ │ ├── __init__.py │ │ │ ├── arm.py │ │ │ ├── audio.py │ │ │ ├── core.py │ │ │ ├── debugger.py │ │ │ ├── gamedata.py │ │ │ ├── gb.py │ │ │ ├── gba.py │ │ │ ├── image.py │ │ │ ├── log.py │ │ │ ├── lr35902.py │ │ │ ├── memory.py │ │ │ ├── png.py │ │ │ ├── thread.py │ │ │ ├── tile.py │ │ │ └── vfs.py │ │ ├── pycommon.h │ │ ├── setup.cfg │ │ ├── setup.py │ │ ├── sio.c │ │ ├── sio.h │ │ ├── test_cinema.py │ │ ├── tests │ │ │ ├── __init__.py │ │ │ └── mgba │ │ │ │ ├── __init__.py │ │ │ │ ├── test_core.py │ │ │ │ └── test_vfs.py │ │ ├── vfs-py.c │ │ └── vfs-py.h │ ├── qt │ │ ├── AboutScreen.cpp │ │ ├── AboutScreen.h │ │ ├── AboutScreen.ui │ │ ├── AbstractUpdater.cpp │ │ ├── AbstractUpdater.h │ │ ├── Action.cpp │ │ ├── Action.h │ │ ├── ActionMapper.cpp │ │ ├── ActionMapper.h │ │ ├── ArchiveInspector.cpp │ │ ├── ArchiveInspector.h │ │ ├── ArchiveInspector.ui │ │ ├── AssetTile.cpp │ │ ├── AssetTile.h │ │ ├── AssetTile.ui │ │ ├── AssetView.cpp │ │ ├── AssetView.h │ │ ├── AudioDevice.cpp │ │ ├── AudioDevice.h │ │ ├── AudioProcessor.cpp │ │ ├── AudioProcessor.h │ │ ├── AudioProcessorQt.cpp │ │ ├── AudioProcessorQt.h │ │ ├── AudioProcessorSDL.cpp │ │ ├── AudioProcessorSDL.h │ │ ├── BattleChipModel.cpp │ │ ├── BattleChipModel.h │ │ ├── BattleChipUpdater.cpp │ │ ├── BattleChipUpdater.h │ │ ├── BattleChipView.cpp │ │ ├── BattleChipView.h │ │ ├── BattleChipView.ui │ │ ├── CMakeLists.txt │ │ ├── CheatsModel.cpp │ │ ├── CheatsModel.h │ │ ├── CheatsView.cpp │ │ ├── CheatsView.h │ │ ├── CheatsView.ui │ │ ├── ColorPicker.cpp │ │ ├── ColorPicker.h │ │ ├── ConfigController.cpp │ │ ├── ConfigController.h │ │ ├── CoreController.cpp │ │ ├── CoreController.h │ │ ├── CoreManager.cpp │ │ ├── CoreManager.h │ │ ├── DebuggerConsole.cpp │ │ ├── DebuggerConsole.h │ │ ├── DebuggerConsole.ui │ │ ├── DebuggerConsoleController.cpp │ │ ├── DebuggerConsoleController.h │ │ ├── DebuggerController.cpp │ │ ├── DebuggerController.h │ │ ├── DiscordCoordinator.cpp │ │ ├── DiscordCoordinator.h │ │ ├── Display.cpp │ │ ├── Display.h │ │ ├── DisplayGL.cpp │ │ ├── DisplayGL.h │ │ ├── DisplayQt.cpp │ │ ├── DisplayQt.h │ │ ├── GBAApp.cpp │ │ ├── GBAApp.h │ │ ├── GBAKeyEditor.cpp │ │ ├── GBAKeyEditor.h │ │ ├── GBAOverride.cpp │ │ ├── GBAOverride.h │ │ ├── GBOverride.cpp │ │ ├── GBOverride.h │ │ ├── GDBController.cpp │ │ ├── GDBController.h │ │ ├── GDBWindow.cpp │ │ ├── GDBWindow.h │ │ ├── GIFView.cpp │ │ ├── GIFView.h │ │ ├── GIFView.ui │ │ ├── GamepadAxisEvent.cpp │ │ ├── GamepadAxisEvent.h │ │ ├── GamepadButtonEvent.cpp │ │ ├── GamepadButtonEvent.h │ │ ├── GamepadHatEvent.cpp │ │ ├── GamepadHatEvent.h │ │ ├── IOViewer.cpp │ │ ├── IOViewer.h │ │ ├── IOViewer.ui │ │ ├── InputController.cpp │ │ ├── InputController.h │ │ ├── InputProfile.cpp │ │ ├── InputProfile.h │ │ ├── KeyEditor.cpp │ │ ├── KeyEditor.h │ │ ├── LoadSaveState.cpp │ │ ├── LoadSaveState.h │ │ ├── LoadSaveState.ui │ │ ├── LogConfigModel.cpp │ │ ├── LogConfigModel.h │ │ ├── LogController.cpp │ │ ├── LogController.h │ │ ├── LogView.cpp │ │ ├── LogView.h │ │ ├── LogView.ui │ │ ├── MapView.cpp │ │ ├── MapView.h │ │ ├── MapView.ui │ │ ├── MemoryModel.cpp │ │ ├── MemoryModel.h │ │ ├── MemorySearch.cpp │ │ ├── MemorySearch.h │ │ ├── MemorySearch.ui │ │ ├── MemoryView.cpp │ │ ├── MemoryView.h │ │ ├── MemoryView.ui │ │ ├── MessagePainter.cpp │ │ ├── MessagePainter.h │ │ ├── MultiplayerController.cpp │ │ ├── MultiplayerController.h │ │ ├── ObjView.cpp │ │ ├── ObjView.h │ │ ├── ObjView.ui │ │ ├── Override.h │ │ ├── OverrideView.cpp │ │ ├── OverrideView.h │ │ ├── OverrideView.ui │ │ ├── PaletteView.cpp │ │ ├── PaletteView.h │ │ ├── PaletteView.ui │ │ ├── PlacementControl.cpp │ │ ├── PlacementControl.h │ │ ├── PlacementControl.ui │ │ ├── PrinterView.cpp │ │ ├── PrinterView.h │ │ ├── PrinterView.ui │ │ ├── ROMInfo.cpp │ │ ├── ROMInfo.h │ │ ├── ROMInfo.ui │ │ ├── RegisterView.cpp │ │ ├── RegisterView.h │ │ ├── RotatedHeaderView.cpp │ │ ├── RotatedHeaderView.h │ │ ├── SavestateButton.cpp │ │ ├── SavestateButton.h │ │ ├── SensorView.cpp │ │ ├── SensorView.h │ │ ├── SensorView.ui │ │ ├── SettingsView.cpp │ │ ├── SettingsView.h │ │ ├── SettingsView.ui │ │ ├── ShaderSelector.cpp │ │ ├── ShaderSelector.h │ │ ├── ShaderSelector.ui │ │ ├── ShortcutController.cpp │ │ ├── ShortcutController.h │ │ ├── ShortcutModel.cpp │ │ ├── ShortcutModel.h │ │ ├── ShortcutView.cpp │ │ ├── ShortcutView.h │ │ ├── ShortcutView.ui │ │ ├── Swatch.cpp │ │ ├── Swatch.h │ │ ├── TilePainter.cpp │ │ ├── TilePainter.h │ │ ├── TileView.cpp │ │ ├── TileView.h │ │ ├── TileView.ui │ │ ├── VFileDevice.cpp │ │ ├── VFileDevice.h │ │ ├── VideoDumper.cpp │ │ ├── VideoDumper.h │ │ ├── VideoProxy.cpp │ │ ├── VideoProxy.h │ │ ├── VideoView.cpp │ │ ├── VideoView.h │ │ ├── VideoView.ui │ │ ├── Window.cpp │ │ ├── Window.h │ │ ├── library │ │ │ ├── LibraryController.cpp │ │ │ ├── LibraryController.h │ │ │ ├── LibraryGrid.cpp │ │ │ ├── LibraryGrid.h │ │ │ ├── LibraryTree.cpp │ │ │ └── LibraryTree.h │ │ ├── main.cpp │ │ ├── resources.qrc │ │ ├── ts.cmake │ │ ├── ts │ │ │ ├── mgba-de.ts │ │ │ ├── mgba-es.ts │ │ │ ├── mgba-fr.ts │ │ │ ├── mgba-it.ts │ │ │ ├── mgba-ko.ts │ │ │ ├── mgba-tr.ts │ │ │ └── mgba-zh_CN.ts │ │ ├── utils.cpp │ │ └── utils.h │ ├── sdl │ │ ├── CMakeLists.txt │ │ ├── gl-common.c │ │ ├── gl-common.h │ │ ├── gl-sdl.c │ │ ├── gles2-sdl.c │ │ ├── main.c │ │ ├── main.h │ │ ├── pandora-sdl.c │ │ ├── rpi-common.c │ │ ├── rpi-common.h │ │ ├── sdl-audio.c │ │ ├── sdl-audio.h │ │ ├── sdl-events.c │ │ ├── sdl-events.h │ │ ├── sw-sdl1.c │ │ └── sw-sdl2.c │ ├── switch │ │ ├── CMakeLists.txt │ │ ├── CMakeToolchain.txt │ │ ├── gui-font.c │ │ ├── icon.jpg │ │ ├── main.c │ │ └── memory.c │ ├── test │ │ ├── fuzz-main.c │ │ ├── perf-main.c │ │ └── tbl-fuzz-main.c │ ├── video-backend.h │ ├── wii │ │ ├── CMakeLists.txt │ │ ├── CMakeToolchain.txt │ │ ├── font.tpl │ │ ├── gui-font.c │ │ ├── icon.png │ │ ├── icons.tpl │ │ ├── main.c │ │ ├── meta.xml.in │ │ └── wii-memory.c │ └── windows │ │ ├── memory.c │ │ ├── setup │ │ ├── setup.ico │ │ ├── setup.iss.in │ │ └── wizard-image.bmp │ │ └── vfs-w32.c ├── third-party │ ├── blip_buf │ │ ├── blip_buf.c │ │ └── license.txt │ ├── discord-rpc │ │ ├── .clang-format │ │ ├── .gitignore │ │ ├── CMakeLists.txt │ │ ├── LICENSE │ │ ├── README.md │ │ ├── include │ │ │ ├── discord_register.h │ │ │ ├── discord_rpc.h │ │ │ ├── mingw-std-threads │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── condition_variable │ │ │ │ ├── mutex │ │ │ │ ├── shared_mutex │ │ │ │ └── thread │ │ │ └── rapidjson │ │ │ │ ├── allocators.h │ │ │ │ ├── document.h │ │ │ │ ├── encodedstream.h │ │ │ │ ├── encodings.h │ │ │ │ ├── error │ │ │ │ ├── en.h │ │ │ │ └── error.h │ │ │ │ ├── filereadstream.h │ │ │ │ ├── filewritestream.h │ │ │ │ ├── fwd.h │ │ │ │ ├── internal │ │ │ │ ├── biginteger.h │ │ │ │ ├── diyfp.h │ │ │ │ ├── dtoa.h │ │ │ │ ├── ieee754.h │ │ │ │ ├── itoa.h │ │ │ │ ├── meta.h │ │ │ │ ├── pow10.h │ │ │ │ ├── regex.h │ │ │ │ ├── stack.h │ │ │ │ ├── strfunc.h │ │ │ │ ├── strtod.h │ │ │ │ └── swap.h │ │ │ │ ├── istreamwrapper.h │ │ │ │ ├── license.txt │ │ │ │ ├── memorybuffer.h │ │ │ │ ├── memorystream.h │ │ │ │ ├── msinttypes │ │ │ │ ├── inttypes.h │ │ │ │ └── stdint.h │ │ │ │ ├── ostreamwrapper.h │ │ │ │ ├── pointer.h │ │ │ │ ├── prettywriter.h │ │ │ │ ├── rapidjson.h │ │ │ │ ├── reader.h │ │ │ │ ├── schema.h │ │ │ │ ├── stream.h │ │ │ │ ├── stringbuffer.h │ │ │ │ └── writer.h │ │ └── src │ │ │ ├── CMakeLists.txt │ │ │ ├── backoff.h │ │ │ ├── connection.h │ │ │ ├── connection_unix.cpp │ │ │ ├── connection_win.cpp │ │ │ ├── discord_register_linux.cpp │ │ │ ├── discord_register_osx.m │ │ │ ├── discord_register_win.cpp │ │ │ ├── discord_rpc.cpp │ │ │ ├── dllmain.cpp │ │ │ ├── msg_queue.h │ │ │ ├── rpc_connection.cpp │ │ │ ├── rpc_connection.h │ │ │ ├── serialization.cpp │ │ │ └── serialization.h │ ├── inih │ │ ├── LICENSE.txt │ │ ├── README.md │ │ ├── ini.c │ │ └── ini.h │ ├── libpng │ │ ├── ANNOUNCE │ │ ├── CHANGES │ │ ├── CMakeLists.txt │ │ ├── INSTALL │ │ ├── LICENSE │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── README │ │ ├── TODO │ │ ├── aclocal.m4 │ │ ├── arm │ │ │ ├── arm_init.c │ │ │ ├── filter_neon.S │ │ │ └── filter_neon_intrinsics.c │ │ ├── autogen.sh │ │ ├── compile │ │ ├── config.guess │ │ ├── config.h.in │ │ ├── config.sub │ │ ├── configure │ │ ├── configure.ac │ │ ├── contrib │ │ │ ├── README.txt │ │ │ ├── arm-neon │ │ │ │ ├── README │ │ │ │ ├── android-ndk.c │ │ │ │ ├── linux-auxv.c │ │ │ │ └── linux.c │ │ │ ├── conftest │ │ │ │ ├── README │ │ │ │ ├── pngcp.dfa │ │ │ │ ├── read.dfa │ │ │ │ ├── s_read.dfa │ │ │ │ ├── s_write.dfa │ │ │ │ ├── simple.dfa │ │ │ │ └── write.dfa │ │ │ ├── examples │ │ │ │ ├── README.txt │ │ │ │ ├── iccfrompng.c │ │ │ │ ├── pngpixel.c │ │ │ │ ├── pngtopng.c │ │ │ │ └── simpleover.c │ │ │ ├── gregbook │ │ │ │ ├── COPYING │ │ │ │ ├── LICENSE │ │ │ │ ├── Makefile.mingw32 │ │ │ │ ├── Makefile.sgi │ │ │ │ ├── Makefile.unx │ │ │ │ ├── Makefile.w32 │ │ │ │ ├── README │ │ │ │ ├── makevms.com │ │ │ │ ├── readpng.c │ │ │ │ ├── readpng.h │ │ │ │ ├── readpng2.c │ │ │ │ ├── readpng2.h │ │ │ │ ├── readppm.c │ │ │ │ ├── rpng-win.c │ │ │ │ ├── rpng-x.c │ │ │ │ ├── rpng2-win.c │ │ │ │ ├── rpng2-x.c │ │ │ │ ├── toucan.png │ │ │ │ ├── wpng.c │ │ │ │ ├── writepng.c │ │ │ │ └── writepng.h │ │ │ ├── libtests │ │ │ │ ├── fakepng.c │ │ │ │ ├── gentests.sh │ │ │ │ ├── makepng.c │ │ │ │ ├── pngimage.c │ │ │ │ ├── pngstest-errors.h │ │ │ │ ├── pngstest.c │ │ │ │ ├── pngunknown.c │ │ │ │ ├── pngvalid.c │ │ │ │ ├── readpng.c │ │ │ │ ├── tarith.c │ │ │ │ └── timepng.c │ │ │ ├── mips-msa │ │ │ │ ├── README │ │ │ │ └── linux.c │ │ │ ├── oss-fuzz │ │ │ │ ├── Dockerfile │ │ │ │ ├── README.txt │ │ │ │ ├── build.sh │ │ │ │ ├── libpng_read_fuzzer.cc │ │ │ │ ├── libpng_read_fuzzer.options │ │ │ │ ├── newcc │ │ │ │ └── png.dict │ │ │ ├── pngminim │ │ │ │ ├── README │ │ │ │ ├── decoder │ │ │ │ │ ├── README │ │ │ │ │ ├── makefile │ │ │ │ │ ├── pngusr.dfa │ │ │ │ │ └── pngusr.h │ │ │ │ ├── encoder │ │ │ │ │ ├── README │ │ │ │ │ ├── makefile │ │ │ │ │ ├── pngusr.dfa │ │ │ │ │ └── pngusr.h │ │ │ │ └── preader │ │ │ │ │ ├── README │ │ │ │ │ ├── makefile │ │ │ │ │ ├── pngusr.dfa │ │ │ │ │ └── pngusr.h │ │ │ ├── pngminus │ │ │ │ ├── README │ │ │ │ ├── makefile.std │ │ │ │ ├── makefile.tc3 │ │ │ │ ├── makevms.com │ │ │ │ ├── png2pnm.bat │ │ │ │ ├── png2pnm.c │ │ │ │ ├── png2pnm.sh │ │ │ │ ├── pngminus.bat │ │ │ │ ├── pngminus.sh │ │ │ │ ├── pnm2png.bat │ │ │ │ ├── pnm2png.c │ │ │ │ └── pnm2png.sh │ │ │ ├── pngsuite │ │ │ │ ├── README │ │ │ │ ├── basn0g01.png │ │ │ │ ├── basn0g02.png │ │ │ │ ├── basn0g04.png │ │ │ │ ├── basn0g08.png │ │ │ │ ├── basn0g16.png │ │ │ │ ├── basn2c08.png │ │ │ │ ├── basn2c16.png │ │ │ │ ├── basn3p01.png │ │ │ │ ├── basn3p02.png │ │ │ │ ├── basn3p04.png │ │ │ │ ├── basn3p08.png │ │ │ │ ├── basn4a08.png │ │ │ │ ├── basn4a16.png │ │ │ │ ├── basn6a08.png │ │ │ │ ├── basn6a16.png │ │ │ │ ├── ftbbn0g01.png │ │ │ │ ├── ftbbn0g02.png │ │ │ │ ├── ftbbn0g04.png │ │ │ │ ├── ftbbn2c16.png │ │ │ │ ├── ftbbn3p08.png │ │ │ │ ├── ftbgn2c16.png │ │ │ │ ├── ftbgn3p08.png │ │ │ │ ├── ftbrn2c08.png │ │ │ │ ├── ftbwn0g16.png │ │ │ │ ├── ftbwn3p08.png │ │ │ │ ├── ftbyn3p08.png │ │ │ │ ├── ftp0n0g08.png │ │ │ │ ├── ftp0n2c08.png │ │ │ │ ├── ftp0n3p08.png │ │ │ │ └── ftp1n3p08.png │ │ │ ├── powerpc-vsx │ │ │ │ ├── README │ │ │ │ ├── linux.c │ │ │ │ └── linux_aux.c │ │ │ ├── testpngs │ │ │ │ ├── crashers │ │ │ │ │ ├── bad_iCCP.png │ │ │ │ │ ├── badadler.png │ │ │ │ │ ├── badcrc.png │ │ │ │ │ ├── empty_ancillary_chunks.png │ │ │ │ │ ├── huge_IDAT.png │ │ │ │ │ ├── huge_bKGD_chunk.png │ │ │ │ │ ├── huge_cHRM_chunk.png │ │ │ │ │ ├── huge_eXIf_chunk.png │ │ │ │ │ ├── huge_gAMA_chunk.png │ │ │ │ │ ├── huge_hIST_chunk.png │ │ │ │ │ ├── huge_iCCP_chunk.png │ │ │ │ │ ├── huge_iTXt_chunk.png │ │ │ │ │ ├── huge_juNK_unsafe_to_copy.png │ │ │ │ │ ├── huge_juNk_safe_to_copy.png │ │ │ │ │ ├── huge_pCAL_chunk.png │ │ │ │ │ ├── huge_pHYs_chunk.png │ │ │ │ │ ├── huge_sCAL_chunk.png │ │ │ │ │ ├── huge_sPLT_chunk.png │ │ │ │ │ ├── huge_sRGB_chunk.png │ │ │ │ │ ├── huge_sTER_chunk.png │ │ │ │ │ ├── huge_tEXt_chunk.png │ │ │ │ │ ├── huge_tIME_chunk.png │ │ │ │ │ └── huge_zTXt_chunk.png │ │ │ │ ├── gray-1-1.8-tRNS.png │ │ │ │ ├── gray-1-1.8.png │ │ │ │ ├── gray-1-linear-tRNS.png │ │ │ │ ├── gray-1-linear.png │ │ │ │ ├── gray-1-sRGB-tRNS.png │ │ │ │ ├── gray-1-sRGB.png │ │ │ │ ├── gray-1-tRNS.png │ │ │ │ ├── gray-1.png │ │ │ │ ├── gray-16-1.8-tRNS.png │ │ │ │ ├── gray-16-1.8.png │ │ │ │ ├── gray-16-linear-tRNS.png │ │ │ │ ├── gray-16-linear.png │ │ │ │ ├── gray-16-sRGB-tRNS.png │ │ │ │ ├── gray-16-sRGB.png │ │ │ │ ├── gray-16-tRNS.png │ │ │ │ ├── gray-16.png │ │ │ │ ├── gray-2-1.8-tRNS.png │ │ │ │ ├── gray-2-1.8.png │ │ │ │ ├── gray-2-linear-tRNS.png │ │ │ │ ├── gray-2-linear.png │ │ │ │ ├── gray-2-sRGB-tRNS.png │ │ │ │ ├── gray-2-sRGB.png │ │ │ │ ├── gray-2-tRNS.png │ │ │ │ ├── gray-2.png │ │ │ │ ├── gray-4-1.8-tRNS.png │ │ │ │ ├── gray-4-1.8.png │ │ │ │ ├── gray-4-linear-tRNS.png │ │ │ │ ├── gray-4-linear.png │ │ │ │ ├── gray-4-sRGB-tRNS.png │ │ │ │ ├── gray-4-sRGB.png │ │ │ │ ├── gray-4-tRNS.png │ │ │ │ ├── gray-4.png │ │ │ │ ├── gray-8-1.8-tRNS.png │ │ │ │ ├── gray-8-1.8.png │ │ │ │ ├── gray-8-linear-tRNS.png │ │ │ │ ├── gray-8-linear.png │ │ │ │ ├── gray-8-sRGB-tRNS.png │ │ │ │ ├── gray-8-sRGB.png │ │ │ │ ├── gray-8-tRNS.png │ │ │ │ ├── gray-8.png │ │ │ │ ├── gray-alpha-16-1.8.png │ │ │ │ ├── gray-alpha-16-linear.png │ │ │ │ ├── gray-alpha-16-sRGB.png │ │ │ │ ├── gray-alpha-16.png │ │ │ │ ├── gray-alpha-8-1.8.png │ │ │ │ ├── gray-alpha-8-linear.png │ │ │ │ ├── gray-alpha-8-sRGB.png │ │ │ │ ├── gray-alpha-8.png │ │ │ │ ├── makepngs.sh │ │ │ │ ├── palette-1-1.8-tRNS.png │ │ │ │ ├── palette-1-1.8.png │ │ │ │ ├── palette-1-linear-tRNS.png │ │ │ │ ├── palette-1-linear.png │ │ │ │ ├── palette-1-sRGB-tRNS.png │ │ │ │ ├── palette-1-sRGB.png │ │ │ │ ├── palette-1-tRNS.png │ │ │ │ ├── palette-1.png │ │ │ │ ├── palette-2-1.8-tRNS.png │ │ │ │ ├── palette-2-1.8.png │ │ │ │ ├── palette-2-linear-tRNS.png │ │ │ │ ├── palette-2-linear.png │ │ │ │ ├── palette-2-sRGB-tRNS.png │ │ │ │ ├── palette-2-sRGB.png │ │ │ │ ├── palette-2-tRNS.png │ │ │ │ ├── palette-2.png │ │ │ │ ├── palette-4-1.8-tRNS.png │ │ │ │ ├── palette-4-1.8.png │ │ │ │ ├── palette-4-linear-tRNS.png │ │ │ │ ├── palette-4-linear.png │ │ │ │ ├── palette-4-sRGB-tRNS.png │ │ │ │ ├── palette-4-sRGB.png │ │ │ │ ├── palette-4-tRNS.png │ │ │ │ ├── palette-4.png │ │ │ │ ├── palette-8-1.8-tRNS.png │ │ │ │ ├── palette-8-1.8.png │ │ │ │ ├── palette-8-linear-tRNS.png │ │ │ │ ├── palette-8-linear.png │ │ │ │ ├── palette-8-sRGB-tRNS.png │ │ │ │ ├── palette-8-sRGB.png │ │ │ │ ├── palette-8-tRNS.png │ │ │ │ ├── palette-8.png │ │ │ │ ├── rgb-16-1.8-tRNS.png │ │ │ │ ├── rgb-16-1.8.png │ │ │ │ ├── rgb-16-linear-tRNS.png │ │ │ │ ├── rgb-16-linear.png │ │ │ │ ├── rgb-16-sRGB-tRNS.png │ │ │ │ ├── rgb-16-sRGB.png │ │ │ │ ├── rgb-16-tRNS.png │ │ │ │ ├── rgb-16.png │ │ │ │ ├── rgb-8-1.8-tRNS.png │ │ │ │ ├── rgb-8-1.8.png │ │ │ │ ├── rgb-8-linear-tRNS.png │ │ │ │ ├── rgb-8-linear.png │ │ │ │ ├── rgb-8-sRGB-tRNS.png │ │ │ │ ├── rgb-8-sRGB.png │ │ │ │ ├── rgb-8-tRNS.png │ │ │ │ ├── rgb-8.png │ │ │ │ ├── rgb-alpha-16-1.8.png │ │ │ │ ├── rgb-alpha-16-linear.png │ │ │ │ ├── rgb-alpha-16-sRGB.png │ │ │ │ ├── rgb-alpha-16.png │ │ │ │ ├── rgb-alpha-8-1.8.png │ │ │ │ ├── rgb-alpha-8-linear.png │ │ │ │ ├── rgb-alpha-8-sRGB.png │ │ │ │ └── rgb-alpha-8.png │ │ │ ├── tools │ │ │ │ ├── README.txt │ │ │ │ ├── checksum-icc.c │ │ │ │ ├── chkfmt │ │ │ │ ├── cvtcolor.c │ │ │ │ ├── genpng.c │ │ │ │ ├── intgamma.sh │ │ │ │ ├── makesRGB.c │ │ │ │ ├── png-fix-itxt.c │ │ │ │ ├── pngcp.c │ │ │ │ ├── pngfix.c │ │ │ │ ├── reindent │ │ │ │ └── sRGB.h │ │ │ └── visupng │ │ │ │ ├── PngFile.c │ │ │ │ ├── PngFile.h │ │ │ │ ├── README.txt │ │ │ │ ├── VisualPng.c │ │ │ │ ├── VisualPng.dsp │ │ │ │ ├── VisualPng.dsw │ │ │ │ ├── VisualPng.ico │ │ │ │ ├── VisualPng.png │ │ │ │ ├── VisualPng.rc │ │ │ │ ├── cexcept.h │ │ │ │ └── resource.h │ │ ├── depcomp │ │ ├── example.c │ │ ├── install-sh │ │ ├── intel │ │ │ ├── filter_sse2_intrinsics.c │ │ │ └── intel_init.c │ │ ├── libpng-config.in │ │ ├── libpng-manual.txt │ │ ├── libpng.3 │ │ ├── libpng.pc.in │ │ ├── libpngpf.3 │ │ ├── ltmain.sh │ │ ├── mips │ │ │ ├── filter_msa_intrinsics.c │ │ │ └── mips_init.c │ │ ├── missing │ │ ├── png.5 │ │ ├── png.c │ │ ├── png.h │ │ ├── pngbar.jpg │ │ ├── pngbar.png │ │ ├── pngconf.h │ │ ├── pngdebug.h │ │ ├── pngerror.c │ │ ├── pngget.c │ │ ├── pnginfo.h │ │ ├── pngmem.c │ │ ├── pngnow.png │ │ ├── pngpread.c │ │ ├── pngpriv.h │ │ ├── pngread.c │ │ ├── pngrio.c │ │ ├── pngrtran.c │ │ ├── pngrutil.c │ │ ├── pngset.c │ │ ├── pngstruct.h │ │ ├── pngtest.c │ │ ├── pngtest.png │ │ ├── pngtrans.c │ │ ├── pngusr.dfa │ │ ├── pngwio.c │ │ ├── pngwrite.c │ │ ├── pngwtran.c │ │ ├── pngwutil.c │ │ ├── powerpc │ │ │ ├── filter_vsx_intrinsics.c │ │ │ └── powerpc_init.c │ │ ├── projects │ │ │ ├── owatcom │ │ │ │ ├── libpng.tgt │ │ │ │ ├── libpng.wpj │ │ │ │ ├── pngconfig.mak │ │ │ │ ├── pngstest.tgt │ │ │ │ ├── pngtest.tgt │ │ │ │ └── pngvalid.tgt │ │ │ ├── visualc71 │ │ │ │ ├── PRJ0041.mak │ │ │ │ ├── README.txt │ │ │ │ ├── README_zlib.txt │ │ │ │ ├── libpng.sln │ │ │ │ ├── libpng.vcproj │ │ │ │ ├── pngtest.vcproj │ │ │ │ └── zlib.vcproj │ │ │ └── vstudio │ │ │ │ ├── libpng │ │ │ │ └── libpng.vcxproj │ │ │ │ ├── pnglibconf │ │ │ │ └── pnglibconf.vcxproj │ │ │ │ ├── pngstest │ │ │ │ └── pngstest.vcxproj │ │ │ │ ├── pngtest │ │ │ │ └── pngtest.vcxproj │ │ │ │ ├── pngunknown │ │ │ │ └── pngunknown.vcxproj │ │ │ │ ├── pngvalid │ │ │ │ └── pngvalid.vcxproj │ │ │ │ ├── readme.txt │ │ │ │ ├── vstudio.sln │ │ │ │ ├── zlib.props │ │ │ │ └── zlib │ │ │ │ └── zlib.vcxproj │ │ ├── scripts │ │ │ ├── README.txt │ │ │ ├── SCOPTIONS.ppc │ │ │ ├── checksym.awk │ │ │ ├── def.c │ │ │ ├── descrip.mms │ │ │ ├── dfn.awk │ │ │ ├── genchk.cmake.in │ │ │ ├── genout.cmake.in │ │ │ ├── gensrc.cmake.in │ │ │ ├── intprefix.c │ │ │ ├── libpng-config-body.in │ │ │ ├── libpng-config-head.in │ │ │ ├── libpng.pc.in │ │ │ ├── libtool.m4 │ │ │ ├── ltoptions.m4 │ │ │ ├── ltsugar.m4 │ │ │ ├── ltversion.m4 │ │ │ ├── lt~obsolete.m4 │ │ │ ├── macro.lst │ │ │ ├── makefile.32sunu │ │ │ ├── makefile.64sunu │ │ │ ├── makefile.acorn │ │ │ ├── makefile.aix │ │ │ ├── makefile.amiga │ │ │ ├── makefile.atari │ │ │ ├── makefile.bc32 │ │ │ ├── makefile.beos │ │ │ ├── makefile.bor │ │ │ ├── makefile.cegcc │ │ │ ├── makefile.darwin │ │ │ ├── makefile.dec │ │ │ ├── makefile.dj2 │ │ │ ├── makefile.freebsd │ │ │ ├── makefile.gcc │ │ │ ├── makefile.hp64 │ │ │ ├── makefile.hpgcc │ │ │ ├── makefile.hpux │ │ │ ├── makefile.ibmc │ │ │ ├── makefile.intel │ │ │ ├── makefile.knr │ │ │ ├── makefile.linux │ │ │ ├── makefile.linux-opt │ │ │ ├── makefile.mips │ │ │ ├── makefile.msc │ │ │ ├── makefile.msys │ │ │ ├── makefile.ne12bsd │ │ │ ├── makefile.netbsd │ │ │ ├── makefile.openbsd │ │ │ ├── makefile.sco │ │ │ ├── makefile.sggcc │ │ │ ├── makefile.sgi │ │ │ ├── makefile.so9 │ │ │ ├── makefile.solaris │ │ │ ├── makefile.solaris-x86 │ │ │ ├── makefile.std │ │ │ ├── makefile.sunos │ │ │ ├── makefile.tc3 │ │ │ ├── makefile.vcwin32 │ │ │ ├── makevms.com │ │ │ ├── options.awk │ │ │ ├── pnglibconf.dfa │ │ │ ├── pnglibconf.h.prebuilt │ │ │ ├── pnglibconf.mak │ │ │ ├── pngwin.rc │ │ │ ├── prefix.c │ │ │ ├── smakefile.ppc │ │ │ ├── sym.c │ │ │ ├── symbols.c │ │ │ ├── symbols.def │ │ │ ├── test.cmake.in │ │ │ └── vers.c │ │ ├── test-driver │ │ └── tests │ │ │ ├── pngimage-full │ │ │ ├── pngimage-quick │ │ │ ├── pngstest │ │ │ ├── pngstest-1.8 │ │ │ ├── pngstest-1.8-alpha │ │ │ ├── pngstest-linear │ │ │ ├── pngstest-linear-alpha │ │ │ ├── pngstest-none │ │ │ ├── pngstest-none-alpha │ │ │ ├── pngstest-sRGB │ │ │ ├── pngstest-sRGB-alpha │ │ │ ├── pngtest │ │ │ ├── pngtest-badpngs │ │ │ ├── pngunknown-IDAT │ │ │ ├── pngunknown-discard │ │ │ ├── pngunknown-if-safe │ │ │ ├── pngunknown-sAPI │ │ │ ├── pngunknown-sTER │ │ │ ├── pngunknown-save │ │ │ ├── pngunknown-vpAg │ │ │ ├── pngvalid-gamma-16-to-8 │ │ │ ├── pngvalid-gamma-alpha-mode │ │ │ ├── pngvalid-gamma-background │ │ │ ├── pngvalid-gamma-expand16-alpha-mode │ │ │ ├── pngvalid-gamma-expand16-background │ │ │ ├── pngvalid-gamma-expand16-transform │ │ │ ├── pngvalid-gamma-sbit │ │ │ ├── pngvalid-gamma-threshold │ │ │ ├── pngvalid-gamma-transform │ │ │ ├── pngvalid-progressive-interlace-standard │ │ │ ├── pngvalid-progressive-size │ │ │ ├── pngvalid-progressive-standard │ │ │ ├── pngvalid-standard │ │ │ └── pngvalid-transform │ ├── lzma │ │ ├── 7z.h │ │ ├── 7zAlloc.c │ │ ├── 7zAlloc.h │ │ ├── 7zArcIn.c │ │ ├── 7zBuf.c │ │ ├── 7zBuf.h │ │ ├── 7zBuf2.c │ │ ├── 7zCrc.c │ │ ├── 7zCrc.h │ │ ├── 7zCrcOpt.c │ │ ├── 7zDec.c │ │ ├── 7zFile.c │ │ ├── 7zFile.h │ │ ├── 7zStream.c │ │ ├── 7zTypes.h │ │ ├── 7zVersion.h │ │ ├── 7zVersion.rc │ │ ├── Aes.c │ │ ├── Aes.h │ │ ├── AesOpt.c │ │ ├── Alloc.c │ │ ├── Alloc.h │ │ ├── Bcj2.c │ │ ├── Bcj2.h │ │ ├── Bcj2Enc.c │ │ ├── Bra.c │ │ ├── Bra.h │ │ ├── Bra86.c │ │ ├── BraIA64.c │ │ ├── Compiler.h │ │ ├── CpuArch.c │ │ ├── CpuArch.h │ │ ├── Delta.c │ │ ├── Delta.h │ │ ├── LzFind.c │ │ ├── LzFind.h │ │ ├── LzFindMt.c │ │ ├── LzFindMt.h │ │ ├── LzHash.h │ │ ├── Lzma2Dec.c │ │ ├── Lzma2Dec.h │ │ ├── Lzma2Enc.c │ │ ├── Lzma2Enc.h │ │ ├── Lzma86.h │ │ ├── Lzma86Dec.c │ │ ├── Lzma86Enc.c │ │ ├── LzmaDec.c │ │ ├── LzmaDec.h │ │ ├── LzmaEnc.c │ │ ├── LzmaEnc.h │ │ ├── LzmaLib.c │ │ ├── LzmaLib.h │ │ ├── MtCoder.c │ │ ├── MtCoder.h │ │ ├── Ppmd.h │ │ ├── Ppmd7.c │ │ ├── Ppmd7.h │ │ ├── Ppmd7Dec.c │ │ ├── Ppmd7Enc.c │ │ ├── Precomp.h │ │ ├── RotateDefs.h │ │ ├── Sha256.c │ │ ├── Sha256.h │ │ ├── Sort.c │ │ ├── Sort.h │ │ ├── Threads.c │ │ ├── Threads.h │ │ ├── Util │ │ │ ├── 7z │ │ │ │ ├── 7z.dsp │ │ │ │ ├── 7z.dsw │ │ │ │ ├── 7zMain.c │ │ │ │ ├── Precomp.c │ │ │ │ ├── Precomp.h │ │ │ │ ├── makefile │ │ │ │ └── makefile.gcc │ │ │ ├── Lzma │ │ │ │ ├── LzmaUtil.c │ │ │ │ ├── LzmaUtil.dsp │ │ │ │ ├── LzmaUtil.dsw │ │ │ │ ├── makefile │ │ │ │ └── makefile.gcc │ │ │ ├── LzmaLib │ │ │ │ ├── LzmaLib.def │ │ │ │ ├── LzmaLib.dsp │ │ │ │ ├── LzmaLib.dsw │ │ │ │ ├── LzmaLibExports.c │ │ │ │ ├── makefile │ │ │ │ └── resource.rc │ │ │ └── SfxSetup │ │ │ │ ├── Precomp.c │ │ │ │ ├── Precomp.h │ │ │ │ ├── SfxSetup.c │ │ │ │ ├── SfxSetup.dsp │ │ │ │ ├── SfxSetup.dsw │ │ │ │ ├── makefile │ │ │ │ ├── makefile_con │ │ │ │ ├── resource.rc │ │ │ │ └── setup.ico │ │ ├── Xz.c │ │ ├── Xz.h │ │ ├── XzCrc64.c │ │ ├── XzCrc64.h │ │ ├── XzCrc64Opt.c │ │ ├── XzDec.c │ │ ├── XzEnc.c │ │ ├── XzEnc.h │ │ └── XzIn.c │ ├── sqlite3 │ │ ├── sqlite3.c │ │ ├── sqlite3.h │ │ └── sqlite3ext.h │ └── zlib │ │ ├── CMakeLists.txt │ │ ├── ChangeLog │ │ ├── FAQ │ │ ├── INDEX │ │ ├── Makefile │ │ ├── Makefile.in │ │ ├── README │ │ ├── adler32.c │ │ ├── amiga │ │ ├── Makefile.pup │ │ └── Makefile.sas │ │ ├── as400 │ │ ├── bndsrc │ │ ├── compile.clp │ │ ├── readme.txt │ │ └── zlib.inc │ │ ├── compress.c │ │ ├── configure │ │ ├── contrib │ │ ├── README.contrib │ │ ├── ada │ │ │ ├── buffer_demo.adb │ │ │ ├── mtest.adb │ │ │ ├── read.adb │ │ │ ├── readme.txt │ │ │ ├── test.adb │ │ │ ├── zlib-streams.adb │ │ │ ├── zlib-streams.ads │ │ │ ├── zlib-thin.adb │ │ │ ├── zlib-thin.ads │ │ │ ├── zlib.adb │ │ │ ├── zlib.ads │ │ │ └── zlib.gpr │ │ ├── amd64 │ │ │ └── amd64-match.S │ │ ├── asm686 │ │ │ ├── README.686 │ │ │ └── match.S │ │ ├── blast │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── blast.c │ │ │ ├── blast.h │ │ │ ├── test.pk │ │ │ └── test.txt │ │ ├── delphi │ │ │ ├── ZLib.pas │ │ │ ├── ZLibConst.pas │ │ │ ├── readme.txt │ │ │ └── zlibd32.mak │ │ ├── dotzlib │ │ │ ├── DotZLib.build │ │ │ ├── DotZLib.chm │ │ │ ├── DotZLib.sln │ │ │ ├── DotZLib │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ ├── ChecksumImpl.cs │ │ │ │ ├── CircularBuffer.cs │ │ │ │ ├── CodecBase.cs │ │ │ │ ├── Deflater.cs │ │ │ │ ├── DotZLib.cs │ │ │ │ ├── DotZLib.csproj │ │ │ │ ├── GZipStream.cs │ │ │ │ ├── Inflater.cs │ │ │ │ └── UnitTests.cs │ │ │ ├── LICENSE_1_0.txt │ │ │ └── readme.txt │ │ ├── gcc_gvmat64 │ │ │ └── gvmat64.S │ │ ├── infback9 │ │ │ ├── README │ │ │ ├── infback9.c │ │ │ ├── infback9.h │ │ │ ├── inffix9.h │ │ │ ├── inflate9.h │ │ │ ├── inftree9.c │ │ │ └── inftree9.h │ │ ├── inflate86 │ │ │ ├── inffas86.c │ │ │ └── inffast.S │ │ ├── iostream │ │ │ ├── test.cpp │ │ │ ├── zfstream.cpp │ │ │ └── zfstream.h │ │ ├── iostream2 │ │ │ ├── zstream.h │ │ │ └── zstream_test.cpp │ │ ├── iostream3 │ │ │ ├── README │ │ │ ├── TODO │ │ │ ├── test.cc │ │ │ ├── zfstream.cc │ │ │ └── zfstream.h │ │ ├── masmx64 │ │ │ ├── bld_ml64.bat │ │ │ ├── gvmat64.asm │ │ │ ├── inffas8664.c │ │ │ ├── inffasx64.asm │ │ │ └── readme.txt │ │ ├── masmx86 │ │ │ ├── bld_ml32.bat │ │ │ ├── inffas32.asm │ │ │ ├── match686.asm │ │ │ └── readme.txt │ │ ├── minizip │ │ │ ├── Makefile │ │ │ ├── Makefile.am │ │ │ ├── MiniZip64_Changes.txt │ │ │ ├── MiniZip64_info.txt │ │ │ ├── configure.ac │ │ │ ├── crypt.h │ │ │ ├── ioapi.c │ │ │ ├── ioapi.h │ │ │ ├── iowin32.c │ │ │ ├── iowin32.h │ │ │ ├── make_vms.com │ │ │ ├── miniunz.c │ │ │ ├── miniunzip.1 │ │ │ ├── minizip.1 │ │ │ ├── minizip.c │ │ │ ├── minizip.pc.in │ │ │ ├── mztools.c │ │ │ ├── mztools.h │ │ │ ├── unzip.c │ │ │ ├── unzip.h │ │ │ ├── zip.c │ │ │ └── zip.h │ │ ├── pascal │ │ │ ├── example.pas │ │ │ ├── readme.txt │ │ │ ├── zlibd32.mak │ │ │ └── zlibpas.pas │ │ ├── puff │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── puff.c │ │ │ ├── puff.h │ │ │ ├── pufftest.c │ │ │ └── zeros.raw │ │ ├── testzlib │ │ │ ├── testzlib.c │ │ │ └── testzlib.txt │ │ ├── untgz │ │ │ ├── Makefile │ │ │ ├── Makefile.msc │ │ │ └── untgz.c │ │ └── vstudio │ │ │ ├── readme.txt │ │ │ ├── vc10 │ │ │ ├── miniunz.vcxproj │ │ │ ├── miniunz.vcxproj.filters │ │ │ ├── minizip.vcxproj │ │ │ ├── minizip.vcxproj.filters │ │ │ ├── testzlib.vcxproj │ │ │ ├── testzlib.vcxproj.filters │ │ │ ├── testzlibdll.vcxproj │ │ │ ├── testzlibdll.vcxproj.filters │ │ │ ├── zlib.rc │ │ │ ├── zlibstat.vcxproj │ │ │ ├── zlibstat.vcxproj.filters │ │ │ ├── zlibvc.def │ │ │ ├── zlibvc.sln │ │ │ ├── zlibvc.vcxproj │ │ │ └── zlibvc.vcxproj.filters │ │ │ ├── vc11 │ │ │ ├── miniunz.vcxproj │ │ │ ├── minizip.vcxproj │ │ │ ├── testzlib.vcxproj │ │ │ ├── testzlibdll.vcxproj │ │ │ ├── zlib.rc │ │ │ ├── zlibstat.vcxproj │ │ │ ├── zlibvc.def │ │ │ ├── zlibvc.sln │ │ │ └── zlibvc.vcxproj │ │ │ └── vc9 │ │ │ ├── miniunz.vcproj │ │ │ ├── minizip.vcproj │ │ │ ├── testzlib.vcproj │ │ │ ├── testzlibdll.vcproj │ │ │ ├── zlib.rc │ │ │ ├── zlibstat.vcproj │ │ │ ├── zlibvc.def │ │ │ ├── zlibvc.sln │ │ │ └── zlibvc.vcproj │ │ ├── crc32.c │ │ ├── crc32.h │ │ ├── deflate.c │ │ ├── deflate.h │ │ ├── doc │ │ ├── algorithm.txt │ │ ├── rfc1950.txt │ │ ├── rfc1951.txt │ │ ├── rfc1952.txt │ │ └── txtvsbin.txt │ │ ├── examples │ │ ├── README.examples │ │ ├── enough.c │ │ ├── fitblk.c │ │ ├── gun.c │ │ ├── gzappend.c │ │ ├── gzjoin.c │ │ ├── gzlog.c │ │ ├── gzlog.h │ │ ├── zlib_how.html │ │ ├── zpipe.c │ │ └── zran.c │ │ ├── gzclose.c │ │ ├── gzguts.h │ │ ├── gzlib.c │ │ ├── gzread.c │ │ ├── gzwrite.c │ │ ├── infback.c │ │ ├── inffast.c │ │ ├── inffast.h │ │ ├── inffixed.h │ │ ├── inflate.c │ │ ├── inflate.h │ │ ├── inftrees.c │ │ ├── inftrees.h │ │ ├── make_vms.com │ │ ├── msdos │ │ ├── Makefile.bor │ │ ├── Makefile.dj2 │ │ ├── Makefile.emx │ │ ├── Makefile.msc │ │ └── Makefile.tc │ │ ├── nintendods │ │ ├── Makefile │ │ └── README │ │ ├── old │ │ ├── Makefile.emx │ │ ├── Makefile.riscos │ │ ├── README │ │ ├── descrip.mms │ │ ├── os2 │ │ │ ├── Makefile.os2 │ │ │ └── zlib.def │ │ └── visual-basic.txt │ │ ├── qnx │ │ └── package.qpg │ │ ├── test │ │ ├── example.c │ │ ├── infcover.c │ │ └── minigzip.c │ │ ├── treebuild.xml │ │ ├── trees.c │ │ ├── trees.h │ │ ├── uncompr.c │ │ ├── watcom │ │ ├── watcom_f.mak │ │ └── watcom_l.mak │ │ ├── win32 │ │ ├── DLL_FAQ.txt │ │ ├── Makefile.bor │ │ ├── Makefile.gcc │ │ ├── Makefile.msc │ │ ├── README-WIN32.txt │ │ ├── VisualC.txt │ │ ├── zlib.def │ │ └── zlib1.rc │ │ ├── zconf.h.cmakein │ │ ├── zconf.h.in │ │ ├── zconf.h.included │ │ ├── zlib.3 │ │ ├── zlib.3.pdf │ │ ├── zlib.h │ │ ├── zlib.map │ │ ├── zlib.pc.cmakein │ │ ├── zlib.pc.in │ │ ├── zlib2ansi │ │ ├── zutil.c │ │ └── zutil.h └── util │ ├── arm-algo.S │ ├── circle-buffer.c │ ├── configuration.c │ ├── crc32.c │ ├── elf-read.c │ ├── export.c │ ├── formatting.c │ ├── gui.c │ ├── gui │ ├── file-select.c │ ├── font-metrics.c │ ├── font.c │ └── menu.c │ ├── hash.c │ ├── patch-fast.c │ ├── patch-ips.c │ ├── patch-ups.c │ ├── patch.c │ ├── png-io.c │ ├── ring-fifo.c │ ├── string.c │ ├── table.c │ ├── test │ ├── suite.h │ ├── text-codec.c │ └── vfs.c │ ├── text-codec.c │ ├── vfs.c │ └── vfs │ ├── vfs-devlist.c │ ├── vfs-dirent.c │ ├── vfs-fd.c │ ├── vfs-fifo.c │ ├── vfs-file.c │ ├── vfs-lzma.c │ ├── vfs-mem.c │ └── vfs-zip.c ├── tools ├── debian │ ├── changelog │ ├── clean │ ├── compat │ ├── control │ ├── copyright │ ├── docs │ ├── libmgba.install.in │ ├── libretro-mgba.install.in │ ├── mgba-qt.install │ ├── mgba-qt.manpages │ ├── mgba-sdl.install │ ├── mgba-sdl.manpages │ ├── rules │ ├── source │ │ └── format │ └── watch ├── deploy-mac.py ├── deploy-win.sh ├── dlls.gdb ├── perf.py └── sanitize-deb.sh └── version.cmake /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/.clang-format -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis-deps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/.travis-deps.sh -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/.travis.yml -------------------------------------------------------------------------------- /CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/CHANGES -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/LICENSE -------------------------------------------------------------------------------- /PORTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/PORTING.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/README.md -------------------------------------------------------------------------------- /README_DE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/README_DE.md -------------------------------------------------------------------------------- /cinema/.gitignore: -------------------------------------------------------------------------------- 1 | *.sav 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/cinema/gb/mooneye-gb/LICENSE -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/acceptance/boot_hwio-S/manifest.yml: -------------------------------------------------------------------------------- 1 | config: {gb.model: SGB} 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/acceptance/boot_hwio-dmg0/manifest.yml: -------------------------------------------------------------------------------- 1 | fail: true 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/acceptance/boot_hwio-dmgABCXmgb/test.sav: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/acceptance/boot_regs-dmg0/manifest.yml: -------------------------------------------------------------------------------- 1 | fail: true 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/acceptance/boot_regs-mgb/manifest.yml: -------------------------------------------------------------------------------- 1 | config: {gb.model: MGB} 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/acceptance/boot_regs-sgb/manifest.yml: -------------------------------------------------------------------------------- 1 | config: {gb.model: SGB} 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/acceptance/boot_regs-sgb2/manifest.yml: -------------------------------------------------------------------------------- 1 | config: {gb.model: SGB2} 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/acceptance/gpu/hblank_ly_scx_timing-GS/manifest.yml: -------------------------------------------------------------------------------- 1 | fail: true 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/acceptance/gpu/lcdon_timing-dmgABCXmgbS/manifest.yml: -------------------------------------------------------------------------------- 1 | fail: true 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/acceptance/gpu/lcdon_write_timing-GS/manifest.yml: -------------------------------------------------------------------------------- 1 | fail: true 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/acceptance/hdma_lcdc/manifest.yml: -------------------------------------------------------------------------------- 1 | config: 2 | gb.model: CGB 3 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/acceptance/oam_dma_start/manifest.yml: -------------------------------------------------------------------------------- 1 | fail: true 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/acceptance/push_timing/manifest.yml: -------------------------------------------------------------------------------- 1 | fail: true 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/acceptance/serial/boot_sclk_align-dmgABCXmgb/manifest.yml: -------------------------------------------------------------------------------- 1 | fail: true 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/acceptance/serial/boot_sclk_align-dmgABCXmgb/test.sav: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/acceptance/timer/rapid_toggle/manifest.yml: -------------------------------------------------------------------------------- 1 | fail: true 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/madness/mgb_oam_dma_halt_sprites/manifest.yml: -------------------------------------------------------------------------------- 1 | fail: true 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/manifest.yml: -------------------------------------------------------------------------------- 1 | skip: 60 2 | frames: 1 3 | config: 4 | sgb.borders: false 5 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/manual-only/sprite_priority/manifest.yml: -------------------------------------------------------------------------------- 1 | fail: true 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/misc/bits/unused_hwio-C/manifest.yml: -------------------------------------------------------------------------------- 1 | config: 2 | gb.model: CGB 3 | fail: true 4 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/misc/boot_hwio-C/manifest.yml: -------------------------------------------------------------------------------- 1 | config: 2 | gb.model: CGB 3 | fail: true 4 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/misc/boot_hwio-C/test.sav: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/misc/boot_regs-A/manifest.yml: -------------------------------------------------------------------------------- 1 | config: {gb.model: AGB} 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/misc/boot_regs-cgb/manifest.yml: -------------------------------------------------------------------------------- 1 | config: {gb.model: CGB} 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/misc/gpu/vblank_stat_intr-C/manifest.yml: -------------------------------------------------------------------------------- 1 | config: {gb.model: CGB} 2 | -------------------------------------------------------------------------------- /cinema/gb/mooneye-gb/update.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/cinema/gb/mooneye-gb/update.py -------------------------------------------------------------------------------- /cinema/gb/window/007wne-hud/test.mvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/cinema/gb/window/007wne-hud/test.mvl -------------------------------------------------------------------------------- /cinema/gb/window/ccmmr-hud/test.mvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/cinema/gb/window/ccmmr-hud/test.mvl -------------------------------------------------------------------------------- /cinema/gb/window/dk94-split/test.mvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/cinema/gb/window/dk94-split/test.mvl -------------------------------------------------------------------------------- /cinema/gb/window/dk94-split/test.sav: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cinema/gb/window/gsc-battle/test.mvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/cinema/gb/window/gsc-battle/test.mvl -------------------------------------------------------------------------------- /cinema/gb/window/gsc-battle/test.sav: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cinema/gb/window/kdt-battle/test.mvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/cinema/gb/window/kdt-battle/test.mvl -------------------------------------------------------------------------------- /cinema/gb/window/rfs-hud/test.mvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/cinema/gb/window/rfs-hud/test.mvl -------------------------------------------------------------------------------- /cinema/gb/window/wmm-hud/test.mvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/cinema/gb/window/wmm-hud/test.mvl -------------------------------------------------------------------------------- /cinema/gb/window/zoos-intro/test.mvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/cinema/gb/window/zoos-intro/test.mvl -------------------------------------------------------------------------------- /cinema/gb/window/zoos-intro/test.sav: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cinema/gba/bg/lady-sia/test.mvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/cinema/gba/bg/lady-sia/test.mvl -------------------------------------------------------------------------------- /cinema/gba/blend/mzm-layering/test.sav: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cinema/gba/obj/mosaic-height/test.mvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/cinema/gba/obj/mosaic-height/test.mvl -------------------------------------------------------------------------------- /cinema/gba/obj/unaligned-256/test.mvl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/cinema/gba/obj/unaligned-256/test.mvl -------------------------------------------------------------------------------- /doc/mgba-qt.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/doc/mgba-qt.6 -------------------------------------------------------------------------------- /doc/mgba.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/doc/mgba.6 -------------------------------------------------------------------------------- /include/mgba-util/arm-algo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/arm-algo.h -------------------------------------------------------------------------------- /include/mgba-util/circle-buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/circle-buffer.h -------------------------------------------------------------------------------- /include/mgba-util/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/common.h -------------------------------------------------------------------------------- /include/mgba-util/configuration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/configuration.h -------------------------------------------------------------------------------- /include/mgba-util/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/crc32.h -------------------------------------------------------------------------------- /include/mgba-util/elf-read.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/elf-read.h -------------------------------------------------------------------------------- /include/mgba-util/export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/export.h -------------------------------------------------------------------------------- /include/mgba-util/formatting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/formatting.h -------------------------------------------------------------------------------- /include/mgba-util/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/gui.h -------------------------------------------------------------------------------- /include/mgba-util/gui/file-select.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/gui/file-select.h -------------------------------------------------------------------------------- /include/mgba-util/gui/font-metrics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/gui/font-metrics.h -------------------------------------------------------------------------------- /include/mgba-util/gui/font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/gui/font.h -------------------------------------------------------------------------------- /include/mgba-util/gui/menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/gui/menu.h -------------------------------------------------------------------------------- /include/mgba-util/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/hash.h -------------------------------------------------------------------------------- /include/mgba-util/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/math.h -------------------------------------------------------------------------------- /include/mgba-util/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/memory.h -------------------------------------------------------------------------------- /include/mgba-util/patch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/patch.h -------------------------------------------------------------------------------- /include/mgba-util/patch/fast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/patch/fast.h -------------------------------------------------------------------------------- /include/mgba-util/patch/ips.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/patch/ips.h -------------------------------------------------------------------------------- /include/mgba-util/patch/ups.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/patch/ups.h -------------------------------------------------------------------------------- /include/mgba-util/png-io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/png-io.h -------------------------------------------------------------------------------- /include/mgba-util/ring-fifo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/ring-fifo.h -------------------------------------------------------------------------------- /include/mgba-util/socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/socket.h -------------------------------------------------------------------------------- /include/mgba-util/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/string.h -------------------------------------------------------------------------------- /include/mgba-util/table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/table.h -------------------------------------------------------------------------------- /include/mgba-util/text-codec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/text-codec.h -------------------------------------------------------------------------------- /include/mgba-util/threading.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/threading.h -------------------------------------------------------------------------------- /include/mgba-util/vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/vector.h -------------------------------------------------------------------------------- /include/mgba-util/vfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba-util/vfs.h -------------------------------------------------------------------------------- /include/mgba/core/bitmap-cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/bitmap-cache.h -------------------------------------------------------------------------------- /include/mgba/core/blip_buf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/blip_buf.h -------------------------------------------------------------------------------- /include/mgba/core/cache-set.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/cache-set.h -------------------------------------------------------------------------------- /include/mgba/core/cheats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/cheats.h -------------------------------------------------------------------------------- /include/mgba/core/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/config.h -------------------------------------------------------------------------------- /include/mgba/core/core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/core.h -------------------------------------------------------------------------------- /include/mgba/core/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/cpu.h -------------------------------------------------------------------------------- /include/mgba/core/directories.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/directories.h -------------------------------------------------------------------------------- /include/mgba/core/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/input.h -------------------------------------------------------------------------------- /include/mgba/core/interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/interface.h -------------------------------------------------------------------------------- /include/mgba/core/library.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/library.h -------------------------------------------------------------------------------- /include/mgba/core/lockstep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/lockstep.h -------------------------------------------------------------------------------- /include/mgba/core/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/log.h -------------------------------------------------------------------------------- /include/mgba/core/map-cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/map-cache.h -------------------------------------------------------------------------------- /include/mgba/core/mem-search.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/mem-search.h -------------------------------------------------------------------------------- /include/mgba/core/rewind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/rewind.h -------------------------------------------------------------------------------- /include/mgba/core/scripting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/scripting.h -------------------------------------------------------------------------------- /include/mgba/core/serialize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/serialize.h -------------------------------------------------------------------------------- /include/mgba/core/sync.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/sync.h -------------------------------------------------------------------------------- /include/mgba/core/thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/thread.h -------------------------------------------------------------------------------- /include/mgba/core/tile-cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/tile-cache.h -------------------------------------------------------------------------------- /include/mgba/core/timing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/timing.h -------------------------------------------------------------------------------- /include/mgba/core/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/core/version.h -------------------------------------------------------------------------------- /include/mgba/debugger/debugger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/debugger/debugger.h -------------------------------------------------------------------------------- /include/mgba/feature/commandline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/feature/commandline.h -------------------------------------------------------------------------------- /include/mgba/feature/thread-proxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/feature/thread-proxy.h -------------------------------------------------------------------------------- /include/mgba/feature/video-logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/feature/video-logger.h -------------------------------------------------------------------------------- /include/mgba/gb/core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/gb/core.h -------------------------------------------------------------------------------- /include/mgba/gb/interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/gb/interface.h -------------------------------------------------------------------------------- /include/mgba/gba/core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/gba/core.h -------------------------------------------------------------------------------- /include/mgba/gba/interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/gba/interface.h -------------------------------------------------------------------------------- /include/mgba/internal/arm/arm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/arm/arm.h -------------------------------------------------------------------------------- /include/mgba/internal/arm/decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/arm/decoder.h -------------------------------------------------------------------------------- /include/mgba/internal/arm/isa-arm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/arm/isa-arm.h -------------------------------------------------------------------------------- /include/mgba/internal/arm/isa-thumb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/arm/isa-thumb.h -------------------------------------------------------------------------------- /include/mgba/internal/arm/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/arm/macros.h -------------------------------------------------------------------------------- /include/mgba/internal/gb/audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gb/audio.h -------------------------------------------------------------------------------- /include/mgba/internal/gb/cheats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gb/cheats.h -------------------------------------------------------------------------------- /include/mgba/internal/gb/extra/cli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gb/extra/cli.h -------------------------------------------------------------------------------- /include/mgba/internal/gb/gb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gb/gb.h -------------------------------------------------------------------------------- /include/mgba/internal/gb/io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gb/io.h -------------------------------------------------------------------------------- /include/mgba/internal/gb/mbc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gb/mbc.h -------------------------------------------------------------------------------- /include/mgba/internal/gb/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gb/memory.h -------------------------------------------------------------------------------- /include/mgba/internal/gb/overrides.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gb/overrides.h -------------------------------------------------------------------------------- /include/mgba/internal/gb/serialize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gb/serialize.h -------------------------------------------------------------------------------- /include/mgba/internal/gb/sio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gb/sio.h -------------------------------------------------------------------------------- /include/mgba/internal/gb/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gb/timer.h -------------------------------------------------------------------------------- /include/mgba/internal/gb/video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gb/video.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/audio.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/bios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/bios.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/cheats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/cheats.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/dma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/dma.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/extra/cli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/extra/cli.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/gba.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/gba.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/hardware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/hardware.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/input.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/io.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/matrix.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/memory.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/overrides.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/overrides.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/rr/mgm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/rr/mgm.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/rr/rr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/rr/rr.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/rr/vbm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/rr/vbm.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/savedata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/savedata.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/serialize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/serialize.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/sharkport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/sharkport.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/sio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/sio.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/timer.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/vfame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/vfame.h -------------------------------------------------------------------------------- /include/mgba/internal/gba/video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/include/mgba/internal/gba/video.h -------------------------------------------------------------------------------- /opt/libgba/mgba.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/opt/libgba/mgba.c -------------------------------------------------------------------------------- /opt/libgba/mgba.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/opt/libgba/mgba.h -------------------------------------------------------------------------------- /res/exe4/chip-names.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/exe4/chip-names.txt -------------------------------------------------------------------------------- /res/exe4/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/exe4/placeholder.png -------------------------------------------------------------------------------- /res/exe5/chip-names.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/exe5/chip-names.txt -------------------------------------------------------------------------------- /res/exe5/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/exe5/placeholder.png -------------------------------------------------------------------------------- /res/exe6/chip-names.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/exe6/chip-names.txt -------------------------------------------------------------------------------- /res/exe6/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/exe6/placeholder.png -------------------------------------------------------------------------------- /res/font-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/font-new.png -------------------------------------------------------------------------------- /res/font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/font.png -------------------------------------------------------------------------------- /res/font2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/font2x.png -------------------------------------------------------------------------------- /res/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/icons.png -------------------------------------------------------------------------------- /res/icons2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/icons2x.png -------------------------------------------------------------------------------- /res/info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/info.plist.in -------------------------------------------------------------------------------- /res/keymap.qpic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/keymap.qpic -------------------------------------------------------------------------------- /res/keymap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/keymap.svg -------------------------------------------------------------------------------- /res/licenses/blip_buf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/licenses/blip_buf.txt -------------------------------------------------------------------------------- /res/licenses/discord-rpc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/licenses/discord-rpc.txt -------------------------------------------------------------------------------- /res/licenses/inih.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/licenses/inih.txt -------------------------------------------------------------------------------- /res/licenses/mingw-std-threads.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/licenses/mingw-std-threads.txt -------------------------------------------------------------------------------- /res/licenses/rapidjson.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/licenses/rapidjson.txt -------------------------------------------------------------------------------- /res/mgba-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/mgba-1024.png -------------------------------------------------------------------------------- /res/mgba-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/mgba-128.png -------------------------------------------------------------------------------- /res/mgba-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/mgba-16.png -------------------------------------------------------------------------------- /res/mgba-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/mgba-24.png -------------------------------------------------------------------------------- /res/mgba-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/mgba-256.png -------------------------------------------------------------------------------- /res/mgba-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/mgba-32.png -------------------------------------------------------------------------------- /res/mgba-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/mgba-48.png -------------------------------------------------------------------------------- /res/mgba-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/mgba-512.png -------------------------------------------------------------------------------- /res/mgba-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/mgba-64.png -------------------------------------------------------------------------------- /res/mgba-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/mgba-96.png -------------------------------------------------------------------------------- /res/mgba-qt.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/mgba-qt.desktop -------------------------------------------------------------------------------- /res/mgba.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/mgba.icns -------------------------------------------------------------------------------- /res/mgba.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/mgba.ico -------------------------------------------------------------------------------- /res/mgba.rc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/mgba.rc.in -------------------------------------------------------------------------------- /res/no-cam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/no-cam.png -------------------------------------------------------------------------------- /res/nointro.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/nointro.dat -------------------------------------------------------------------------------- /res/patrons.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/patrons.txt -------------------------------------------------------------------------------- /res/shaders/agb001.shader/agb001.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/shaders/agb001.shader/agb001.fs -------------------------------------------------------------------------------- /res/shaders/ags001.shader/ags001.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/shaders/ags001.shader/ags001.fs -------------------------------------------------------------------------------- /res/shaders/fish.shader/fish.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/shaders/fish.shader/fish.fs -------------------------------------------------------------------------------- /res/shaders/fish.shader/manifest.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/shaders/fish.shader/manifest.ini -------------------------------------------------------------------------------- /res/shaders/lcd.shader/lcd.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/shaders/lcd.shader/lcd.fs -------------------------------------------------------------------------------- /res/shaders/lcd.shader/manifest.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/shaders/lcd.shader/manifest.ini -------------------------------------------------------------------------------- /res/shaders/soften.shader/soften.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/shaders/soften.shader/soften.fs -------------------------------------------------------------------------------- /res/shaders/wiiu.shader/manifest.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/shaders/wiiu.shader/manifest.ini -------------------------------------------------------------------------------- /res/shaders/wiiu.shader/wiiu.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/shaders/wiiu.shader/wiiu.fs -------------------------------------------------------------------------------- /res/shaders/xbr-lv2.shader/xbr.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/shaders/xbr-lv2.shader/xbr.fs -------------------------------------------------------------------------------- /res/shaders/xbr-lv2.shader/xbr.vs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/shaders/xbr-lv2.shader/xbr.vs -------------------------------------------------------------------------------- /res/shaders/xbr-lv3.shader/xbr.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/shaders/xbr-lv3.shader/xbr.fs -------------------------------------------------------------------------------- /res/shaders/xbr-lv3.shader/xbr.vs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/res/shaders/xbr-lv3.shader/xbr.vs -------------------------------------------------------------------------------- /src/arm/arm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/arm/arm.c -------------------------------------------------------------------------------- /src/arm/debugger/cli-debugger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/arm/debugger/cli-debugger.c -------------------------------------------------------------------------------- /src/arm/debugger/debugger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/arm/debugger/debugger.c -------------------------------------------------------------------------------- /src/arm/debugger/memory-debugger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/arm/debugger/memory-debugger.c -------------------------------------------------------------------------------- /src/arm/decoder-arm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/arm/decoder-arm.c -------------------------------------------------------------------------------- /src/arm/decoder-thumb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/arm/decoder-thumb.c -------------------------------------------------------------------------------- /src/arm/decoder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/arm/decoder.c -------------------------------------------------------------------------------- /src/arm/isa-arm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/arm/isa-arm.c -------------------------------------------------------------------------------- /src/arm/isa-thumb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/arm/isa-thumb.c -------------------------------------------------------------------------------- /src/core/bitmap-cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/bitmap-cache.c -------------------------------------------------------------------------------- /src/core/cache-set.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/cache-set.c -------------------------------------------------------------------------------- /src/core/cheats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/cheats.c -------------------------------------------------------------------------------- /src/core/config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/config.c -------------------------------------------------------------------------------- /src/core/core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/core.c -------------------------------------------------------------------------------- /src/core/directories.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/directories.c -------------------------------------------------------------------------------- /src/core/flags.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/flags.h.in -------------------------------------------------------------------------------- /src/core/input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/input.c -------------------------------------------------------------------------------- /src/core/interface.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/interface.c -------------------------------------------------------------------------------- /src/core/library.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/library.c -------------------------------------------------------------------------------- /src/core/lockstep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/lockstep.c -------------------------------------------------------------------------------- /src/core/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/log.c -------------------------------------------------------------------------------- /src/core/map-cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/map-cache.c -------------------------------------------------------------------------------- /src/core/mem-search.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/mem-search.c -------------------------------------------------------------------------------- /src/core/rewind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/rewind.c -------------------------------------------------------------------------------- /src/core/scripting.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/scripting.c -------------------------------------------------------------------------------- /src/core/serialize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/serialize.c -------------------------------------------------------------------------------- /src/core/sync.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/sync.c -------------------------------------------------------------------------------- /src/core/test/core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/test/core.c -------------------------------------------------------------------------------- /src/core/test/core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/test/core.h -------------------------------------------------------------------------------- /src/core/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/thread.c -------------------------------------------------------------------------------- /src/core/tile-cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/tile-cache.c -------------------------------------------------------------------------------- /src/core/timing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/timing.c -------------------------------------------------------------------------------- /src/core/version.c.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/core/version.c.in -------------------------------------------------------------------------------- /src/debugger/cli-debugger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/debugger/cli-debugger.c -------------------------------------------------------------------------------- /src/debugger/debugger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/debugger/debugger.c -------------------------------------------------------------------------------- /src/debugger/gdb-stub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/debugger/gdb-stub.c -------------------------------------------------------------------------------- /src/debugger/parser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/debugger/parser.c -------------------------------------------------------------------------------- /src/debugger/symbols.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/debugger/symbols.c -------------------------------------------------------------------------------- /src/debugger/test/lexer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/debugger/test/lexer.c -------------------------------------------------------------------------------- /src/debugger/test/parser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/debugger/test/parser.c -------------------------------------------------------------------------------- /src/feature/commandline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/feature/commandline.c -------------------------------------------------------------------------------- /src/feature/editline/cli-el-backend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/feature/editline/cli-el-backend.c -------------------------------------------------------------------------------- /src/feature/editline/cli-el-backend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/feature/editline/cli-el-backend.h -------------------------------------------------------------------------------- /src/feature/ffmpeg/ffmpeg-encoder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/feature/ffmpeg/ffmpeg-encoder.c -------------------------------------------------------------------------------- /src/feature/ffmpeg/ffmpeg-encoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/feature/ffmpeg/ffmpeg-encoder.h -------------------------------------------------------------------------------- /src/feature/gui/gui-config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/feature/gui/gui-config.c -------------------------------------------------------------------------------- /src/feature/gui/gui-config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/feature/gui/gui-config.h -------------------------------------------------------------------------------- /src/feature/gui/gui-runner.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/feature/gui/gui-runner.c -------------------------------------------------------------------------------- /src/feature/gui/gui-runner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/feature/gui/gui-runner.h -------------------------------------------------------------------------------- /src/feature/gui/remap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/feature/gui/remap.c -------------------------------------------------------------------------------- /src/feature/gui/remap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/feature/gui/remap.h -------------------------------------------------------------------------------- /src/feature/sqlite3/no-intro.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/feature/sqlite3/no-intro.c -------------------------------------------------------------------------------- /src/feature/sqlite3/no-intro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/feature/sqlite3/no-intro.h -------------------------------------------------------------------------------- /src/feature/thread-proxy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/feature/thread-proxy.c -------------------------------------------------------------------------------- /src/feature/video-logger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/feature/video-logger.c -------------------------------------------------------------------------------- /src/gb/audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/audio.c -------------------------------------------------------------------------------- /src/gb/cheats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/cheats.c -------------------------------------------------------------------------------- /src/gb/core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/core.c -------------------------------------------------------------------------------- /src/gb/debugger/cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/debugger/cli.c -------------------------------------------------------------------------------- /src/gb/debugger/debugger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/debugger/debugger.c -------------------------------------------------------------------------------- /src/gb/debugger/symbols.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/debugger/symbols.c -------------------------------------------------------------------------------- /src/gb/extra/proxy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/extra/proxy.c -------------------------------------------------------------------------------- /src/gb/gb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/gb.c -------------------------------------------------------------------------------- /src/gb/io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/io.c -------------------------------------------------------------------------------- /src/gb/mbc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/mbc.c -------------------------------------------------------------------------------- /src/gb/memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/memory.c -------------------------------------------------------------------------------- /src/gb/overrides.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/overrides.c -------------------------------------------------------------------------------- /src/gb/renderers/cache-set.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/renderers/cache-set.c -------------------------------------------------------------------------------- /src/gb/renderers/software.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/renderers/software.c -------------------------------------------------------------------------------- /src/gb/serialize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/serialize.c -------------------------------------------------------------------------------- /src/gb/sio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/sio.c -------------------------------------------------------------------------------- /src/gb/sio/lockstep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/sio/lockstep.c -------------------------------------------------------------------------------- /src/gb/sio/printer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/sio/printer.c -------------------------------------------------------------------------------- /src/gb/test/core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/test/core.c -------------------------------------------------------------------------------- /src/gb/test/mbc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/test/mbc.c -------------------------------------------------------------------------------- /src/gb/test/memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/test/memory.c -------------------------------------------------------------------------------- /src/gb/test/rtc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/test/rtc.c -------------------------------------------------------------------------------- /src/gb/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/timer.c -------------------------------------------------------------------------------- /src/gb/video.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gb/video.c -------------------------------------------------------------------------------- /src/gba/audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/audio.c -------------------------------------------------------------------------------- /src/gba/bios.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/bios.c -------------------------------------------------------------------------------- /src/gba/cheats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/cheats.c -------------------------------------------------------------------------------- /src/gba/cheats/codebreaker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/cheats/codebreaker.c -------------------------------------------------------------------------------- /src/gba/cheats/gameshark.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/cheats/gameshark.c -------------------------------------------------------------------------------- /src/gba/cheats/gameshark.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/cheats/gameshark.h -------------------------------------------------------------------------------- /src/gba/cheats/parv3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/cheats/parv3.c -------------------------------------------------------------------------------- /src/gba/cheats/parv3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/cheats/parv3.h -------------------------------------------------------------------------------- /src/gba/core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/core.c -------------------------------------------------------------------------------- /src/gba/debugger/cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/debugger/cli.c -------------------------------------------------------------------------------- /src/gba/dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/dma.c -------------------------------------------------------------------------------- /src/gba/extra/audio-mixer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/extra/audio-mixer.c -------------------------------------------------------------------------------- /src/gba/extra/battlechip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/extra/battlechip.c -------------------------------------------------------------------------------- /src/gba/extra/proxy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/extra/proxy.c -------------------------------------------------------------------------------- /src/gba/gba.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/gba.c -------------------------------------------------------------------------------- /src/gba/hardware.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/hardware.c -------------------------------------------------------------------------------- /src/gba/hle-bios.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/hle-bios.c -------------------------------------------------------------------------------- /src/gba/hle-bios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/hle-bios.h -------------------------------------------------------------------------------- /src/gba/hle-bios.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/hle-bios.make -------------------------------------------------------------------------------- /src/gba/hle-bios.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/hle-bios.s -------------------------------------------------------------------------------- /src/gba/input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/input.c -------------------------------------------------------------------------------- /src/gba/io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/io.c -------------------------------------------------------------------------------- /src/gba/matrix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/matrix.c -------------------------------------------------------------------------------- /src/gba/memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/memory.c -------------------------------------------------------------------------------- /src/gba/overrides.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/overrides.c -------------------------------------------------------------------------------- /src/gba/renderers/cache-set.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/renderers/cache-set.c -------------------------------------------------------------------------------- /src/gba/renderers/common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/renderers/common.c -------------------------------------------------------------------------------- /src/gba/renderers/gl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/renderers/gl.c -------------------------------------------------------------------------------- /src/gba/renderers/software-bg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/renderers/software-bg.c -------------------------------------------------------------------------------- /src/gba/renderers/software-mode0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/renderers/software-mode0.c -------------------------------------------------------------------------------- /src/gba/renderers/software-obj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/renderers/software-obj.c -------------------------------------------------------------------------------- /src/gba/renderers/software-private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/renderers/software-private.h -------------------------------------------------------------------------------- /src/gba/renderers/video-software.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/renderers/video-software.c -------------------------------------------------------------------------------- /src/gba/rr/mgm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/rr/mgm.c -------------------------------------------------------------------------------- /src/gba/rr/rr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/rr/rr.c -------------------------------------------------------------------------------- /src/gba/rr/vbm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/rr/vbm.c -------------------------------------------------------------------------------- /src/gba/savedata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/savedata.c -------------------------------------------------------------------------------- /src/gba/serialize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/serialize.c -------------------------------------------------------------------------------- /src/gba/sharkport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/sharkport.c -------------------------------------------------------------------------------- /src/gba/sio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/sio.c -------------------------------------------------------------------------------- /src/gba/sio/joybus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/sio/joybus.c -------------------------------------------------------------------------------- /src/gba/sio/lockstep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/sio/lockstep.c -------------------------------------------------------------------------------- /src/gba/test/cheats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/test/cheats.c -------------------------------------------------------------------------------- /src/gba/test/core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/test/core.c -------------------------------------------------------------------------------- /src/gba/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/timer.c -------------------------------------------------------------------------------- /src/gba/vfame.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/vfame.c -------------------------------------------------------------------------------- /src/gba/video.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/gba/video.c -------------------------------------------------------------------------------- /src/lr35902/debugger/cli-debugger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/lr35902/debugger/cli-debugger.c -------------------------------------------------------------------------------- /src/lr35902/debugger/debugger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/lr35902/debugger/debugger.c -------------------------------------------------------------------------------- /src/lr35902/decoder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/lr35902/decoder.c -------------------------------------------------------------------------------- /src/lr35902/isa-lr35902.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/lr35902/isa-lr35902.c -------------------------------------------------------------------------------- /src/lr35902/lr35902.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/lr35902/lr35902.c -------------------------------------------------------------------------------- /src/platform/3ds/3ds-memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/3ds/3ds-memory.c -------------------------------------------------------------------------------- /src/platform/3ds/3ds-vfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/3ds/3ds-vfs.c -------------------------------------------------------------------------------- /src/platform/3ds/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/3ds/CMakeLists.txt -------------------------------------------------------------------------------- /src/platform/3ds/CMakeToolchain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/3ds/CMakeToolchain.txt -------------------------------------------------------------------------------- /src/platform/3ds/banner.cgfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/3ds/banner.cgfx -------------------------------------------------------------------------------- /src/platform/3ds/bios.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/3ds/bios.wav -------------------------------------------------------------------------------- /src/platform/3ds/cia.rsf.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/3ds/cia.rsf.in -------------------------------------------------------------------------------- /src/platform/3ds/ctr-gpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/3ds/ctr-gpu.c -------------------------------------------------------------------------------- /src/platform/3ds/ctr-gpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/3ds/ctr-gpu.h -------------------------------------------------------------------------------- /src/platform/3ds/ctru-heap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/3ds/ctru-heap.c -------------------------------------------------------------------------------- /src/platform/3ds/gui-font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/3ds/gui-font.c -------------------------------------------------------------------------------- /src/platform/3ds/hbl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/3ds/hbl.xml -------------------------------------------------------------------------------- /src/platform/3ds/icons.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/3ds/icons.raw -------------------------------------------------------------------------------- /src/platform/3ds/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/3ds/main.c -------------------------------------------------------------------------------- /src/platform/3ds/socket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/3ds/socket.c -------------------------------------------------------------------------------- /src/platform/3ds/uishader.g.pica: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/3ds/uishader.g.pica -------------------------------------------------------------------------------- /src/platform/3ds/uishader.v.pica: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/3ds/uishader.v.pica -------------------------------------------------------------------------------- /src/platform/cmake/devkitPro.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/cmake/devkitPro.cmake -------------------------------------------------------------------------------- /src/platform/libretro/libretro.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/libretro/libretro.c -------------------------------------------------------------------------------- /src/platform/libretro/libretro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/libretro/libretro.h -------------------------------------------------------------------------------- /src/platform/openemu/Info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/openemu/Info.plist.in -------------------------------------------------------------------------------- /src/platform/openemu/mGBAGameCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/openemu/mGBAGameCore.h -------------------------------------------------------------------------------- /src/platform/openemu/mGBAGameCore.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/openemu/mGBAGameCore.m -------------------------------------------------------------------------------- /src/platform/opengl/gl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/opengl/gl.c -------------------------------------------------------------------------------- /src/platform/opengl/gl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/opengl/gl.h -------------------------------------------------------------------------------- /src/platform/opengl/gles2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/opengl/gles2.c -------------------------------------------------------------------------------- /src/platform/opengl/gles2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/opengl/gles2.h -------------------------------------------------------------------------------- /src/platform/posix/memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/posix/memory.c -------------------------------------------------------------------------------- /src/platform/psp2/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/psp2/CMakeLists.txt -------------------------------------------------------------------------------- /src/platform/psp2/backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/psp2/backdrop.png -------------------------------------------------------------------------------- /src/platform/psp2/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/psp2/bg.png -------------------------------------------------------------------------------- /src/platform/psp2/gui-font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/psp2/gui-font.c -------------------------------------------------------------------------------- /src/platform/psp2/icon0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/psp2/icon0.png -------------------------------------------------------------------------------- /src/platform/psp2/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/psp2/main.c -------------------------------------------------------------------------------- /src/platform/psp2/pic0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/psp2/pic0.png -------------------------------------------------------------------------------- /src/platform/psp2/psp2-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/psp2/psp2-common.h -------------------------------------------------------------------------------- /src/platform/psp2/psp2-context.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/psp2/psp2-context.c -------------------------------------------------------------------------------- /src/platform/psp2/psp2-context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/psp2/psp2-context.h -------------------------------------------------------------------------------- /src/platform/psp2/psp2-memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/psp2/psp2-memory.c -------------------------------------------------------------------------------- /src/platform/psp2/sce-vfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/psp2/sce-vfs.c -------------------------------------------------------------------------------- /src/platform/psp2/startup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/psp2/startup.png -------------------------------------------------------------------------------- /src/platform/psp2/template.xml.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/psp2/template.xml.in -------------------------------------------------------------------------------- /src/platform/python/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/.gitignore -------------------------------------------------------------------------------- /src/platform/python/.pylintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/.pylintrc -------------------------------------------------------------------------------- /src/platform/python/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/CMakeLists.txt -------------------------------------------------------------------------------- /src/platform/python/_builder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/_builder.h -------------------------------------------------------------------------------- /src/platform/python/_builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/_builder.py -------------------------------------------------------------------------------- /src/platform/python/cinema/movie.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/cinema/movie.py -------------------------------------------------------------------------------- /src/platform/python/cinema/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/cinema/test.py -------------------------------------------------------------------------------- /src/platform/python/cinema/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/cinema/util.py -------------------------------------------------------------------------------- /src/platform/python/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/conftest.py -------------------------------------------------------------------------------- /src/platform/python/core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/core.c -------------------------------------------------------------------------------- /src/platform/python/core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/core.h -------------------------------------------------------------------------------- /src/platform/python/engine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/engine.c -------------------------------------------------------------------------------- /src/platform/python/engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/engine.h -------------------------------------------------------------------------------- /src/platform/python/lib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/lib.h -------------------------------------------------------------------------------- /src/platform/python/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/log.c -------------------------------------------------------------------------------- /src/platform/python/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/log.h -------------------------------------------------------------------------------- /src/platform/python/mgba/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/mgba/__init__.py -------------------------------------------------------------------------------- /src/platform/python/mgba/arm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/mgba/arm.py -------------------------------------------------------------------------------- /src/platform/python/mgba/audio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/mgba/audio.py -------------------------------------------------------------------------------- /src/platform/python/mgba/core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/mgba/core.py -------------------------------------------------------------------------------- /src/platform/python/mgba/debugger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/mgba/debugger.py -------------------------------------------------------------------------------- /src/platform/python/mgba/gamedata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/mgba/gamedata.py -------------------------------------------------------------------------------- /src/platform/python/mgba/gb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/mgba/gb.py -------------------------------------------------------------------------------- /src/platform/python/mgba/gba.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/mgba/gba.py -------------------------------------------------------------------------------- /src/platform/python/mgba/image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/mgba/image.py -------------------------------------------------------------------------------- /src/platform/python/mgba/log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/mgba/log.py -------------------------------------------------------------------------------- /src/platform/python/mgba/lr35902.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/mgba/lr35902.py -------------------------------------------------------------------------------- /src/platform/python/mgba/memory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/mgba/memory.py -------------------------------------------------------------------------------- /src/platform/python/mgba/png.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/mgba/png.py -------------------------------------------------------------------------------- /src/platform/python/mgba/thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/mgba/thread.py -------------------------------------------------------------------------------- /src/platform/python/mgba/tile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/mgba/tile.py -------------------------------------------------------------------------------- /src/platform/python/mgba/vfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/mgba/vfs.py -------------------------------------------------------------------------------- /src/platform/python/pycommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/pycommon.h -------------------------------------------------------------------------------- /src/platform/python/setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/setup.cfg -------------------------------------------------------------------------------- /src/platform/python/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/setup.py -------------------------------------------------------------------------------- /src/platform/python/sio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/sio.c -------------------------------------------------------------------------------- /src/platform/python/sio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/sio.h -------------------------------------------------------------------------------- /src/platform/python/test_cinema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/test_cinema.py -------------------------------------------------------------------------------- /src/platform/python/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/platform/python/tests/mgba/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/platform/python/vfs-py.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/vfs-py.c -------------------------------------------------------------------------------- /src/platform/python/vfs-py.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/python/vfs-py.h -------------------------------------------------------------------------------- /src/platform/qt/AboutScreen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/AboutScreen.cpp -------------------------------------------------------------------------------- /src/platform/qt/AboutScreen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/AboutScreen.h -------------------------------------------------------------------------------- /src/platform/qt/AboutScreen.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/AboutScreen.ui -------------------------------------------------------------------------------- /src/platform/qt/AbstractUpdater.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/AbstractUpdater.cpp -------------------------------------------------------------------------------- /src/platform/qt/AbstractUpdater.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/AbstractUpdater.h -------------------------------------------------------------------------------- /src/platform/qt/Action.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/Action.cpp -------------------------------------------------------------------------------- /src/platform/qt/Action.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/Action.h -------------------------------------------------------------------------------- /src/platform/qt/ActionMapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ActionMapper.cpp -------------------------------------------------------------------------------- /src/platform/qt/ActionMapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ActionMapper.h -------------------------------------------------------------------------------- /src/platform/qt/ArchiveInspector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ArchiveInspector.cpp -------------------------------------------------------------------------------- /src/platform/qt/ArchiveInspector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ArchiveInspector.h -------------------------------------------------------------------------------- /src/platform/qt/ArchiveInspector.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ArchiveInspector.ui -------------------------------------------------------------------------------- /src/platform/qt/AssetTile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/AssetTile.cpp -------------------------------------------------------------------------------- /src/platform/qt/AssetTile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/AssetTile.h -------------------------------------------------------------------------------- /src/platform/qt/AssetTile.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/AssetTile.ui -------------------------------------------------------------------------------- /src/platform/qt/AssetView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/AssetView.cpp -------------------------------------------------------------------------------- /src/platform/qt/AssetView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/AssetView.h -------------------------------------------------------------------------------- /src/platform/qt/AudioDevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/AudioDevice.cpp -------------------------------------------------------------------------------- /src/platform/qt/AudioDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/AudioDevice.h -------------------------------------------------------------------------------- /src/platform/qt/AudioProcessor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/AudioProcessor.cpp -------------------------------------------------------------------------------- /src/platform/qt/AudioProcessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/AudioProcessor.h -------------------------------------------------------------------------------- /src/platform/qt/AudioProcessorQt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/AudioProcessorQt.cpp -------------------------------------------------------------------------------- /src/platform/qt/AudioProcessorQt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/AudioProcessorQt.h -------------------------------------------------------------------------------- /src/platform/qt/AudioProcessorSDL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/AudioProcessorSDL.cpp -------------------------------------------------------------------------------- /src/platform/qt/AudioProcessorSDL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/AudioProcessorSDL.h -------------------------------------------------------------------------------- /src/platform/qt/BattleChipModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/BattleChipModel.cpp -------------------------------------------------------------------------------- /src/platform/qt/BattleChipModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/BattleChipModel.h -------------------------------------------------------------------------------- /src/platform/qt/BattleChipUpdater.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/BattleChipUpdater.cpp -------------------------------------------------------------------------------- /src/platform/qt/BattleChipUpdater.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/BattleChipUpdater.h -------------------------------------------------------------------------------- /src/platform/qt/BattleChipView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/BattleChipView.cpp -------------------------------------------------------------------------------- /src/platform/qt/BattleChipView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/BattleChipView.h -------------------------------------------------------------------------------- /src/platform/qt/BattleChipView.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/BattleChipView.ui -------------------------------------------------------------------------------- /src/platform/qt/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/CMakeLists.txt -------------------------------------------------------------------------------- /src/platform/qt/CheatsModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/CheatsModel.cpp -------------------------------------------------------------------------------- /src/platform/qt/CheatsModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/CheatsModel.h -------------------------------------------------------------------------------- /src/platform/qt/CheatsView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/CheatsView.cpp -------------------------------------------------------------------------------- /src/platform/qt/CheatsView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/CheatsView.h -------------------------------------------------------------------------------- /src/platform/qt/CheatsView.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/CheatsView.ui -------------------------------------------------------------------------------- /src/platform/qt/ColorPicker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ColorPicker.cpp -------------------------------------------------------------------------------- /src/platform/qt/ColorPicker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ColorPicker.h -------------------------------------------------------------------------------- /src/platform/qt/ConfigController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ConfigController.cpp -------------------------------------------------------------------------------- /src/platform/qt/ConfigController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ConfigController.h -------------------------------------------------------------------------------- /src/platform/qt/CoreController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/CoreController.cpp -------------------------------------------------------------------------------- /src/platform/qt/CoreController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/CoreController.h -------------------------------------------------------------------------------- /src/platform/qt/CoreManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/CoreManager.cpp -------------------------------------------------------------------------------- /src/platform/qt/CoreManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/CoreManager.h -------------------------------------------------------------------------------- /src/platform/qt/DebuggerConsole.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/DebuggerConsole.cpp -------------------------------------------------------------------------------- /src/platform/qt/DebuggerConsole.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/DebuggerConsole.h -------------------------------------------------------------------------------- /src/platform/qt/DebuggerConsole.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/DebuggerConsole.ui -------------------------------------------------------------------------------- /src/platform/qt/DebuggerController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/DebuggerController.h -------------------------------------------------------------------------------- /src/platform/qt/DiscordCoordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/DiscordCoordinator.h -------------------------------------------------------------------------------- /src/platform/qt/Display.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/Display.cpp -------------------------------------------------------------------------------- /src/platform/qt/Display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/Display.h -------------------------------------------------------------------------------- /src/platform/qt/DisplayGL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/DisplayGL.cpp -------------------------------------------------------------------------------- /src/platform/qt/DisplayGL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/DisplayGL.h -------------------------------------------------------------------------------- /src/platform/qt/DisplayQt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/DisplayQt.cpp -------------------------------------------------------------------------------- /src/platform/qt/DisplayQt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/DisplayQt.h -------------------------------------------------------------------------------- /src/platform/qt/GBAApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GBAApp.cpp -------------------------------------------------------------------------------- /src/platform/qt/GBAApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GBAApp.h -------------------------------------------------------------------------------- /src/platform/qt/GBAKeyEditor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GBAKeyEditor.cpp -------------------------------------------------------------------------------- /src/platform/qt/GBAKeyEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GBAKeyEditor.h -------------------------------------------------------------------------------- /src/platform/qt/GBAOverride.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GBAOverride.cpp -------------------------------------------------------------------------------- /src/platform/qt/GBAOverride.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GBAOverride.h -------------------------------------------------------------------------------- /src/platform/qt/GBOverride.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GBOverride.cpp -------------------------------------------------------------------------------- /src/platform/qt/GBOverride.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GBOverride.h -------------------------------------------------------------------------------- /src/platform/qt/GDBController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GDBController.cpp -------------------------------------------------------------------------------- /src/platform/qt/GDBController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GDBController.h -------------------------------------------------------------------------------- /src/platform/qt/GDBWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GDBWindow.cpp -------------------------------------------------------------------------------- /src/platform/qt/GDBWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GDBWindow.h -------------------------------------------------------------------------------- /src/platform/qt/GIFView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GIFView.cpp -------------------------------------------------------------------------------- /src/platform/qt/GIFView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GIFView.h -------------------------------------------------------------------------------- /src/platform/qt/GIFView.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GIFView.ui -------------------------------------------------------------------------------- /src/platform/qt/GamepadAxisEvent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GamepadAxisEvent.cpp -------------------------------------------------------------------------------- /src/platform/qt/GamepadAxisEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GamepadAxisEvent.h -------------------------------------------------------------------------------- /src/platform/qt/GamepadButtonEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GamepadButtonEvent.h -------------------------------------------------------------------------------- /src/platform/qt/GamepadHatEvent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GamepadHatEvent.cpp -------------------------------------------------------------------------------- /src/platform/qt/GamepadHatEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/GamepadHatEvent.h -------------------------------------------------------------------------------- /src/platform/qt/IOViewer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/IOViewer.cpp -------------------------------------------------------------------------------- /src/platform/qt/IOViewer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/IOViewer.h -------------------------------------------------------------------------------- /src/platform/qt/IOViewer.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/IOViewer.ui -------------------------------------------------------------------------------- /src/platform/qt/InputController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/InputController.cpp -------------------------------------------------------------------------------- /src/platform/qt/InputController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/InputController.h -------------------------------------------------------------------------------- /src/platform/qt/InputProfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/InputProfile.cpp -------------------------------------------------------------------------------- /src/platform/qt/InputProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/InputProfile.h -------------------------------------------------------------------------------- /src/platform/qt/KeyEditor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/KeyEditor.cpp -------------------------------------------------------------------------------- /src/platform/qt/KeyEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/KeyEditor.h -------------------------------------------------------------------------------- /src/platform/qt/LoadSaveState.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/LoadSaveState.cpp -------------------------------------------------------------------------------- /src/platform/qt/LoadSaveState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/LoadSaveState.h -------------------------------------------------------------------------------- /src/platform/qt/LoadSaveState.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/LoadSaveState.ui -------------------------------------------------------------------------------- /src/platform/qt/LogConfigModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/LogConfigModel.cpp -------------------------------------------------------------------------------- /src/platform/qt/LogConfigModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/LogConfigModel.h -------------------------------------------------------------------------------- /src/platform/qt/LogController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/LogController.cpp -------------------------------------------------------------------------------- /src/platform/qt/LogController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/LogController.h -------------------------------------------------------------------------------- /src/platform/qt/LogView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/LogView.cpp -------------------------------------------------------------------------------- /src/platform/qt/LogView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/LogView.h -------------------------------------------------------------------------------- /src/platform/qt/LogView.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/LogView.ui -------------------------------------------------------------------------------- /src/platform/qt/MapView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/MapView.cpp -------------------------------------------------------------------------------- /src/platform/qt/MapView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/MapView.h -------------------------------------------------------------------------------- /src/platform/qt/MapView.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/MapView.ui -------------------------------------------------------------------------------- /src/platform/qt/MemoryModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/MemoryModel.cpp -------------------------------------------------------------------------------- /src/platform/qt/MemoryModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/MemoryModel.h -------------------------------------------------------------------------------- /src/platform/qt/MemorySearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/MemorySearch.cpp -------------------------------------------------------------------------------- /src/platform/qt/MemorySearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/MemorySearch.h -------------------------------------------------------------------------------- /src/platform/qt/MemorySearch.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/MemorySearch.ui -------------------------------------------------------------------------------- /src/platform/qt/MemoryView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/MemoryView.cpp -------------------------------------------------------------------------------- /src/platform/qt/MemoryView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/MemoryView.h -------------------------------------------------------------------------------- /src/platform/qt/MemoryView.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/MemoryView.ui -------------------------------------------------------------------------------- /src/platform/qt/MessagePainter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/MessagePainter.cpp -------------------------------------------------------------------------------- /src/platform/qt/MessagePainter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/MessagePainter.h -------------------------------------------------------------------------------- /src/platform/qt/ObjView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ObjView.cpp -------------------------------------------------------------------------------- /src/platform/qt/ObjView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ObjView.h -------------------------------------------------------------------------------- /src/platform/qt/ObjView.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ObjView.ui -------------------------------------------------------------------------------- /src/platform/qt/Override.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/Override.h -------------------------------------------------------------------------------- /src/platform/qt/OverrideView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/OverrideView.cpp -------------------------------------------------------------------------------- /src/platform/qt/OverrideView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/OverrideView.h -------------------------------------------------------------------------------- /src/platform/qt/OverrideView.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/OverrideView.ui -------------------------------------------------------------------------------- /src/platform/qt/PaletteView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/PaletteView.cpp -------------------------------------------------------------------------------- /src/platform/qt/PaletteView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/PaletteView.h -------------------------------------------------------------------------------- /src/platform/qt/PaletteView.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/PaletteView.ui -------------------------------------------------------------------------------- /src/platform/qt/PlacementControl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/PlacementControl.cpp -------------------------------------------------------------------------------- /src/platform/qt/PlacementControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/PlacementControl.h -------------------------------------------------------------------------------- /src/platform/qt/PlacementControl.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/PlacementControl.ui -------------------------------------------------------------------------------- /src/platform/qt/PrinterView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/PrinterView.cpp -------------------------------------------------------------------------------- /src/platform/qt/PrinterView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/PrinterView.h -------------------------------------------------------------------------------- /src/platform/qt/PrinterView.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/PrinterView.ui -------------------------------------------------------------------------------- /src/platform/qt/ROMInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ROMInfo.cpp -------------------------------------------------------------------------------- /src/platform/qt/ROMInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ROMInfo.h -------------------------------------------------------------------------------- /src/platform/qt/ROMInfo.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ROMInfo.ui -------------------------------------------------------------------------------- /src/platform/qt/RegisterView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/RegisterView.cpp -------------------------------------------------------------------------------- /src/platform/qt/RegisterView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/RegisterView.h -------------------------------------------------------------------------------- /src/platform/qt/RotatedHeaderView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/RotatedHeaderView.cpp -------------------------------------------------------------------------------- /src/platform/qt/RotatedHeaderView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/RotatedHeaderView.h -------------------------------------------------------------------------------- /src/platform/qt/SavestateButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/SavestateButton.cpp -------------------------------------------------------------------------------- /src/platform/qt/SavestateButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/SavestateButton.h -------------------------------------------------------------------------------- /src/platform/qt/SensorView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/SensorView.cpp -------------------------------------------------------------------------------- /src/platform/qt/SensorView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/SensorView.h -------------------------------------------------------------------------------- /src/platform/qt/SensorView.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/SensorView.ui -------------------------------------------------------------------------------- /src/platform/qt/SettingsView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/SettingsView.cpp -------------------------------------------------------------------------------- /src/platform/qt/SettingsView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/SettingsView.h -------------------------------------------------------------------------------- /src/platform/qt/SettingsView.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/SettingsView.ui -------------------------------------------------------------------------------- /src/platform/qt/ShaderSelector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ShaderSelector.cpp -------------------------------------------------------------------------------- /src/platform/qt/ShaderSelector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ShaderSelector.h -------------------------------------------------------------------------------- /src/platform/qt/ShaderSelector.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ShaderSelector.ui -------------------------------------------------------------------------------- /src/platform/qt/ShortcutController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ShortcutController.h -------------------------------------------------------------------------------- /src/platform/qt/ShortcutModel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ShortcutModel.cpp -------------------------------------------------------------------------------- /src/platform/qt/ShortcutModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ShortcutModel.h -------------------------------------------------------------------------------- /src/platform/qt/ShortcutView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ShortcutView.cpp -------------------------------------------------------------------------------- /src/platform/qt/ShortcutView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ShortcutView.h -------------------------------------------------------------------------------- /src/platform/qt/ShortcutView.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ShortcutView.ui -------------------------------------------------------------------------------- /src/platform/qt/Swatch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/Swatch.cpp -------------------------------------------------------------------------------- /src/platform/qt/Swatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/Swatch.h -------------------------------------------------------------------------------- /src/platform/qt/TilePainter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/TilePainter.cpp -------------------------------------------------------------------------------- /src/platform/qt/TilePainter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/TilePainter.h -------------------------------------------------------------------------------- /src/platform/qt/TileView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/TileView.cpp -------------------------------------------------------------------------------- /src/platform/qt/TileView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/TileView.h -------------------------------------------------------------------------------- /src/platform/qt/TileView.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/TileView.ui -------------------------------------------------------------------------------- /src/platform/qt/VFileDevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/VFileDevice.cpp -------------------------------------------------------------------------------- /src/platform/qt/VFileDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/VFileDevice.h -------------------------------------------------------------------------------- /src/platform/qt/VideoDumper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/VideoDumper.cpp -------------------------------------------------------------------------------- /src/platform/qt/VideoDumper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/VideoDumper.h -------------------------------------------------------------------------------- /src/platform/qt/VideoProxy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/VideoProxy.cpp -------------------------------------------------------------------------------- /src/platform/qt/VideoProxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/VideoProxy.h -------------------------------------------------------------------------------- /src/platform/qt/VideoView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/VideoView.cpp -------------------------------------------------------------------------------- /src/platform/qt/VideoView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/VideoView.h -------------------------------------------------------------------------------- /src/platform/qt/VideoView.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/VideoView.ui -------------------------------------------------------------------------------- /src/platform/qt/Window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/Window.cpp -------------------------------------------------------------------------------- /src/platform/qt/Window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/Window.h -------------------------------------------------------------------------------- /src/platform/qt/library/LibraryGrid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/library/LibraryGrid.h -------------------------------------------------------------------------------- /src/platform/qt/library/LibraryTree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/library/LibraryTree.h -------------------------------------------------------------------------------- /src/platform/qt/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/main.cpp -------------------------------------------------------------------------------- /src/platform/qt/resources.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/resources.qrc -------------------------------------------------------------------------------- /src/platform/qt/ts.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ts.cmake -------------------------------------------------------------------------------- /src/platform/qt/ts/mgba-de.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ts/mgba-de.ts -------------------------------------------------------------------------------- /src/platform/qt/ts/mgba-es.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ts/mgba-es.ts -------------------------------------------------------------------------------- /src/platform/qt/ts/mgba-fr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ts/mgba-fr.ts -------------------------------------------------------------------------------- /src/platform/qt/ts/mgba-it.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ts/mgba-it.ts -------------------------------------------------------------------------------- /src/platform/qt/ts/mgba-ko.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ts/mgba-ko.ts -------------------------------------------------------------------------------- /src/platform/qt/ts/mgba-tr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ts/mgba-tr.ts -------------------------------------------------------------------------------- /src/platform/qt/ts/mgba-zh_CN.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/ts/mgba-zh_CN.ts -------------------------------------------------------------------------------- /src/platform/qt/utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/utils.cpp -------------------------------------------------------------------------------- /src/platform/qt/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/qt/utils.h -------------------------------------------------------------------------------- /src/platform/sdl/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/sdl/CMakeLists.txt -------------------------------------------------------------------------------- /src/platform/sdl/gl-common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/sdl/gl-common.c -------------------------------------------------------------------------------- /src/platform/sdl/gl-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/sdl/gl-common.h -------------------------------------------------------------------------------- /src/platform/sdl/gl-sdl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/sdl/gl-sdl.c -------------------------------------------------------------------------------- /src/platform/sdl/gles2-sdl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/sdl/gles2-sdl.c -------------------------------------------------------------------------------- /src/platform/sdl/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/sdl/main.c -------------------------------------------------------------------------------- /src/platform/sdl/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/sdl/main.h -------------------------------------------------------------------------------- /src/platform/sdl/pandora-sdl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/sdl/pandora-sdl.c -------------------------------------------------------------------------------- /src/platform/sdl/rpi-common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/sdl/rpi-common.c -------------------------------------------------------------------------------- /src/platform/sdl/rpi-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/sdl/rpi-common.h -------------------------------------------------------------------------------- /src/platform/sdl/sdl-audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/sdl/sdl-audio.c -------------------------------------------------------------------------------- /src/platform/sdl/sdl-audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/sdl/sdl-audio.h -------------------------------------------------------------------------------- /src/platform/sdl/sdl-events.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/sdl/sdl-events.c -------------------------------------------------------------------------------- /src/platform/sdl/sdl-events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/sdl/sdl-events.h -------------------------------------------------------------------------------- /src/platform/sdl/sw-sdl1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/sdl/sw-sdl1.c -------------------------------------------------------------------------------- /src/platform/sdl/sw-sdl2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/sdl/sw-sdl2.c -------------------------------------------------------------------------------- /src/platform/switch/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/switch/CMakeLists.txt -------------------------------------------------------------------------------- /src/platform/switch/gui-font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/switch/gui-font.c -------------------------------------------------------------------------------- /src/platform/switch/icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/switch/icon.jpg -------------------------------------------------------------------------------- /src/platform/switch/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/switch/main.c -------------------------------------------------------------------------------- /src/platform/switch/memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/switch/memory.c -------------------------------------------------------------------------------- /src/platform/test/fuzz-main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/test/fuzz-main.c -------------------------------------------------------------------------------- /src/platform/test/perf-main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/test/perf-main.c -------------------------------------------------------------------------------- /src/platform/test/tbl-fuzz-main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/test/tbl-fuzz-main.c -------------------------------------------------------------------------------- /src/platform/video-backend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/video-backend.h -------------------------------------------------------------------------------- /src/platform/wii/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/wii/CMakeLists.txt -------------------------------------------------------------------------------- /src/platform/wii/CMakeToolchain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/wii/CMakeToolchain.txt -------------------------------------------------------------------------------- /src/platform/wii/font.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/wii/font.tpl -------------------------------------------------------------------------------- /src/platform/wii/gui-font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/wii/gui-font.c -------------------------------------------------------------------------------- /src/platform/wii/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/wii/icon.png -------------------------------------------------------------------------------- /src/platform/wii/icons.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/wii/icons.tpl -------------------------------------------------------------------------------- /src/platform/wii/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/wii/main.c -------------------------------------------------------------------------------- /src/platform/wii/meta.xml.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/wii/meta.xml.in -------------------------------------------------------------------------------- /src/platform/wii/wii-memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/wii/wii-memory.c -------------------------------------------------------------------------------- /src/platform/windows/memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/windows/memory.c -------------------------------------------------------------------------------- /src/platform/windows/setup/setup.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/windows/setup/setup.ico -------------------------------------------------------------------------------- /src/platform/windows/vfs-w32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/platform/windows/vfs-w32.c -------------------------------------------------------------------------------- /src/third-party/blip_buf/blip_buf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/blip_buf/blip_buf.c -------------------------------------------------------------------------------- /src/third-party/blip_buf/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/blip_buf/license.txt -------------------------------------------------------------------------------- /src/third-party/discord-rpc/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/discord-rpc/LICENSE -------------------------------------------------------------------------------- /src/third-party/discord-rpc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/discord-rpc/README.md -------------------------------------------------------------------------------- /src/third-party/inih/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/inih/LICENSE.txt -------------------------------------------------------------------------------- /src/third-party/inih/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/inih/README.md -------------------------------------------------------------------------------- /src/third-party/inih/ini.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/inih/ini.c -------------------------------------------------------------------------------- /src/third-party/inih/ini.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/inih/ini.h -------------------------------------------------------------------------------- /src/third-party/libpng/ANNOUNCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/ANNOUNCE -------------------------------------------------------------------------------- /src/third-party/libpng/CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/CHANGES -------------------------------------------------------------------------------- /src/third-party/libpng/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/CMakeLists.txt -------------------------------------------------------------------------------- /src/third-party/libpng/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/INSTALL -------------------------------------------------------------------------------- /src/third-party/libpng/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/LICENSE -------------------------------------------------------------------------------- /src/third-party/libpng/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/Makefile.am -------------------------------------------------------------------------------- /src/third-party/libpng/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/Makefile.in -------------------------------------------------------------------------------- /src/third-party/libpng/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/README -------------------------------------------------------------------------------- /src/third-party/libpng/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/TODO -------------------------------------------------------------------------------- /src/third-party/libpng/aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/aclocal.m4 -------------------------------------------------------------------------------- /src/third-party/libpng/arm/arm_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/arm/arm_init.c -------------------------------------------------------------------------------- /src/third-party/libpng/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/autogen.sh -------------------------------------------------------------------------------- /src/third-party/libpng/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/compile -------------------------------------------------------------------------------- /src/third-party/libpng/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/config.guess -------------------------------------------------------------------------------- /src/third-party/libpng/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/config.h.in -------------------------------------------------------------------------------- /src/third-party/libpng/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/config.sub -------------------------------------------------------------------------------- /src/third-party/libpng/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/configure -------------------------------------------------------------------------------- /src/third-party/libpng/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/configure.ac -------------------------------------------------------------------------------- /src/third-party/libpng/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/depcomp -------------------------------------------------------------------------------- /src/third-party/libpng/example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/example.c -------------------------------------------------------------------------------- /src/third-party/libpng/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/install-sh -------------------------------------------------------------------------------- /src/third-party/libpng/libpng.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/libpng.3 -------------------------------------------------------------------------------- /src/third-party/libpng/libpng.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/libpng.pc.in -------------------------------------------------------------------------------- /src/third-party/libpng/libpngpf.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/libpngpf.3 -------------------------------------------------------------------------------- /src/third-party/libpng/ltmain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/ltmain.sh -------------------------------------------------------------------------------- /src/third-party/libpng/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/missing -------------------------------------------------------------------------------- /src/third-party/libpng/png.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/png.5 -------------------------------------------------------------------------------- /src/third-party/libpng/png.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/png.c -------------------------------------------------------------------------------- /src/third-party/libpng/png.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/png.h -------------------------------------------------------------------------------- /src/third-party/libpng/pngbar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngbar.jpg -------------------------------------------------------------------------------- /src/third-party/libpng/pngbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngbar.png -------------------------------------------------------------------------------- /src/third-party/libpng/pngconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngconf.h -------------------------------------------------------------------------------- /src/third-party/libpng/pngdebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngdebug.h -------------------------------------------------------------------------------- /src/third-party/libpng/pngerror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngerror.c -------------------------------------------------------------------------------- /src/third-party/libpng/pngget.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngget.c -------------------------------------------------------------------------------- /src/third-party/libpng/pnginfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pnginfo.h -------------------------------------------------------------------------------- /src/third-party/libpng/pngmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngmem.c -------------------------------------------------------------------------------- /src/third-party/libpng/pngnow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngnow.png -------------------------------------------------------------------------------- /src/third-party/libpng/pngpread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngpread.c -------------------------------------------------------------------------------- /src/third-party/libpng/pngpriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngpriv.h -------------------------------------------------------------------------------- /src/third-party/libpng/pngread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngread.c -------------------------------------------------------------------------------- /src/third-party/libpng/pngrio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngrio.c -------------------------------------------------------------------------------- /src/third-party/libpng/pngrtran.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngrtran.c -------------------------------------------------------------------------------- /src/third-party/libpng/pngrutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngrutil.c -------------------------------------------------------------------------------- /src/third-party/libpng/pngset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngset.c -------------------------------------------------------------------------------- /src/third-party/libpng/pngstruct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngstruct.h -------------------------------------------------------------------------------- /src/third-party/libpng/pngtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngtest.c -------------------------------------------------------------------------------- /src/third-party/libpng/pngtest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngtest.png -------------------------------------------------------------------------------- /src/third-party/libpng/pngtrans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngtrans.c -------------------------------------------------------------------------------- /src/third-party/libpng/pngusr.dfa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngusr.dfa -------------------------------------------------------------------------------- /src/third-party/libpng/pngwio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngwio.c -------------------------------------------------------------------------------- /src/third-party/libpng/pngwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngwrite.c -------------------------------------------------------------------------------- /src/third-party/libpng/pngwtran.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngwtran.c -------------------------------------------------------------------------------- /src/third-party/libpng/pngwutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/pngwutil.c -------------------------------------------------------------------------------- /src/third-party/libpng/scripts/def.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/scripts/def.c -------------------------------------------------------------------------------- /src/third-party/libpng/scripts/sym.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/scripts/sym.c -------------------------------------------------------------------------------- /src/third-party/libpng/scripts/vers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/scripts/vers.c -------------------------------------------------------------------------------- /src/third-party/libpng/test-driver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/test-driver -------------------------------------------------------------------------------- /src/third-party/libpng/tests/pngstest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/tests/pngstest -------------------------------------------------------------------------------- /src/third-party/libpng/tests/pngtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/libpng/tests/pngtest -------------------------------------------------------------------------------- /src/third-party/libpng/tests/pngvalid-gamma-16-to-8: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec ./pngvalid --strict --gamma-16-to-8 3 | -------------------------------------------------------------------------------- /src/third-party/libpng/tests/pngvalid-gamma-alpha-mode: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec ./pngvalid --strict --gamma-alpha-mode 3 | -------------------------------------------------------------------------------- /src/third-party/libpng/tests/pngvalid-gamma-background: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec ./pngvalid --strict --gamma-background 3 | -------------------------------------------------------------------------------- /src/third-party/libpng/tests/pngvalid-gamma-sbit: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec ./pngvalid --strict --gamma-sbit 3 | -------------------------------------------------------------------------------- /src/third-party/libpng/tests/pngvalid-gamma-threshold: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec ./pngvalid --strict --gamma-threshold 3 | -------------------------------------------------------------------------------- /src/third-party/libpng/tests/pngvalid-gamma-transform: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec ./pngvalid --strict --gamma-transform 3 | -------------------------------------------------------------------------------- /src/third-party/libpng/tests/pngvalid-transform: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec ./pngvalid --strict --transform 3 | -------------------------------------------------------------------------------- /src/third-party/lzma/7z.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/7z.h -------------------------------------------------------------------------------- /src/third-party/lzma/7zAlloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/7zAlloc.c -------------------------------------------------------------------------------- /src/third-party/lzma/7zAlloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/7zAlloc.h -------------------------------------------------------------------------------- /src/third-party/lzma/7zArcIn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/7zArcIn.c -------------------------------------------------------------------------------- /src/third-party/lzma/7zBuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/7zBuf.c -------------------------------------------------------------------------------- /src/third-party/lzma/7zBuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/7zBuf.h -------------------------------------------------------------------------------- /src/third-party/lzma/7zBuf2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/7zBuf2.c -------------------------------------------------------------------------------- /src/third-party/lzma/7zCrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/7zCrc.c -------------------------------------------------------------------------------- /src/third-party/lzma/7zCrc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/7zCrc.h -------------------------------------------------------------------------------- /src/third-party/lzma/7zCrcOpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/7zCrcOpt.c -------------------------------------------------------------------------------- /src/third-party/lzma/7zDec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/7zDec.c -------------------------------------------------------------------------------- /src/third-party/lzma/7zFile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/7zFile.c -------------------------------------------------------------------------------- /src/third-party/lzma/7zFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/7zFile.h -------------------------------------------------------------------------------- /src/third-party/lzma/7zStream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/7zStream.c -------------------------------------------------------------------------------- /src/third-party/lzma/7zTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/7zTypes.h -------------------------------------------------------------------------------- /src/third-party/lzma/7zVersion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/7zVersion.h -------------------------------------------------------------------------------- /src/third-party/lzma/7zVersion.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/7zVersion.rc -------------------------------------------------------------------------------- /src/third-party/lzma/Aes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Aes.c -------------------------------------------------------------------------------- /src/third-party/lzma/Aes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Aes.h -------------------------------------------------------------------------------- /src/third-party/lzma/AesOpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/AesOpt.c -------------------------------------------------------------------------------- /src/third-party/lzma/Alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Alloc.c -------------------------------------------------------------------------------- /src/third-party/lzma/Alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Alloc.h -------------------------------------------------------------------------------- /src/third-party/lzma/Bcj2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Bcj2.c -------------------------------------------------------------------------------- /src/third-party/lzma/Bcj2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Bcj2.h -------------------------------------------------------------------------------- /src/third-party/lzma/Bcj2Enc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Bcj2Enc.c -------------------------------------------------------------------------------- /src/third-party/lzma/Bra.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Bra.c -------------------------------------------------------------------------------- /src/third-party/lzma/Bra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Bra.h -------------------------------------------------------------------------------- /src/third-party/lzma/Bra86.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Bra86.c -------------------------------------------------------------------------------- /src/third-party/lzma/BraIA64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/BraIA64.c -------------------------------------------------------------------------------- /src/third-party/lzma/Compiler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Compiler.h -------------------------------------------------------------------------------- /src/third-party/lzma/CpuArch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/CpuArch.c -------------------------------------------------------------------------------- /src/third-party/lzma/CpuArch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/CpuArch.h -------------------------------------------------------------------------------- /src/third-party/lzma/Delta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Delta.c -------------------------------------------------------------------------------- /src/third-party/lzma/Delta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Delta.h -------------------------------------------------------------------------------- /src/third-party/lzma/LzFind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/LzFind.c -------------------------------------------------------------------------------- /src/third-party/lzma/LzFind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/LzFind.h -------------------------------------------------------------------------------- /src/third-party/lzma/LzFindMt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/LzFindMt.c -------------------------------------------------------------------------------- /src/third-party/lzma/LzFindMt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/LzFindMt.h -------------------------------------------------------------------------------- /src/third-party/lzma/LzHash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/LzHash.h -------------------------------------------------------------------------------- /src/third-party/lzma/Lzma2Dec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Lzma2Dec.c -------------------------------------------------------------------------------- /src/third-party/lzma/Lzma2Dec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Lzma2Dec.h -------------------------------------------------------------------------------- /src/third-party/lzma/Lzma2Enc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Lzma2Enc.c -------------------------------------------------------------------------------- /src/third-party/lzma/Lzma2Enc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Lzma2Enc.h -------------------------------------------------------------------------------- /src/third-party/lzma/Lzma86.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Lzma86.h -------------------------------------------------------------------------------- /src/third-party/lzma/Lzma86Dec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Lzma86Dec.c -------------------------------------------------------------------------------- /src/third-party/lzma/Lzma86Enc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Lzma86Enc.c -------------------------------------------------------------------------------- /src/third-party/lzma/LzmaDec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/LzmaDec.c -------------------------------------------------------------------------------- /src/third-party/lzma/LzmaDec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/LzmaDec.h -------------------------------------------------------------------------------- /src/third-party/lzma/LzmaEnc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/LzmaEnc.c -------------------------------------------------------------------------------- /src/third-party/lzma/LzmaEnc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/LzmaEnc.h -------------------------------------------------------------------------------- /src/third-party/lzma/LzmaLib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/LzmaLib.c -------------------------------------------------------------------------------- /src/third-party/lzma/LzmaLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/LzmaLib.h -------------------------------------------------------------------------------- /src/third-party/lzma/MtCoder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/MtCoder.c -------------------------------------------------------------------------------- /src/third-party/lzma/MtCoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/MtCoder.h -------------------------------------------------------------------------------- /src/third-party/lzma/Ppmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Ppmd.h -------------------------------------------------------------------------------- /src/third-party/lzma/Ppmd7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Ppmd7.c -------------------------------------------------------------------------------- /src/third-party/lzma/Ppmd7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Ppmd7.h -------------------------------------------------------------------------------- /src/third-party/lzma/Ppmd7Dec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Ppmd7Dec.c -------------------------------------------------------------------------------- /src/third-party/lzma/Ppmd7Enc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Ppmd7Enc.c -------------------------------------------------------------------------------- /src/third-party/lzma/Precomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Precomp.h -------------------------------------------------------------------------------- /src/third-party/lzma/RotateDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/RotateDefs.h -------------------------------------------------------------------------------- /src/third-party/lzma/Sha256.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Sha256.c -------------------------------------------------------------------------------- /src/third-party/lzma/Sha256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Sha256.h -------------------------------------------------------------------------------- /src/third-party/lzma/Sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Sort.c -------------------------------------------------------------------------------- /src/third-party/lzma/Sort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Sort.h -------------------------------------------------------------------------------- /src/third-party/lzma/Threads.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Threads.c -------------------------------------------------------------------------------- /src/third-party/lzma/Threads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Threads.h -------------------------------------------------------------------------------- /src/third-party/lzma/Util/7z/7z.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Util/7z/7z.dsp -------------------------------------------------------------------------------- /src/third-party/lzma/Util/7z/7z.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Util/7z/7z.dsw -------------------------------------------------------------------------------- /src/third-party/lzma/Util/7z/7zMain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Util/7z/7zMain.c -------------------------------------------------------------------------------- /src/third-party/lzma/Util/7z/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Util/7z/makefile -------------------------------------------------------------------------------- /src/third-party/lzma/Xz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Xz.c -------------------------------------------------------------------------------- /src/third-party/lzma/Xz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/Xz.h -------------------------------------------------------------------------------- /src/third-party/lzma/XzCrc64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/XzCrc64.c -------------------------------------------------------------------------------- /src/third-party/lzma/XzCrc64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/XzCrc64.h -------------------------------------------------------------------------------- /src/third-party/lzma/XzCrc64Opt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/XzCrc64Opt.c -------------------------------------------------------------------------------- /src/third-party/lzma/XzDec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/XzDec.c -------------------------------------------------------------------------------- /src/third-party/lzma/XzEnc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/XzEnc.c -------------------------------------------------------------------------------- /src/third-party/lzma/XzEnc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/XzEnc.h -------------------------------------------------------------------------------- /src/third-party/lzma/XzIn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/lzma/XzIn.c -------------------------------------------------------------------------------- /src/third-party/sqlite3/sqlite3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/sqlite3/sqlite3.c -------------------------------------------------------------------------------- /src/third-party/sqlite3/sqlite3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/sqlite3/sqlite3.h -------------------------------------------------------------------------------- /src/third-party/sqlite3/sqlite3ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/sqlite3/sqlite3ext.h -------------------------------------------------------------------------------- /src/third-party/zlib/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/CMakeLists.txt -------------------------------------------------------------------------------- /src/third-party/zlib/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/ChangeLog -------------------------------------------------------------------------------- /src/third-party/zlib/FAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/FAQ -------------------------------------------------------------------------------- /src/third-party/zlib/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/INDEX -------------------------------------------------------------------------------- /src/third-party/zlib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/Makefile -------------------------------------------------------------------------------- /src/third-party/zlib/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/Makefile.in -------------------------------------------------------------------------------- /src/third-party/zlib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/README -------------------------------------------------------------------------------- /src/third-party/zlib/adler32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/adler32.c -------------------------------------------------------------------------------- /src/third-party/zlib/as400/bndsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/as400/bndsrc -------------------------------------------------------------------------------- /src/third-party/zlib/as400/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/as400/readme.txt -------------------------------------------------------------------------------- /src/third-party/zlib/as400/zlib.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/as400/zlib.inc -------------------------------------------------------------------------------- /src/third-party/zlib/compress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/compress.c -------------------------------------------------------------------------------- /src/third-party/zlib/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/configure -------------------------------------------------------------------------------- /src/third-party/zlib/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/crc32.c -------------------------------------------------------------------------------- /src/third-party/zlib/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/crc32.h -------------------------------------------------------------------------------- /src/third-party/zlib/deflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/deflate.c -------------------------------------------------------------------------------- /src/third-party/zlib/deflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/deflate.h -------------------------------------------------------------------------------- /src/third-party/zlib/doc/rfc1950.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/doc/rfc1950.txt -------------------------------------------------------------------------------- /src/third-party/zlib/doc/rfc1951.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/doc/rfc1951.txt -------------------------------------------------------------------------------- /src/third-party/zlib/doc/rfc1952.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/doc/rfc1952.txt -------------------------------------------------------------------------------- /src/third-party/zlib/doc/txtvsbin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/doc/txtvsbin.txt -------------------------------------------------------------------------------- /src/third-party/zlib/examples/gun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/examples/gun.c -------------------------------------------------------------------------------- /src/third-party/zlib/examples/gzlog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/examples/gzlog.c -------------------------------------------------------------------------------- /src/third-party/zlib/examples/gzlog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/examples/gzlog.h -------------------------------------------------------------------------------- /src/third-party/zlib/gzclose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/gzclose.c -------------------------------------------------------------------------------- /src/third-party/zlib/gzguts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/gzguts.h -------------------------------------------------------------------------------- /src/third-party/zlib/gzlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/gzlib.c -------------------------------------------------------------------------------- /src/third-party/zlib/gzread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/gzread.c -------------------------------------------------------------------------------- /src/third-party/zlib/gzwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/gzwrite.c -------------------------------------------------------------------------------- /src/third-party/zlib/infback.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/infback.c -------------------------------------------------------------------------------- /src/third-party/zlib/inffast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/inffast.c -------------------------------------------------------------------------------- /src/third-party/zlib/inffast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/inffast.h -------------------------------------------------------------------------------- /src/third-party/zlib/inffixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/inffixed.h -------------------------------------------------------------------------------- /src/third-party/zlib/inflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/inflate.c -------------------------------------------------------------------------------- /src/third-party/zlib/inflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/inflate.h -------------------------------------------------------------------------------- /src/third-party/zlib/inftrees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/inftrees.c -------------------------------------------------------------------------------- /src/third-party/zlib/inftrees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/inftrees.h -------------------------------------------------------------------------------- /src/third-party/zlib/make_vms.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/make_vms.com -------------------------------------------------------------------------------- /src/third-party/zlib/old/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/old/README -------------------------------------------------------------------------------- /src/third-party/zlib/treebuild.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/treebuild.xml -------------------------------------------------------------------------------- /src/third-party/zlib/trees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/trees.c -------------------------------------------------------------------------------- /src/third-party/zlib/trees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/trees.h -------------------------------------------------------------------------------- /src/third-party/zlib/uncompr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/uncompr.c -------------------------------------------------------------------------------- /src/third-party/zlib/zconf.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/zconf.h.in -------------------------------------------------------------------------------- /src/third-party/zlib/zlib.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/zlib.3 -------------------------------------------------------------------------------- /src/third-party/zlib/zlib.3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/zlib.3.pdf -------------------------------------------------------------------------------- /src/third-party/zlib/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/zlib.h -------------------------------------------------------------------------------- /src/third-party/zlib/zlib.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/zlib.map -------------------------------------------------------------------------------- /src/third-party/zlib/zlib.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/zlib.pc.in -------------------------------------------------------------------------------- /src/third-party/zlib/zlib2ansi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/zlib2ansi -------------------------------------------------------------------------------- /src/third-party/zlib/zutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/zutil.c -------------------------------------------------------------------------------- /src/third-party/zlib/zutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/third-party/zlib/zutil.h -------------------------------------------------------------------------------- /src/util/arm-algo.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/arm-algo.S -------------------------------------------------------------------------------- /src/util/circle-buffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/circle-buffer.c -------------------------------------------------------------------------------- /src/util/configuration.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/configuration.c -------------------------------------------------------------------------------- /src/util/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/crc32.c -------------------------------------------------------------------------------- /src/util/elf-read.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/elf-read.c -------------------------------------------------------------------------------- /src/util/export.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/export.c -------------------------------------------------------------------------------- /src/util/formatting.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/formatting.c -------------------------------------------------------------------------------- /src/util/gui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/gui.c -------------------------------------------------------------------------------- /src/util/gui/file-select.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/gui/file-select.c -------------------------------------------------------------------------------- /src/util/gui/font-metrics.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/gui/font-metrics.c -------------------------------------------------------------------------------- /src/util/gui/font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/gui/font.c -------------------------------------------------------------------------------- /src/util/gui/menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/gui/menu.c -------------------------------------------------------------------------------- /src/util/hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/hash.c -------------------------------------------------------------------------------- /src/util/patch-fast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/patch-fast.c -------------------------------------------------------------------------------- /src/util/patch-ips.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/patch-ips.c -------------------------------------------------------------------------------- /src/util/patch-ups.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/patch-ups.c -------------------------------------------------------------------------------- /src/util/patch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/patch.c -------------------------------------------------------------------------------- /src/util/png-io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/png-io.c -------------------------------------------------------------------------------- /src/util/ring-fifo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/ring-fifo.c -------------------------------------------------------------------------------- /src/util/string.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/string.c -------------------------------------------------------------------------------- /src/util/table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/table.c -------------------------------------------------------------------------------- /src/util/test/suite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/test/suite.h -------------------------------------------------------------------------------- /src/util/test/text-codec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/test/text-codec.c -------------------------------------------------------------------------------- /src/util/test/vfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/test/vfs.c -------------------------------------------------------------------------------- /src/util/text-codec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/text-codec.c -------------------------------------------------------------------------------- /src/util/vfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/vfs.c -------------------------------------------------------------------------------- /src/util/vfs/vfs-devlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/vfs/vfs-devlist.c -------------------------------------------------------------------------------- /src/util/vfs/vfs-dirent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/vfs/vfs-dirent.c -------------------------------------------------------------------------------- /src/util/vfs/vfs-fd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/vfs/vfs-fd.c -------------------------------------------------------------------------------- /src/util/vfs/vfs-fifo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/vfs/vfs-fifo.c -------------------------------------------------------------------------------- /src/util/vfs/vfs-file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/vfs/vfs-file.c -------------------------------------------------------------------------------- /src/util/vfs/vfs-lzma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/vfs/vfs-lzma.c -------------------------------------------------------------------------------- /src/util/vfs/vfs-mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/vfs/vfs-mem.c -------------------------------------------------------------------------------- /src/util/vfs/vfs-zip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/src/util/vfs/vfs-zip.c -------------------------------------------------------------------------------- /tools/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/tools/debian/changelog -------------------------------------------------------------------------------- /tools/debian/clean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/tools/debian/clean -------------------------------------------------------------------------------- /tools/debian/compat: -------------------------------------------------------------------------------- 1 | 9 2 | -------------------------------------------------------------------------------- /tools/debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/tools/debian/control -------------------------------------------------------------------------------- /tools/debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/tools/debian/copyright -------------------------------------------------------------------------------- /tools/debian/docs: -------------------------------------------------------------------------------- 1 | README.md 2 | CHANGES 3 | -------------------------------------------------------------------------------- /tools/debian/libmgba.install.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/tools/debian/libmgba.install.in -------------------------------------------------------------------------------- /tools/debian/mgba-qt.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/tools/debian/mgba-qt.install -------------------------------------------------------------------------------- /tools/debian/mgba-qt.manpages: -------------------------------------------------------------------------------- 1 | doc/mgba-qt.6 2 | -------------------------------------------------------------------------------- /tools/debian/mgba-sdl.install: -------------------------------------------------------------------------------- 1 | usr/bin/mgba 2 | -------------------------------------------------------------------------------- /tools/debian/mgba-sdl.manpages: -------------------------------------------------------------------------------- 1 | doc/mgba.6 2 | -------------------------------------------------------------------------------- /tools/debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/tools/debian/rules -------------------------------------------------------------------------------- /tools/debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /tools/debian/watch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/tools/debian/watch -------------------------------------------------------------------------------- /tools/deploy-mac.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/tools/deploy-mac.py -------------------------------------------------------------------------------- /tools/deploy-win.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/tools/deploy-win.sh -------------------------------------------------------------------------------- /tools/dlls.gdb: -------------------------------------------------------------------------------- 1 | start 2 | info sharedlibrary 3 | q 4 | -------------------------------------------------------------------------------- /tools/perf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/tools/perf.py -------------------------------------------------------------------------------- /tools/sanitize-deb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/tools/sanitize-deb.sh -------------------------------------------------------------------------------- /version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weihuoya/mgba/HEAD/version.cmake --------------------------------------------------------------------------------