This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
dolphin
Watch
2
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-06-15 06:58:37 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d710eda0c5332293afc44d6fd50b95978c29e60c
dolphin
/
Source
/
Core
/
Core
/
Src
/
Boot
History
LPFaint99
5c15292fd8
BS2: check the hash of the loaded ipl.bin file
...
remove some extra + chars from a few ini files (copypasta from a patch?)
2011-08-22 20:49:21 -07:00
..
Boot_BS2Emu.cpp
NAND:Consolidate Wad/Directory loading in CNANDContentLoader to one function
2011-05-09 05:47:29 +00:00
Boot_DOL.cpp
Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p
2011-03-11 10:21:46 +00:00
Boot_DOL.h
Make CDolLoader a bit more c++ish, make wii dols be detected by the presence of a mfspr x, HID4.
2011-01-24 21:54:19 +00:00
Boot_ELF.cpp
NAND:Consolidate Wad/Directory loading in CNANDContentLoader to one function
2011-05-09 05:47:29 +00:00
Boot_ELF.h
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
Boot_WiiWAD.cpp
NAND:Consolidate Wad/Directory loading in CNANDContentLoader to one function
2011-05-09 05:47:29 +00:00
Boot_WiiWAD.h
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
2009-07-28 21:32:10 +00:00
Boot.cpp
BS2: check the hash of the loaded ipl.bin file
2011-08-22 20:49:21 -07:00
Boot.h
NAND:Consolidate Wad/Directory loading in CNANDContentLoader to one function
2011-05-09 05:47:29 +00:00
ElfReader.cpp
Remove the global namespace a bit and remove some dead code.
2011-02-02 18:21:20 +00:00
ElfReader.h
Remove the global namespace a bit and remove some dead code.
2011-02-02 18:21:20 +00:00
ElfTypes.h
Got rid of all of jp's ////////////////////////////// lines (nearly 500 of them)!
2009-09-02 21:00:45 +00:00