This website requires JavaScript.
66f91b4346
SVC: Fixed typo with MapMemoryBlock DEBUG_LOG call.
bunnei
2014-08-07 20:27:11 -0400
d0c1794853
Merge pull request #34 from bunnei/gsp-command-synch
bunnei
2014-08-06 18:30:01 -0400
0805ecbaca
GPU: Updated g_last_ticks variable to be more descriptive (represents CPU tick count of last vertical line).
bunnei
2014-08-05 23:33:26 -0400
7ada2625fe
GPU: Updated horizontal sync line counter to use framebuffer height.
bunnei
2014-08-05 23:29:38 -0400
d4bd2f2e5d
Thread: Added more descriptive comment to WaitCurrentThread.
bunnei
2014-08-05 22:32:13 -0400
cad2f21985
GSP: Cleaned up command buffer decoding.
bunnei
2014-07-23 00:10:37 -0400
36fd1c169e
GSP: Added reinitialization of other state objects.
bunnei
2014-07-22 23:36:50 -0400
4e9f305ed2
GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.
bunnei
2014-07-22 23:26:28 -0400
99e404e221
GSP: Removed unnecessary GX_FinishCommand function.
bunnei
2014-07-22 23:10:02 -0400
ec14ffe1cd
GSP: Implements preliminary command synchronization via GPU interrupts.
bunnei
2014-07-22 22:59:26 -0400
c48ab0bd9e
MemMap: Fixed typo with GetPointer to VRAM address.
bunnei
2014-07-22 22:38:21 -0400
2542350b85
AddressArbiter: Removed unnecessary HLE::Reschedule.
bunnei
2014-07-21 21:33:38 -0400
60078baab1
AddressArbiter: Fixed bug with break statements missing from case statements.
bunnei
2014-07-21 21:31:21 -0400
1b247b8031
SRV: Updated GetProcSemaphore to create an event instead of a mutex.
bunnei
2014-07-21 21:25:35 -0400
4d4607041b
SVC: Removed ArbitrateAddress log message that spams to much.
bunnei
2014-07-21 19:20:33 -0400
7a1f813be1
Kernel: Updated Event and Mutex to specify handle that they are blocking for.
bunnei
2014-07-21 18:50:49 -0400
2003ccf09d
Qt: Removed unnecessary HW::Update.
bunnei
2014-07-21 18:48:34 -0400
90aaab1df0
Merge pull request #36 from bunnei/fix-memory-unaligned-reads
bunnei
2014-08-05 20:09:04 -0400
967e5629de
MemMap: Added an error for unaligned 16-bit memory reads.
bunnei
2014-08-05 20:05:06 -0400
da81742439
MemMap: Removed Read64 function.
bunnei
2014-08-05 20:01:55 -0400
81fa804b3c
FS: Fix port name (old port name was based on an unaligned memory read).
bunnei
2014-07-24 19:46:48 -0400
2b52ec4829
MemMap: Fix Read32 for unaligned memory reads.
bunnei
2014-07-24 19:46:10 -0400
8a9f155f29
Merge pull request #35 from bunnei/skyeye-3dmoo
bunnei
2014-08-05 17:45:44 -0400
77fc029a00
ARM: Synchronize Citra's SkyEye core with 3dmoo's.
bunnei
2014-07-23 19:16:40 -0400
866d2a62e9
Merge pull request #27 from neobrain/disassembly_view_rewrite
bunnei
2014-07-23 10:43:46 -0400
daa924b906
Merge pull request #31 from neobrain/gpu_framebuffer
bunnei
2014-07-22 19:20:57 -0400
c131fb2c27
citra-qt: Show function names in disassembler based on bunnei's suggestion.
Tony Wasserka
2014-07-23 00:58:52 +0200
456b9feb25
Disassembler: Chose slightly lower value for chunk size.
Tony Wasserka
2014-07-23 00:50:28 +0200
9fd2537e93
Use uniform formatting when printing hexadecimal numbers.
Tony Wasserka
2014-07-22 23:07:32 +0200
afcb250b31
Fix a few warnings.
Tony Wasserka
2014-07-22 13:49:25 +0200
2eb61dafc0
GPU: Clarify display transfer code.
Tony Wasserka
2014-07-22 13:29:25 +0200
61e2ffd448
GPU: Add documentation.
Tony Wasserka
2014-07-22 13:21:57 +0200
4b141791ed
GSP: Add a few comments.
Tony Wasserka
2014-07-22 13:04:16 +0200
9b0d0c81a0
GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.
Tony Wasserka
2014-07-22 12:41:16 +0200
246cb75584
RegisterSet: Simplify code by using structs for register definition instead of unions.
Tony Wasserka
2014-07-16 11:27:58 +0200
75775e9ef4
GPU: Make use of RegisterSet.
Tony Wasserka
2014-07-16 11:24:09 +0200
357d893b26
GPU: Make framebuffer code format-aware.
Tony Wasserka
2014-07-11 19:48:01 +0200
c6fdeb7b23
Renderer: Fix component order in bottom framebuffer.
Tony Wasserka
2014-07-11 19:40:34 +0200
cb6f97b2eb
Renderer: Respect the active_fb GPU register.
Tony Wasserka
2014-07-16 09:22:08 +0200
9b96407e8e
Renderer: Add a few TODOs.
Tony Wasserka
2014-07-16 09:19:42 +0200
9d618d0b70
GPU: Interface cleanup.
Tony Wasserka
2014-07-11 19:29:12 +0200
46950ee4de
GPU: Initialize GPU registers to some sensible default state.
Tony Wasserka
2014-07-11 19:14:15 +0200
baf0aa04f5
GPU: Emulate memory fills.
Tony Wasserka
2014-06-04 18:30:23 +0200
0b4055c152
GPU: Add proper framebuffer register handling.
Tony Wasserka
2014-07-11 19:10:08 +0200
bbc6f314eb
GPU: Properly implement display transfers.
Tony Wasserka
2014-07-11 19:01:14 +0200
16bbc4f81b
GPU: Add display transfer configuration.
Tony Wasserka
2014-06-01 00:08:00 +0200
ec9511e1db
GSP: HLE GXCommandId::SET_DISPLAY_TRANSFER and GXCommandId::SET_TEXTURE_COPY.
Tony Wasserka
2014-06-01 00:22:40 +0200
cb8f49b7ea
GSP: Implement ReadHWRegs and WriteHWRegs properly.
Tony Wasserka
2014-06-01 13:58:14 +0200
994d29f416
Use a more compatible choice of initial framebuffer addresses.
Tony Wasserka
2014-07-11 18:47:09 +0200
a4d89edd9b
GPU debugger: Don't keep track of debugging data if no debugger views are active.
Tony Wasserka
2014-06-24 21:27:18 +0200
97d47d55f3
Merge pull request #32 from yuriks/master
bunnei
2014-07-21 10:51:51 -0400
f4f505c76c
Merge pull request #33 from lioncash/redefs
bunnei
2014-07-21 10:50:17 -0400
8761461003
core: Kill off type redefenitions in armdefs.h
Lioncash
2014-07-19 22:02:21 -0400
78eb8ba844
[build] Search for the git binary in the default msysgit install dir
Yuri Kunde Schlesner
2014-07-19 17:16:05 -0300
b6213784a4
Merge pull request #30 from neobrain/bitfield_work
Tony Wasserka
2014-07-17 12:23:54 +0200
0da8e2eacc
BitField: Cast enum values to proper integer type.
Tony Wasserka
2014-07-16 09:39:52 +0200
cd1d5786d9
BitField: Add a static_assert.
Tony Wasserka
2014-05-31 19:04:35 +0200
15ab5382a5
BitField: Delete copy assignment to prevent obscure bugs.
Tony Wasserka
2014-07-16 09:07:57 +0200
47a001722d
BitField: Add an explicit evaluation method.
Tony Wasserka
2014-05-29 22:54:34 +0200
584f7aced5
Merge pull request #29 from bunnei/address-arbiters
bunnei
2014-07-08 18:54:12 -0400
3eb89f3e98
Kernel: Added preliminary support for address arbiters.
bunnei
2014-07-06 23:15:40 -0400
ba840d3200
Thread: Added functions to resume threads from address arbitration.
bunnei
2014-07-06 22:48:19 -0400
59f2750482
function_wrappers: Fixed incorrect wrapper, added another.
bunnei
2014-07-06 22:17:34 -0400
6084084a5d
Merge pull request #28 from bunnei/shared-memory
bunnei
2014-07-05 10:28:14 -0400
7ff92c36ed
SharedMemory: Updated MapSharedMemory to use an enum for permissions.
bunnei
2014-07-05 10:22:03 -0400
882dc07929
Memory: Removed deprecated MapBlock_Shared function.
bunnei
2014-07-05 10:12:27 -0400
7b7a435094
GSP: Fixed to use real shared memory object, various cleanups.
bunnei
2014-07-05 00:59:58 -0400
e547128185
Kernel: Added support for shared memory objects.
bunnei
2014-07-05 00:55:39 -0400
3013015a0c
mem_map: Updated interface to expose template functions to other modules.
bunnei
2014-07-04 23:46:16 -0400
ad1adb2f92
Merge pull request #26 from bunnei/romfs-archive
bunnei
2014-07-04 21:58:08 -0400
b70c4fb48e
NCCH: Updated ExeFS memory allocation to be safer.
bunnei
2014-07-04 20:32:06 -0400
542700ccb7
Archive: Added Init/Shutdown methods to reset kernel archive state.
bunnei
2014-07-04 13:38:12 -0400
1099d83455
Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as "override".
bunnei
2014-07-04 13:25:30 -0400
2d734bb6c5
Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final"
bunnei
2014-07-04 13:20:40 -0400
2c62d92551
Loader: Updated read methods to be const
bunnei
2014-07-04 13:11:09 -0400
1ccdb6a769
Qt: Updated open dialog to include NCCH formats.
bunnei
2014-06-27 16:19:49 -0400
17a6148f9d
FileSys: Added preliminary support for applications reading the RomFS archive.
bunnei
2014-06-27 16:18:56 -0400
82702fedb8
APT: Added stubbed ReceiveParameter and various cleanups.
bunnei
2014-06-27 15:42:39 -0400
fd78786828
citra-qt: Rewrite disassembly view.
Tony Wasserka
2014-07-02 21:16:36 +0200
d8da707bb9
Loader: Refactored interface such that data is no longer stored by loader.
bunnei
2014-06-27 15:33:23 -0400
48e39fc992
FS: Added stubbed code to intercept and decode file system service functions.
bunnei
2014-06-26 17:58:44 -0400
8b8c8f4c13
Kernel: Added stubbed code to support creation of kernel Archive objects.
bunnei
2014-06-25 18:15:35 -0400
0cc3e85685
Core: Removed unused directory_file_system and meta_file_system modules.
bunnei
2014-06-25 17:32:09 -0400
469fe42fad
Merge pull request #22 from bunnei/loader-improvements
bunnei
2014-06-25 09:46:14 -0400
a7f1c54490
Loader: Refactored loading functions to only read data from binary if called.
bunnei
2014-06-22 15:40:21 -0400
6aebd4ac98
MemMap: Added a WriteBlock function to write a buffer of data to memory.
bunnei
2014-06-24 18:51:31 -0400
cedc28dcc6
ELF: Refactored LoadInto(..) to use memcpy, removed unnecessary code.
bunnei
2014-06-19 17:52:15 -0400
62b444cd17
Loader: Refactored use of const.
bunnei
2014-06-19 17:46:05 -0400
a8c4648520
NCCH: Added RomFS loading.
bunnei
2014-06-19 00:11:45 -0400
3da2bc6830
NCCH: Fixes reduce unnecessary logging and load logo/banner/etc. sections correctly.
bunnei
2014-06-18 23:53:22 -0400
7889cafc76
Loader: Implemented AppLoader interface for abstracting application loading.
bunnei
2014-06-18 18:58:09 -0400
10f11b958e
Merge pull request #7 from archshift/travis-osx
bunnei
2014-06-24 15:54:51 -0400
280d7af35d
Merge pull request #24 from bunnei/remove-autogenerated-files
bunnei
2014-06-22 18:51:32 -0400
4e4a028ecd
citra_qt: Removed autogenerated files from repo and fixed build issues.
bunnei
2014-06-22 16:37:07 -0400
99110dc460
Travis: Added OSX, use default compilers, moved cmds into own scripts
archshift
2014-05-18 20:28:50 -0700
79a48082e2
NCCH: Changed decompression to load .code directly into memory rather than an intermediate buffer.
bunnei
2014-06-17 06:30:14 -0400
c144ed5058
Elf: Removed unused macros, changed #include of "common.h" to just "common_types.h".
bunnei
2014-06-17 06:23:46 -0400
13bdaa6c60
Loader: Cleaned up and removed unused code, refactored ELF namespace.
bunnei
2014-06-16 23:18:10 -0400
1da361c7ab
Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces.
bunnei
2014-06-16 23:05:10 -0400
3577dd027d
Loader: Added support for booting NCCH executables.
bunnei
2014-06-16 22:57:09 -0400