index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DiscIO
/
WbfsBlob.cpp
Age
Commit message (
Expand
)
Author
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2017-06-15
Move IOFile to a separate file
JosJuice
2017-03-03
Common: Move byte swapping utilities into their own header
Lioncash
2017-01-22
Fix -Wshadow warning for file_entry
JosJuice
2017-01-11
WbfsBlob: Don't wrap file_entry in std::unique_ptr
JosJuice
2017-01-11
WbfsBlob: Remove m_total_files
JosJuice
2017-01-11
WbfsBlob: Only open each file once
JosJuice
2017-01-11
Only open file once when detecting blob type
JosJuice
2016-12-06
Common: Add alignment header
Léo Lam
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-12-08
DiscIO: Get rid of a few explicit deletes
Lioncash
2015-12-07
DiscIO: Make factory methods return unique_ptrs
Lioncash
2015-10-12
DiscIO: implement WbfsBlob::GetDataSize()
Tillmann Karras
2015-10-12
DiscIO: fix reading the last sector in WBFS
Tillmann Karras
2015-10-12
DiscIO: merge initial WBFS reads
Tillmann Karras
2015-10-12
DiscIO: pre-swap WLBA
Tillmann Karras
2015-10-12
DiscIO: use std::min() in WBFS
Tillmann Karras
2015-09-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
2015-07-06
WbfsBlob: Don't enter an infinite loop when reading beyond end of disc
JosJuice
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-01-24
Clean Up
Benjamin Przybocki
2014-12-14
DiscIO: Clear error status when reading file
JosJuice
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-09-01
DiscIO: Prefix class member variables with "m_"
Lioncash
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-28
Fix various warnings reported by clang
Tillmann Karras
2014-02-22
Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-16
Fix some vertical alignments
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre