aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2015-01-02armemu: Fix missing Q flag check for SMLSD.Lioncash
2015-01-02dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSDLioncash
2015-01-01dyncom: Implement SXTAB16 and SXTB16Lioncash
2015-01-01Merge pull request #358 from neobrain/pica_progress2bunnei
pica_progress followups
2015-01-01Merge pull request #379 from lioncash/shbunnei
dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAX
2015-01-01dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAXLioncash
2015-01-01Fix SADD8/SSUB8 in the armemuLioncash
2015-01-01dyncom: Implement SADD8/SSUB8Lioncash
2014-12-31SOC_U: Preliminary implementation of sockets.Subv
Stubbed CreateMemoryBlock Using Berkeley sockets, and Winsock2.2 on Windows. So far ftpony creates the socket and accepts incoming connections SOC_U: Renamed functions to maintain consistency Also prevents possible scope errors / conflicts with the actual Berkeley socket functions SOCU: Close all the opened sockets when cleaning up SOCU
2014-12-31GPU: Pseudo-implement horizontal scaling.Tony Wasserka
It's not really known how this actually works. Some testing has shown that this probably performs no filtering, and common usage in games suggests it's not actually resizing the image at all. However, this patch does seem to fix some homebrew showing quasi-duplicated images while still keeping other applications in a working state.
2014-12-31Merge pull request #375 from lioncash/uopsbunnei
dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAX
2014-12-31dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAXLioncash
2014-12-30dyncom: Massive refactorbunnei
2014-12-30Merge pull request #369 from darkf/mingw_bunnei
Fix MinGW build (2)
2014-12-30vfp: Get rid of a few warningsLioncash
2014-12-30vfp: Implement VMOVBRRSSLioncash
2014-12-30dyncom: Implement USAT16/SSAT16Lioncash
2014-12-29Merge pull request #368 from purpasmart96/dsp_membunnei
MemMap: Add support for DSP Read & Writes in the memory map
2014-12-29APT:A: Some style changesSubv
2014-12-29Fix merge conflictsdarkf
2014-12-29MemMap: Add support for DSP Read & Writes in the memory mappurpasmart96
2014-12-29Archives: Implemented ExtSaveData and SharedExtSaveDataSubv
They will be stored in /extsavedata/SDMC and /extsavedata/NAND respectively. Also redirect some APT_A functions to their APT_U equivalents. Implemented the gamecoin.dat file in SharedExtSaveData in the PTM module. Implemented formatting the savegame. Retake a previous savegame if it exists instead of reporting them as not formatted every time a game is loaded.
2014-12-29dyncom: Implement USAT/SSATbunnei
2014-12-29Merge pull request #253 from purpasmart96/mem_mapbunnei
MemMap: Removed I/O address's and added more stuff
2014-12-29dyncom: Various cleanups to match coding style, no functional changes.bunnei
2014-12-29Merge pull request #361 from lioncash/moreqopsbunnei
dyncom/armemu: Implement QADD8/QSUB8.
2014-12-29dyncom: Fix SMLALXY's instruction labelsLioncash
They were erroneously labeled as SMLAL.
2014-12-29Merge pull request #303 from linkmauve/fs-cleanupTony Wasserka
FileSys cleanup
2014-12-29dyncom: Implement QADD8/QSUB8Lioncash
2014-12-29armemu: Implement QADD8/QSUB8Lioncash
2014-12-28Merge pull request #360 from lioncash/dynuxtbunnei
dyncom: Implement UXTB16/UXTAB16
2014-12-28dyncom: Implement UXTB16/UXTAB16Lioncash
2014-12-28Merge pull request #347 from bunnei/frameskipbunnei
Frameskip
2014-12-28Merge pull request #355 from lioncash/simpbunnei
armemu: Simplify some instructions.
2014-12-28GPU: Implement frameskip and remove forced framebuffer swap hack.bunnei
2014-12-28Merge pull request #359 from lioncash/vfpbunnei
vfp: Actually make the code somewhat readable
2014-12-28Merge pull request #331 from yuriks/handle-reformbunnei
New Handle manager
2014-12-28vfp: Actually make the code somewhat readableLioncash
2014-12-28dyncom: Implement PKHBT and PKHTB.bunnei
2014-12-28armemu: Fix PKHTB to do an arithmetic shift and correctly decode immediate ↵bunnei
field.
2014-12-28dyncom: Implement USAD8/USADA8Lioncash
2014-12-28armemu: Simplify SSAT/SSAT16/SXTB/SXTABLioncash
2014-12-28armemu: Simplify REV/REV16/SXTH/SXTAHLioncash
2014-12-28Merge pull request #354 from lioncash/usaduflowbunnei
armemu: Fix underflows in USAD8/USADA8
2014-12-28armemu: Simplify USAT16/UXTB/UXTABLioncash
2014-12-28armemu: Simplify REVSH/UXTH/UXTAHLioncash
2014-12-28Kernel: New handle managerYuri Kunde Schlesner
This handle manager more closely mirrors the behaviour of the CTR-OS one. In addition object ref-counts and support for DuplicateHandle have been added. Note that support for DuplicateHandle is still experimental, since parts of the kernel still use Handles internally, which will likely cause troubles if two different handles to the same object are used to e.g. wait on a synchronization primitive.
2014-12-28Kernel: Replace GetStaticHandleType by HANDLE_TYPE constantsYuri Kunde Schlesner
2014-12-28Rename ObjectPool to HandleTableYuri Kunde Schlesner
2014-12-28armemu: Fix underflows in USAD8/USADA8Lioncash
Initially reported by xdec.