mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 17:59:50 +00:00
improved FileHandlerARC
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2461 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
0e9a49af7f
commit
cbd5345696
2 changed files with 21 additions and 2 deletions
|
@ -30,6 +30,8 @@ class CARCFile
|
|||
{
|
||||
public:
|
||||
|
||||
CARCFile(const std::string& _rFilename);
|
||||
|
||||
CARCFile(const u8* _pBuffer, size_t _BufferSize);
|
||||
|
||||
virtual ~CARCFile();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue