inspuration
5f6fa13af6
Implemented SharedMemory Objects
2014-06-10 21:44:03 -04:00
inspuration
1d6ea166c1
Merge branch 'master' into threading
...
Conflicts:
src/core/core.vcxproj.filters
src/core/hle/function_wrappers.h
src/core/hle/service/gsp.cpp
src/core/hle/service/hid.cpp
src/core/hle/svc.cpp
2014-06-10 15:17:04 -04:00
inspuration
85e8edbdd9
Merge branch 'master' of https://github.com/citra-emu/citra
...
Conflicts:
src/core/CMakeLists.txt
2014-06-09 14:45:21 -04:00
inspuration
b7be03fd2c
Added preliminary support for shared memory objects and handles.
2014-06-09 14:42:01 -04:00
bunnei
f922bd14c1
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
2014-06-06 00:35:49 -04:00
bunnei
9b59fb0db8
HLE: Updated various handle debug assertions to be more clear.
2014-06-06 00:19:40 -04:00
Tony Wasserka
90fd4e111c
GPU debugger: Add functionality to inspect command lists.
2014-06-04 23:42:51 +02:00
Tony Wasserka
3240b6ef31
GPU: Cleanup register definitions.
2014-06-04 23:42:51 +02:00
Tony Wasserka
7c5f1647be
Rename LCD to GPU.
2014-06-04 23:42:51 +02:00
Tony Wasserka
944dfe2f86
Add initial graphics debugger interface.
2014-06-04 23:42:48 +02:00
Tony Wasserka
8941090389
GSP: Define more GX commands.
2014-06-04 23:42:37 +02:00
bunnei
7dd18a8df9
gsp: always pass through synchronization barrier for commands
2014-06-01 10:41:23 -04:00
bunnei
c404d22036
hle: cleaned up log messages
2014-05-29 23:26:58 -04:00
bunnei
112904b832
- renamed NewHandle to CreateHandle
...
- updated CreateHandle/DeleteHandle to use KernelObject's
2014-05-18 22:09:08 -04:00
bunnei
b39cd3a64c
removed unknown fields from GX_CmdBufferHeader
2014-05-08 17:12:07 -04:00
bunnei
72622a1b5a
- removed HLE mem "hack" and replaced with kernel mem region
...
- added a helper function for getting command buffer for services
- fixed bug where GSP DMA was incorrectly being done in DataSynchronizationBarrier (instead of gsp_TriggerCmdReqQueue)
2014-05-07 21:04:55 -04:00
bunnei
a6c925112a
hackish but working way to set the framebuffer location to VRAM (used in ARM11 demos tested thus far, e.g. yeti3DS)
2014-04-27 12:41:25 -04:00
bunnei
9e047e32d4
added simple GSP GPU ReadHWRegs function to support returning the framebuffer address
2014-04-26 01:48:24 -04:00
bunnei
66e1f8ab33
added GSP::RegisterInterruptRelayQueue function
2014-04-24 22:20:13 -04:00
bunnei
b8851305bd
updated service comments
2014-04-16 20:46:05 -04:00
bunnei
32c3462047
- added stubbed out GSP::Gpu service interface
...
- various cleanups/refactors to HLE services
2014-04-16 00:03:41 -04:00