mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
Some work towards launching by titleid rather than content path,
update some var names in WII_IPC_HLE_Device_fs, filter out some spam logs from VolumeCommon git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6182 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
402b1d83e2
commit
3bdeb923ef
15 changed files with 140 additions and 84 deletions
|
@ -25,6 +25,7 @@
|
|||
#include "Common.h"
|
||||
#include "Blob.h"
|
||||
#include "Volume.h"
|
||||
#include "NandPaths.h"
|
||||
|
||||
namespace DiscIO
|
||||
{
|
||||
|
@ -80,7 +81,7 @@ public:
|
|||
static CNANDContentManager& Access() { return m_Instance; }
|
||||
|
||||
const INANDContentLoader& GetNANDLoader(const std::string& _rName);
|
||||
|
||||
const INANDContentLoader& GetNANDLoader(u64 _titleId);
|
||||
private:
|
||||
|
||||
CNANDContentManager() {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue