This website requires JavaScript.
Explore
Help
Sign In
mirror
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-01-10 00:40:02 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3883ce6ee9
dolphin
/
Source
/
Core
/
DiscIO
/
Src
History
XTra.KrazzY
3883ce6ee9
More PadSimple config dialog work. Added short function to avoid code repetition and easy code reading. Also fixed some C99 infinite loop declarations.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@670
8ced0084-cf51-0410-be5f-012b33b47a6e
2008-09-24 20:21:17 +00:00
..
AES
More PadSimple config dialog work. Added short function to avoid code repetition and easy code reading. Also fixed some C99 infinite loop declarations.
2008-09-24 20:21:17 +00:00
BannerLoader.cpp
BannerLoader.h
BannerLoaderGC.cpp
BannerLoaderGC.h
BannerLoaderWii.cpp
We hate pointer games, don't we?
2008-09-21 15:04:22 +00:00
BannerLoaderWii.h
Blob.cpp
Blob.h
CompressedBlob.cpp
Ban compression of Wii images until it has been tested. All sorts of minor cleanup.
2008-09-24 19:10:56 +00:00
CompressedBlob.h
DriveBlob.cpp
Added newline at end of file.
2008-09-22 08:14:15 +00:00
DriveBlob.h
FileBlob.cpp
FileBlob.h
FileHandlerARC.cpp
Unified two very, very similar structures with the name "SFileInfo"
2008-09-21 13:32:33 +00:00
FileHandlerARC.h
Unified two very, very similar structures with the name "SFileInfo"
2008-09-21 13:32:33 +00:00
Filesystem.cpp
constification, code style, changed vector<FileInfo*> to vector<FileInfo> for less allocs and more speed in debug mode
2008-09-22 20:35:44 +00:00
Filesystem.h
constification, code style, changed vector<FileInfo*> to vector<FileInfo> for less allocs and more speed in debug mode
2008-09-22 20:35:44 +00:00
FileSystemGCWii.cpp
Ban compression of Wii images until it has been tested. All sorts of minor cleanup.
2008-09-24 19:10:56 +00:00
FileSystemGCWii.h
constification, code style, changed vector<FileInfo*> to vector<FileInfo> for less allocs and more speed in debug mode
2008-09-22 20:35:44 +00:00
SConscript
Added new source file "VolumeDirectory.cpp". And reformatted.
2008-09-23 00:35:07 +00:00
stdafx.cpp
stdafx.h
Volume.h
VolumeCreator.cpp
Ban compression of Wii images until it has been tested. All sorts of minor cleanup.
2008-09-24 19:10:56 +00:00
VolumeCreator.h
added VolumeDirectory and modified ELF boot code to allow a directory on the user's computer to appear as the DVD drive. Linux support needs to be added. Added functionality to the Wii DI. Clicking on a data symbol in the code window sets the memory list to that address.
2008-09-23 00:05:08 +00:00
VolumeDirectory.cpp
Ban compression of Wii images until it has been tested. All sorts of minor cleanup.
2008-09-24 19:10:56 +00:00
VolumeDirectory.h
Moved ScanDirectoryTree() to FileUtil: this is a generic directory scanning function which might be useful in other places as well.
2008-09-23 23:27:38 +00:00
VolumeGC.cpp
VolumeGC.h
VolumeWiiCrypted.cpp
VolumeWiiCrypted.h