summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-06-16Merge pull request #1898 from archshift/interpreter-split-take2bunnei
Refactor arm_dyncom_interpreter into several files (take 2)
2016-06-15Merge pull request #1875 from JayFoxRox/fogbunnei
Implement standard fog (fog mode 5)
2016-06-12Make arm_dyncom_trans* into a fully fledged compilation unitarchshift
2016-06-12arm_dyncom_interpreter: slightly change AllocBuffer to be intuitivearchshift
2016-06-11Merge pull request #1842 from Subv/portsbunnei
Kernel: Added ClientPort and ServerPort classes, along with svcCreatePort.
2016-06-11Kernel/SVC: Implemented svcCreatePort.Subv
2016-06-11hid: add missing headerwwylele
2016-06-10Merge pull request #1897 from linkmauve/sdl2-config-fixMat M
SDL2: Add forgotten default config changes from 7129611e65096ba2cbe8266f6cb068a9b18981d8
2016-06-10Merge pull request #1789 from wwylele/input-refactorbunnei
Refactor input mapping & implement circle pad modifier
2016-06-10arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT funcarchshift
This allows us to get the addressing operation for STRT, LDRT, STRBT, and LDRBT. We do this so that translation functions don't need to see the addressing ops directly.
2016-06-10arm_dyncom_interpreter: rename operation functions to fit style guidearchshift
2016-06-10arm_dyncom_interpreter: Rename anonymous enum to TransExtDataarchshift
2016-06-10arm_dyncom_interpreter.cpp: #include translation info from inc filesarchshift
2016-06-11SDL2: Add forgotten default config changes from ↵Emmanuel Gil Peyrot
7129611e65096ba2cbe8266f6cb068a9b18981d8.
2016-06-10Revert "Split huge interpreter source file into translation info and ↵archshift
interpreter (+ some tiny misc style fixes)"
2016-06-08arm_dyncom_interpreter: rename operation functions to fit style guidearchshift
2016-06-08arm_dyncom_interpreter.cpp: Split by translation and interpreter logicarchshift
To facilitate the split, some small changes were made to names of various structures and functions.
2016-06-08gdbstub: E0 should be E00shinyquagsire23
2016-06-07Merge pull request #1765 from JayFoxRox/debug-surface-viewerbunnei
Debugger: Pica surface viewer
2016-06-07OpenGL: Implement fogJannik Vogel
2016-06-07Rasterizer: Implement fogJannik Vogel
2016-06-07Pica: Add fog stateJannik Vogel
2016-06-07OpenGL: Avoid undefined behaviour for UNIFORM_BLOCK_DATA_SIZEJannik Vogel
2016-06-06Merge pull request #1873 from archshift/remove-configbunnei
Remove unused and bitrotted "controller config" files
2016-06-05Kernel: Added ClientPort and ServerPort classes.Subv
This is part of an ongoing effort to implement support for multiple processes.
2016-06-04service: Add other DLP servicesLioncash
Specifically, dlp::CLNT and dlp::FKCL Moves them to their own folder like with other services.
2016-06-02Merge pull request #1863 from mailwl/gpu-threadid-resetbunnei
gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue
2016-06-01Remove unused and bitrotted "controller config" filesarchshift
2016-06-01gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueuemailwl
2016-06-01AddFstEntriesToGameList - prevent loading a directoryLFsWang
2016-05-31Merge pull request #1812 from JayFoxRox/refactor-shaderbunnei
Retrieve shader result from new OutputRegisters-type
2016-05-30Merge pull request #1751 from linkmauve/no-recursive-readdirbunnei
Make recursive FileUtil functions take a maximum recursion
2016-05-29Merge pull request #1692 from Subv/rm_getpointer2bunnei
Memory: Remove most usages of GetPointer
2016-05-28Merge pull request #1756 from wwylele/config-cleanupbunnei
Config block: clean up
2016-05-28Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types ↵Subv
in the memory block manipulation functions.
2016-05-28Memory: Make ReadBlock and WriteBlock accept void pointers.Subv
2016-05-28SOC_U: Remove usage of GetPointerSubv
2016-05-28SSL_C: Remove use of Memory::GetPointerMerryMage
2016-05-28GSP_GPU: Remove use of Memory::GetPointerMerryMage
2016-05-28Memory: CopyBlockMerryMage
2016-05-28DSP_DSP: Remove use of Memory::GetPointerMerryMage
2016-05-28FS/Archive: Remove use of Memory::GetPointerMerryMage
2016-05-27Merge pull request #1857 from MerryMage/rotr-rotlbunnei
common_funcs: Provide rotr and rotl for MSVC
2016-05-27common_funcs: Provide rotr and rotl for MSVCMerryMage
2016-05-26Merge pull request #1568 from JayFoxRox/fix-printfMat M
Fix ftoi and disable VFPv3
2016-05-26Merge pull request #1810 from JayFoxRox/fix-float-exceptionsbunnei
Fix float exceptions
2016-05-26Merge pull request #1846 from JayFoxRox/missing-dirty-lightingbunnei
OpenGL: Set shader_dirty on lighting changes
2016-05-26Merge pull request #1855 from MerryMage/memory-headers-20160526Mat M
Memory: Added necessary headers and removed unnecessary header
2016-05-26Memory: Added necessary headers and removed unnecessary headerMerryMage
2016-05-25Merge pull request #1817 from linkmauve/smdh-stuffbunnei
Improve SMDH support in loaders and frontends