Play-/Source
Mahmood(Thunder07) d3f49fdbd3 Android: check if cover exists before downloading
Android uses serial async queue's as such multiple download queue might be created for the same image
this should prevent the queue from attempting to redownload the same downloaded image
2017-06-12 05:35:46 +01:00
..
ee Cleanup 2017-05-29 06:01:32 +01:00
gs Cleanup 2017-05-29 06:01:32 +01:00
iop Cleanup 2017-05-29 06:01:32 +01:00
ISO9660 Port libPlay to linux 2015-08-24 20:10:16 -04:00
saves linux: added memory card manager 2016-09-06 00:13:27 +01:00
ui_android Android: check if cover exists before downloading 2017-06-12 05:35:46 +01:00
ui_ios Cleanup 2017-05-29 06:01:32 +01:00
ui_macosx OSX: add 'bin' disk format as supported filetype 2017-05-06 15:28:12 +01:00
ui_unix Merge pull request #552 from Thunder07/qt_fullscreen 2017-05-01 22:24:35 -04:00
ui_win32 Cleanup 2017-05-29 06:01:32 +01:00
AppConfig.cpp Cleaned code related to user directory fetching. No platform specific code should be present anymore (complexity should be hidden in Framework). 2012-08-23 01:49:03 +00:00
AppConfig.h Removed some private ctor/dtor to fix compilation with improved singleton class. 2013-09-22 05:37:48 +00:00
AppDef.h Play! - Version 0.30 2011-06-01 01:52:50 +00:00
BasicBlock.cpp Cleanup 2017-05-29 06:01:32 +01:00
BasicBlock.h Made sure memory layout on AOT_BLOCK is independent of the architecture. 2015-10-19 13:10:16 -04:00
BiosDebugInfoProvider.h Renamed functions in CBiosDebugInfoProvider to make their intent clearer. 2014-07-04 02:18:14 -04:00
ControllerInfo.cpp Added necessary information for L3 and R3 buttons. 2015-09-23 01:30:01 -04:00
ControllerInfo.h Added necessary information for L3 and R3 buttons. 2015-09-23 01:30:01 -04:00
COP_FPU.cpp Fix behavior of FCSR register. 2017-01-06 19:17:44 -05:00
COP_FPU.h Cleanup. 2016-09-06 18:12:40 -04:00
COP_FPU_Reflection.cpp Cleanup 2017-05-29 06:01:32 +01:00
COP_SCU.cpp MTPS only do something when reg equals zero. 2016-05-08 17:43:26 -04:00
COP_SCU.h Implement MFPS/MTPS and MFPC/MTPC. 2016-05-08 17:43:25 -04:00
COP_SCU_Reflection.cpp Cleanup 2017-05-29 06:01:32 +01:00
CsoImageStream.cpp Port libPlay to linux 2015-08-24 20:10:16 -04:00
CsoImageStream.h Add override specifiers. 2015-04-13 23:15:14 -07:00
DiskUtils.cpp Add OpticalMedia abstraction for physical discs. 2017-05-16 19:54:38 -04:00
DiskUtils.h Add OpticalMedia abstraction for physical discs. 2017-05-16 19:54:38 -04:00
ELF.cpp Change way relocated sections are found in IOP module loader. 2016-11-19 17:27:44 -05:00
ELF.h Change way relocated sections are found in IOP module loader. 2016-11-19 17:27:44 -05:00
ElfFile.cpp Cleanup. 2012-10-16 02:17:38 +00:00
ElfFile.h Cleanup. 2012-10-16 02:17:38 +00:00
FrameDump.cpp Change metadata prefix to fix issue with loading first packet metadata. 2016-05-13 21:39:11 -04:00
FrameDump.h Track active path in GIF. 2017-02-24 00:39:28 -05:00
Integer64.h Cleanup. 2012-04-17 05:58:08 +00:00
IszImageStream.cpp Port libPlay to linux 2015-08-24 20:10:16 -04:00
IszImageStream.h Cleanup. 2015-04-14 03:48:55 -04:00
Log.cpp Added a way to disable logging using a preprocessor macro in CLog. 2013-04-21 05:07:30 +00:00
Log.h Removed some private ctor/dtor to fix compilation with improved singleton class. 2013-09-22 05:37:48 +00:00
MA_MIPSIV.cpp Add stub for TEQ. 2017-05-07 22:02:08 -04:00
MA_MIPSIV.h Add stub for TEQ. 2017-05-07 22:02:08 -04:00
MA_MIPSIV_Reflection.cpp Cleanup 2017-05-29 06:01:32 +01:00
MA_MIPSIV_Templates.cpp Implement DSUB. 2016-05-08 17:44:00 -04:00
MailBox.cpp Made few improvements to CMailBox to prevent copies. 2017-03-26 18:35:50 -04:00
MailBox.h Make sure MESSAGE is never copied. 2017-03-26 18:35:50 -04:00
MemoryMap.cpp Cleanup 2017-05-29 06:01:32 +01:00
MemoryMap.h Removed WriteNotifyHandler from CMemoryMap. 2015-06-07 23:05:11 -04:00
MemoryStateFile.cpp Using std::thread instead of boost::thread + some cleanup. 2013-04-25 05:51:31 +00:00
MemoryStateFile.h Using std::thread instead of boost::thread + some cleanup. 2013-04-25 05:51:31 +00:00
MemoryUtils.cpp Cleanup 2017-05-29 06:01:32 +01:00
MemoryUtils.h Made memory utils proxies normal "C" functions to accommodate AOT compilation. 2013-04-14 06:33:04 +00:00
MIPS.cpp Cleanup. 2017-03-12 15:25:40 -04:00
MIPS.h Cleanup. 2017-03-12 15:25:40 -04:00
MIPSAnalysis.cpp Cleanup 2017-05-29 06:01:32 +01:00
MIPSAnalysis.h Remove address range check in AnalyseStringReferences. 2017-01-29 21:13:11 -05:00
MIPSArchitecture.cpp Cleanup. 2017-04-15 00:34:24 -04:00
MIPSArchitecture.h Cleanup. 2017-04-15 00:34:24 -04:00
MIPSAssembler.cpp Cleanup/Update for loops 2017-05-08 19:11:51 +01:00
MIPSAssembler.h Moved EE specific stuff in a separate assembler class. 2014-09-28 23:57:02 -04:00
MIPSCoprocessor.cpp Moved remotely 2006-06-15 04:19:30 +00:00
MIPSCoprocessor.h Added a generic way to distinguish branch instructions that don't have a delay slot (needed for VCALLMS, ERET and SYSCALL) from those who have. 2011-12-10 20:49:50 +00:00
MipsExecutor.cpp Cleanup 2017-05-29 06:01:32 +01:00
MipsExecutor.h Added EE executor that handles block cache invalidation using virtual memory mechanisms. 2015-06-07 23:44:46 -04:00
MipsFunctionPatternDb.cpp Port libPlay to linux 2015-08-24 20:10:16 -04:00
MipsFunctionPatternDb.h Build fixes. 2015-04-20 01:46:41 -04:00
MIPSInstructionFactory.cpp Cleanup. 2017-03-12 15:25:40 -04:00
MIPSInstructionFactory.h Cleanup. 2017-03-12 15:25:40 -04:00
MipsJitter.cpp Only create last block label when it's not created. 2015-04-23 02:16:11 -04:00
MipsJitter.h Cleanup. 2015-04-23 02:04:12 -04:00
MIPSReflection.cpp Added a generic way to distinguish branch instructions that don't have a delay slot (needed for VCALLMS, ERET and SYSCALL) from those who have. 2011-12-10 20:49:50 +00:00
MIPSReflection.h Added a generic way to distinguish branch instructions that don't have a delay slot (needed for VCALLMS, ERET and SYSCALL) from those who have. 2011-12-10 20:49:50 +00:00
MIPSTags.cpp Cleanup. 2017-01-06 19:17:21 -05:00
MIPSTags.h Cleanup. 2017-01-06 19:17:21 -05:00
OpticalMedia.cpp Fix build. 2017-05-16 21:49:07 -04:00
OpticalMedia.h Add OpticalMedia abstraction for physical discs. 2017-05-16 19:54:38 -04:00
OsStructManager.h Added constant for invalid ID in OsStructManager. 2016-02-28 00:55:20 -05:00
OsStructQueue.h Changed the way the thread ready queue is handled. 2015-08-09 00:03:42 -04:00
OsVariableWrapper.h Migrated current thread id to OsVariableWrapper. 2015-08-08 23:36:00 -04:00
PadHandler.cpp Readded PadHandler creation and rewrote GSHandler creation. 2008-01-24 01:37:47 +00:00
PadHandler.h First pass of cleanup for C++11. 2012-03-11 20:06:14 +00:00
PadListener.cpp Added necessary information for L3 and R3 buttons. 2015-09-23 01:30:01 -04:00
PadListener.h Cleanup. 2015-09-23 00:43:51 -04:00
Pch.cpp Tweak precompiled header usage in CMake project. 2017-03-17 21:07:22 -04:00
Pch.h Tweak precompiled header usage in CMake project. 2017-03-17 21:07:22 -04:00
PH_Generic.cpp linux: added basic controls 2016-09-06 00:13:25 +01:00
PH_Generic.h Renamed PH_iOS/PH_Android to PH_Generic. 2015-10-31 20:38:27 -04:00
Posix_VolumeStream.cpp CMakeLists.txt add osx support 2017-02-10 00:43:29 +00:00
Posix_VolumeStream.h MacOSX 2008-01-24 05:00:30 +00:00
Profiler.cpp Make sure we count everything in the profiler. 2016-07-17 16:28:06 -04:00
Profiler.h Make sure we count everything in the profiler. 2016-07-17 16:28:06 -04:00
Ps2Const.h Use enum for IOP scratch pad address. 2016-03-17 16:12:40 -07:00
PS2VM.cpp Add OpticalMedia abstraction for physical discs. 2017-05-16 19:54:38 -04:00
PS2VM.h Add OpticalMedia abstraction for physical discs. 2017-05-16 19:54:38 -04:00
PS2VM_Preferences.h Added option in file menu to boot disk images directly. 2009-02-18 00:56:38 +00:00
RegisterStateFile.cpp Port libPlay to linux 2015-08-24 20:10:16 -04:00
RegisterStateFile.h Cleanup. 2016-03-19 12:02:28 -07:00
ScopedVmPauser.cpp Cleanup. 2016-01-15 21:43:03 -05:00
ScopedVmPauser.h Moved ScopedVmPauser out of Win32 specific code. 2016-01-15 10:09:41 -05:00
ScreenShotUtils.cpp Cleanup. 2017-05-17 09:29:44 -04:00
ScreenShotUtils.h Add ScreenShotUtils 2017-04-09 06:48:27 +01:00
SifDefs.h Fix SIFCMDHEADER layout. 2016-12-20 18:55:15 -05:00
SifModule.h Cleanup. 2016-12-20 18:56:48 -05:00
SifModuleAdapter.h CD reads are now delayed till the next end of vblank. 2014-10-16 03:33:59 -04:00
StructCollectionStateFile.cpp Build fixes. 2015-04-20 01:46:41 -04:00
StructCollectionStateFile.h Updated project to conform to latest changes in Framework. 2012-09-04 23:53:34 +00:00
StructFile.cpp Cleanup/Update for loops 2017-05-08 19:11:51 +01:00
StructFile.h git-svn-id: http://svn.purei.org/purei/trunk@472 b36208d7-6611-0410-8bec-b1987f11c4a2 2009-02-05 16:51:42 +00:00
uint128.h Moved remotely 2006-06-15 04:19:30 +00:00
Utils.cpp Fixed Utils::GetLine not properly giving away empty lines. 2015-04-18 22:16:41 -04:00
Utils.h Cleanup. 2015-07-22 00:31:19 -04:00
VirtualMachine.h Some cleanup. 2013-06-17 05:08:05 +00:00
VirtualPad.cpp Fixed button placement. 2015-10-30 23:31:29 -04:00
VirtualPad.h Copied Android's virtual pad layouting logic to a C++ file. 2015-10-20 20:00:41 -04:00
VolumeStream.cpp git-svn-id: http://svn.purei.org/purei/trunk@76 b36208d7-6611-0410-8bec-b1987f11c4a2 2006-08-08 06:27:51 +00:00
VolumeStream.h Moved remotely 2006-06-15 04:19:30 +00:00