dolphin/Source/Core/Core/Src/Boot
2008-10-09 08:51:57 +00:00
..
Boot_BIOSEmu.cpp Added a console window to the DSP HLE plugin to more easily see the current parameter block status. TODO: add more presets to show different parameters and add more file logging options. 2008-10-03 10:59:56 +00:00
Boot_DOL.cpp Fixed compile warning: comparison of signed to unsigned. 2008-08-14 20:47:41 +00:00
Boot_DOL.h Break out BIOS emulation code into its own file. Remove BOOT_BIN support (who still uses that?). assorted warning fixes. 2008-09-24 21:14:23 +00:00
Boot_ELF.cpp Break out BIOS emulation code into its own file. Remove BOOT_BIN support (who still uses that?). assorted warning fixes. 2008-09-24 21:14:23 +00:00
Boot_ELF.h Break out BIOS emulation code into its own file. Remove BOOT_BIN support (who still uses that?). assorted warning fixes. 2008-09-24 21:14:23 +00:00
Boot.cpp Fix Building in Linux, removed the define for _T() in Common.h so now we can have wx headers after including Common.h. Also, InterlockedExchange isn't in Linux so I just made it assign the variable 2008-10-09 08:51:57 +00:00
Boot.h Break out BIOS emulation code into its own file. Remove BOOT_BIN support (who still uses that?). assorted warning fixes. 2008-09-24 21:14:23 +00:00
ElfReader.cpp Break out BIOS emulation code into its own file. Remove BOOT_BIN support (who still uses that?). assorted warning fixes. 2008-09-24 21:14:23 +00:00
ElfReader.h Break out BIOS emulation code into its own file. Remove BOOT_BIN support (who still uses that?). assorted warning fixes. 2008-09-24 21:14:23 +00:00
ElfTypes.h Initial megacommit. 2008-07-12 17:40:22 +00:00