This website requires JavaScript.
4fba4f36bf
- added SVC stubs for QueryMemory and GetThreadId
bunnei
2014-05-15 20:17:30 -04:00
4910b6f336
added memory mapped region for system mem - sdk demos load a segment here on ELF load
bunnei
2014-05-15 18:56:28 -04:00
3c240abf10
added ability to load AXF files (same as ELF)
bunnei
2014-05-15 18:54:57 -04:00
940330c6e1
completely gutted/refactored threading code to be simpler
bunnei
2014-05-15 18:27:08 -04:00
a7cc430aa4
changed "UID" to "Handle" to be a little more consistent with CTR naming
bunnei
2014-05-15 18:26:28 -04:00
367d63691f
- added ThreadContext struct
bunnei
2014-05-15 18:25:56 -04:00
cf2eb8e3d3
added ThreadQueueList class to common (taken from PPSSPP)
bunnei
2014-05-15 18:19:34 -04:00
b99a5da65b
- added helper function for __KernelCreateThread
bunnei
2014-05-14 20:50:30 -04:00
9f5588725c
changed primary thread priority to 0x30 - this is typical, not 0x31
bunnei
2014-05-14 20:49:27 -04:00
4d7f3c74fd
added function stubs for EatCycles and ReSchedule
bunnei
2014-05-14 20:49:02 -04:00
0de78eb3c4
fixed thread reset to not set stack address
bunnei
2014-05-13 23:18:28 -04:00
7d078189da
various cleanups / remove unused code
bunnei
2014-05-13 22:29:31 -04:00
3838d46b90
added a bunch of threading code, recycled from PPSSPP, with lots of hacks in for 3DS... doesn't really do much yet. Just a jumping off point
bunnei
2014-05-13 22:00:11 -04:00
b87536e82c
changed loader to use __KernelLoadExec
bunnei
2014-05-13 21:58:51 -04:00
b5ef630c9c
added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter decoding for now)
bunnei
2014-05-13 21:58:26 -04:00
1583d2b6f3
- added __KernelLoadExec function
bunnei
2014-05-13 21:57:12 -04:00
ce4d271a53
added option to set CPSR register to arm_interface
bunnei
2014-05-11 22:14:13 -04:00
6b264518a5
added initial kernel/thread modules
bunnei
2014-05-09 22:11:18 -04:00
daf7a7880a
added kernel logger to common
bunnei
2014-05-09 20:54:51 -04:00
bdc54d0d48
Merge pull request #15 from bunnei/hle-services
bunnei
2014-05-08 17:16:35 -04:00
b39cd3a64c
removed unknown fields from GX_CmdBufferHeader
bunnei
2014-05-08 17:12:07 -04:00
a6b047ec3b
removed incorrect dolphin copyright line
bunnei
2014-05-08 17:11:41 -04:00
d4bf68b650
Merge pull request #16 from Sethpaien/master
bunnei
2014-05-08 12:42:01 -04:00
e1fcb2fdfb
Update FlipFramebuffer
Sethpaien
2014-05-08 18:05:30 +02:00
a713bd1bad
fixed include of common in bit_field.h
bunnei
2014-05-07 21:44:16 -04:00
505d984f16
logger fix for linux
bunnei
2014-05-07 21:34:04 -04:00
4de763f462
removed unnecessary log message
bunnei
2014-05-07 21:19:03 -04:00
72622a1b5a
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-05-07 21:04:55 -04:00
f23e99bb85
added kernel memory to mem_map
bunnei
2014-05-07 21:01:09 -04:00
92bde183dd
added GSP to loggers
bunnei
2014-05-07 20:59:21 -04:00
e7a0283625
added BitField to common
bunnei
2014-05-07 18:14:42 -04:00
de36d82dde
- added debug logging to syscall.cpp
bunnei
2014-05-06 23:34:20 -04:00
a3a383cb7a
added mem_map read for config_mem
bunnei
2014-05-06 23:32:04 -04:00
34dc0a9b07
added config_mem module for HLE of firmware configuration memory settings
bunnei
2014-05-06 23:29:39 -04:00
d1472b816f
- disable strict alignment on LDRD/STRD
bunnei
2014-05-06 21:34:00 -04:00
9db26df05f
- added better SVC logging
bunnei
2014-05-06 17:18:20 -04:00
e3ee3e441b
commented out useless debug logs that just spammed console
bunnei
2014-05-06 17:17:00 -04:00
bd316ca0c0
Fixed indents
archshift
2014-05-04 15:47:42 -07:00
62528320ea
Check arg count before attempting to access it.
archshift
2014-05-01 20:41:42 -07:00
f7c6302009
- added CallMCR function to coprocessor HLE module
bunnei
2014-05-01 23:03:50 -04:00
c1e71ae1ac
fixed include in coprocessor.cpp
bunnei
2014-05-01 19:21:04 -04:00
f043424915
renamed hle "mrc" module to "coprocessor"
bunnei
2014-05-01 19:20:44 -04:00
4ee72869cc
- added some function wrappers for HLE
bunnei
2014-05-01 18:50:36 -04:00
eec40f8f6f
Use runtime arguments to specify boot filename.
archshift
2014-05-01 15:13:06 -07:00
7817d6c79a
Support for C++11 on OSX
archshift
2014-04-30 23:47:38 -07:00
bb7fcf79fe
- added option to load a code.bin file extracted from a CXI file
bunnei
2014-04-30 23:50:14 -04:00
08fb71108a
added symbol map load function to Qt GUI
bunnei
2014-04-30 23:46:57 -04:00
29da6e9ab5
added a module to load symbol map files for debugging
bunnei
2014-04-30 23:46:06 -04:00
924e7b6af8
fixed a bug where ExeFs code was being incorrectly masked
bunnei
2014-04-30 23:31:04 -04:00
704075f04a
Fixed indents
archshift
2014-04-30 20:12:01 -07:00
948cfe6d37
Reverse debugging changes
archshift
2014-04-30 20:00:44 -07:00
25106ac96e
Revert "Fix Travis"
archshift
2014-04-30 19:59:38 -07:00
7b1d8045ee
Fix Travis
archshift
2014-04-30 19:51:36 -07:00
dade106aa9
Linux support
archshift
2014-04-30 18:44:48 -07:00
04818af42e
Merge branch 'issue-7-fix' of https://github.com/archshift/citra into issue-7-fix
archshift
2014-04-30 18:37:20 -07:00
541c9dffb7
Unintended change reversal
archshift
2014-04-30 18:34:49 -07:00
fb47258af7
TGA dumps work, courtesy of @bunnei
archshift
2014-04-30 18:34:49 -07:00
bdc3c99904
Merge commit upstream/master into issue-7-fix
archshift
2014-04-30 18:01:12 -07:00
3dad4e3b5c
Sets OGL version for Qt; will only work with Qt5
archshift
2014-04-30 17:10:38 -07:00
c1b770cc0d
OpenGL 3+ on OSX with GLFW
archshift
2014-04-30 17:00:36 -07:00
a7f3ed003d
A bit of Cmake love
archshift
2014-04-30 16:56:25 -07:00
235dddb3f1
added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)
bunnei
2014-04-29 23:16:12 -04:00
c37390f8e2
reorganized memory regions enum, added regions for ExeFS code
bunnei
2014-04-29 22:31:24 -04:00
52377cf0d2
Some more experimentation
archshift
2014-04-29 19:27:01 -07:00
237d079aad
Merge commit upstream/master into issue-7-fix
archshift
2014-04-28 19:44:43 -07:00
5a9c2ce5ea
IT'S ALIVE!
archshift
2014-04-28 19:40:39 -07:00
5a3d9b8e61
added FAQ link to README.md
bunnei
2014-04-28 17:07:48 -04:00
305c2e61bd
fixed build image in README.md to link to Travis CI page
bunnei
2014-04-28 12:23:38 -04:00
b7eb9aad3e
added Travis CI build indicator to README.md
bunnei
2014-04-28 12:21:41 -04:00
d45b14fc66
Merge pull request #5 from cpp3ds/master
bunnei
2014-04-28 11:57:12 -04:00
5749d1eabe
Fix complaints about functions that could not be found
archshift
2014-04-27 22:25:30 -07:00
5741f2fb26
Problematic class with no current implementation
archshift
2014-04-27 22:24:39 -07:00
b9fc729928
Problematic template functions
archshift
2014-04-27 22:23:58 -07:00
48deb45624
Xcode complains that the class name is redundant.
archshift
2014-04-27 22:23:01 -07:00
ff48c8bed3
Rect to BasicRect
archshift
2014-04-27 22:21:46 -07:00
af921daa4c
added virtual address conversion for firmware FW0B
bunnei
2014-04-27 22:32:51 -04:00
81cb80997a
add missing bswap functions
bunnei
2014-04-27 21:49:50 -04:00
535947a0e1
fix for issue Linux build #9 , not sure why this is broken but its unused code I'm just getting rid of it
bunnei
2014-04-27 21:31:50 -04:00
438dba40c1
Merge branch 'hle-interface-updates'
bunnei
2014-04-27 21:25:16 -04:00
a48c6b947d
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-27 18:29:51 -04:00
451a14f98c
fixed weird spacing
bunnei
2014-04-27 18:24:54 -04:00
f76a60be05
removed commented out line - this was for an unimplemented MRC call, no longer need to leave this here
bunnei
2014-04-27 18:22:30 -04:00
1142ccba03
fixed renderer to use correct framebuffer location
bunnei
2014-04-27 12:42:01 -04:00
a6c925112a
hackish but working way to set the framebuffer location to VRAM (used in ARM11 demos tested thus far, e.g. yeti3DS)
bunnei
2014-04-27 12:41:25 -04:00
b2a6ad52f4
added helper functions to mem_map to convert physical addresses to virtual addresses
bunnei
2014-04-27 12:40:31 -04:00
f0525a1eb4
added code to LCD modules keep track of framebuffer location in FCRAM or VRAM
bunnei
2014-04-27 12:39:57 -04:00
f78794961e
- changed HW IO map to use virtual addresses
bunnei
2014-04-26 14:21:40 -04:00
9e047e32d4
added simple GSP GPU ReadHWRegs function to support returning the framebuffer address
bunnei
2014-04-26 01:48:24 -04:00
a272803dcb
added preliminary DataSynchronizationBarrier support with simple DMA copy
bunnei
2014-04-26 01:47:52 -04:00
25d595d869
added (fake) physical addresses for where to put framebuffer in VRAM
bunnei
2014-04-26 01:32:05 -04:00
86a515e5ac
added vram to memory_map
bunnei
2014-04-26 01:27:25 -04:00
a226dc57bf
Need to add Xcursor to linker?
Thomas Edvalson
2014-04-25 23:01:58 -04:00
149503d249
Yet anothing missing dependency? libxcursor-dev
Thomas Edvalson
2014-04-25 22:04:18 -04:00
c08cec14e1
Maybe needs libglew-dev?
Thomas Edvalson
2014-04-25 21:54:09 -04:00
cb0663de51
moved HLE::MRC to its own module, added support for catching data synchronization barrier command
bunnei
2014-04-25 17:15:19 -04:00
6151e26958
added disassembly to unimplemented instruction
bunnei
2014-04-25 15:57:32 -04:00
2672e7d883
removed some cruft
bunnei
2014-04-25 15:27:47 -04:00
e08f242141
fixed bug where svc_ControlMemory was not properly getting passed in parameters
bunnei
2014-04-25 15:26:27 -04:00
322efe83fa
Fixed travis dir problem (third time's the charm)
Thomas Edvalson
2014-04-25 12:52:01 -04:00
ac4947bb68
One of the lines wasn't quite unneccesary.
Thomas Edvalson
2014-04-25 12:43:11 -04:00