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
|
bac6ca233c
|
Core: Cleaned up SingleStep(), updated default LCD refresh to assume each instruction is ~3 cycles
|
2014-06-06 00:06:33 -04: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
|
66754b121f
|
Pica: Add command list registers.
|
2014-06-04 23:42:37 +02:00 |
|
inspuration
|
3285b3c168
|
changed paddr_buttons to vaddr
|
2014-05-29 16:45:09 -04:00 |
|
inspuration
|
6682f9173b
|
Fixed minor suggestions by bunnei
|
2014-05-29 16:42:37 -04:00 |
|
inspuration
|
5dc4223a62
|
Untabified previous commits, Added preliminary binding support in citra_qt, renamed USER_INPUT to HID
|
2014-05-29 12:06:45 -04:00 |
|
inspuration
|
4865be9cef
|
Working WASD in citra_qt
|
2014-05-29 01:59:09 -04:00 |
|
inspuration
|
85f31fdfc5
|
Added syscall GetSystemTick, Added User_Input
|
2014-05-29 01:27:59 -04:00 |
|
bunnei
|
46aef01d04
|
lcd: moved kFrameTicks to lcd.h for use in other modules
|
2014-05-28 21:19:13 -04:00 |
|
bunnei
|
7bb66421a0
|
lcd: added thread wait after (faked) vblank interrupt (would have) occurred
|
2014-05-22 20:01:04 -04:00 |
|
bunnei
|
f0525a1eb4
|
added code to LCD modules keep track of framebuffer location in FCRAM or VRAM
|
2014-04-27 12:39:57 -04:00 |
|
bunnei
|
f78794961e
|
- changed HW IO map to use virtual addresses
- added hooks to catch LCD IO read/writes
|
2014-04-26 14:21:40 -04:00 |
|
bunnei
|
25d595d869
|
added (fake) physical addresses for where to put framebuffer in VRAM
|
2014-04-26 01:32:05 -04:00 |
|
bunnei
|
70c2cce963
|
renamed hw_lcd module to just lcd
|
2014-04-17 23:48:23 -04:00 |
|
bunnei
|
c3a4b4bfca
|
added NDMA hardware interface
|
2014-04-17 23:43:55 -04:00 |
|
bunnei
|
f2f63a0f05
|
fixed hw write declarations to not be const
|
2014-04-12 23:32:04 -04:00 |
|
bunnei
|
01bedbf956
|
updated logging message
|
2014-04-10 22:49:12 -04:00 |
|
bunnei
|
5d95bb9843
|
cleaned up some logging messages
|
2014-04-10 22:45:40 -04:00 |
|
bunnei
|
de0a034a84
|
fixed project includes to use new directory structure
|
2014-04-08 20:15:08 -04:00 |
|
bunnei
|
63e46abdb8
|
got rid of 'src' folders in each sub-project
|
2014-04-08 19:25:03 -04:00 |
|