Commit graph

  • 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
  • 0aca202ae9 Loader: Moved elf and loader modules to a "loader" subdirectory. bunnei 2014-06-16 18:03:13 -0400
  • 2d7c46c874 Loader: Added stubbed detection of CXI and CCI files. bunnei 2014-06-16 17:53:25 -0400
  • 10ae45b5e7 Loader: Removed unused CXI and DAT loading code. bunnei 2014-06-16 17:51:04 -0400
  • 004df76795 Merge branch 'threading' of https://github.com/bunnei/citra bunnei 2014-06-14 12:13:16 -0400
  • b45a38f557 Kernel: Removed unnecessary "#pragma once". bunnei 2014-06-12 16:57:18 -0400
  • f49ac3a2d7 Kernel: Added freeing of kernel objects on emulator shutdown. bunnei 2014-06-10 22:43:50 -0400
  • 83a4ad2885 Event: Updated several log messages to be assertions. bunnei 2014-06-09 22:46:54 -0400
  • edaefe9fa6 HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only module where they are needed). bunnei 2014-06-09 22:40:52 -0400
  • 8957622d10 SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace. bunnei 2014-06-09 22:30:39 -0400
  • b62ef4bbd2 Thread: Renamed occurrences of "t" to "thread" to improve readability. bunnei 2014-06-09 22:14:03 -0400
  • 5b7cf50a77 Thread: Cleaned up VerifyWait, fixed issue where nullptr msg could unnecessarily be logged. bunnei 2014-06-09 22:08:49 -0400
  • 4620e2a741 HLE: Removed usnused EatCycles function. bunnei 2014-06-06 23:34:49 -0400
  • 862db811f0 SVC: Cleaned up function wrappers to pass in correct argument types. bunnei 2014-06-06 23:31:29 -0400
  • bfdd874b1f Thread: Moved position of * in arguments. bunnei 2014-06-06 20:05:16 -0400
  • 12e2a59565 Thread: Updated VerifyWait to be more readable (but functionally the same). bunnei 2014-06-06 17:57:52 -0400
  • 4d6c96b7d8 SVC: Moved declaration of "wait" variable in SendSyncRequest for improved readability. bunnei 2014-06-06 00:44:44 -0400
  • c95972275e HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) bunnei 2014-06-06 00:35:49 -0400
  • 5365ca157d Kernel: Updated various kernel function "name" arguments to be const references. bunnei 2014-06-06 00:23:33 -0400
  • d7363322c7 HLE: Updated various handle debug assertions to be more clear. bunnei 2014-06-06 00:19:40 -0400
  • 780a443b08 Mutex: Moved ReleaseMutex iterator declaration to be inside while loop. bunnei 2014-06-06 00:13:50 -0400
  • 8cac527c94 Kernel: Updated several member functions to be const bunnei 2014-06-06 00:10:50 -0400
  • 0deeda54ee Core: Cleaned up SingleStep(), updated default LCD refresh to assume each instruction is ~3 cycles bunnei 2014-06-06 00:06:33 -0400
  • 3449aaa350 Core: Changed HW update/thread reschedule to occur more frequently (assume each instruction is ~3 cycles) bunnei 2014-06-05 23:32:02 -0400
  • b774b8b04e Thread: Fixed bug with ResetThread where cpu_registers[15] was being incorrectly set bunnei 2014-06-05 23:19:55 -0400
  • aae9fcf4a4 Kernel: Made SyncRequest not pure virtual, with a default implementation of error (as this is not required for all kernel objects) bunnei 2014-06-05 23:13:28 -0400
  • f5c7c15434 Kernel: Added real support for thread and event blocking bunnei 2014-06-05 22:35:36 -0400
  • c34ba38001 GPU debugger: Const correctness and build fix. Tony Wasserka 2014-06-11 21:22:26 +0200
  • b919158050 Removed definition of MAX_PATH, this is already defined in common_paths.h. bunnei 2014-06-09 23:01:25 -0400
  • ee4717aaae Preprocessor: #if's out OSX-specific GL changes on other platforms archshift 2014-06-09 16:51:09 -0700
  • 06ef8f001a Common: Removed duplicate "LONG" and "MAX_PATH" definitions. bunnei 2014-06-09 20:54:28 -0400
  • 4c2bff61e5 Pica: Use some template magic to define register structures efficiently. Tony Wasserka 2014-05-18 22:50:41 +0200
  • f82410e633 Further refine GPU command list debugging. Tony Wasserka 2014-05-18 21:18:38 +0200
  • b0051b2203 Refine command list debugging functionality and its qt interface. Tony Wasserka 2014-05-18 19:59:36 +0200
  • 6893732348 citra-qt: Add command list view. Tony Wasserka 2014-05-18 17:52:22 +0200
  • 5d62f5d92a GPU debugger: Add functionality to inspect command lists. Tony Wasserka 2014-05-18 17:28:30 +0200
  • 50b2b73be4 video core: added PICA definitions file. Tony Wasserka 2014-05-17 23:07:51 +0200
  • d4530765ce GPU: Cleanup register definitions. Tony Wasserka 2014-05-17 23:01:58 +0200
  • 1dfa392824 Rename LCD to GPU. Tony Wasserka 2014-05-17 22:50:33 +0200
  • 87e98ff97b citra-qt: Add GX command history viewer. Tony Wasserka 2014-05-17 22:38:10 +0200
  • 31666632ca Add initial graphics debugger interface. Tony Wasserka 2014-05-17 22:34:55 +0200
  • 82d3260359 GSP: Define more GX commands. Tony Wasserka 2014-05-17 22:26:45 +0200
  • b1c8bad9a6 Pica: Add command list registers. Tony Wasserka 2014-05-17 22:07:06 +0200
  • 77c0f9868e Update CONTRIBUTING.md bunnei 2014-06-01 15:31:36 -0400
  • 0a48e97c36 CONTRIBUTING: Fix some examples, escape underscores archshift 2014-05-20 15:08:27 -0700
  • d6a4fbf34f Added CONTRIBUTING.md with contents from Coding Style, updated README link archshift 2014-05-20 14:52:02 -0700
  • a002abf171 qt: updated disassembler to show 2X as many instructions bunnei 2014-06-05 01:08:54 -0400
  • 174cc9a0ed hle: added a hokey way to force a thread reschedule during CPU single step mode (as used by the debugger) bunnei 2014-06-05 00:26:48 -0400
  • 6cdad8390c arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually executing one more instruction than expected bunnei 2014-06-05 00:25:32 -0400
  • ce1c561278 kernel: changed current default thread priority back to 0x30 - I think this is more correct bunnei 2014-06-05 00:20:58 -0400
  • 9ece9da50d arm: fixed bug in how thread context switch occurs with SkyEye bunnei 2014-06-05 00:20:11 -0400
  • 870c6146e7 service: added a error log messages for unimplemented WaitSynchronization bunnei 2014-06-04 18:50:50 -0400
  • c330a0a1d6 arm: reverting a change made with cb0663de - this has to have been a typo! bunnei 2014-06-04 18:41:44 -0400
  • b78aff8585 svc: added optional name field to Event and Mutex (used for debugging) bunnei 2014-06-02 20:38:34 -0400
  • 8c0f02a70c kernel: moved position of * for GetTypeName and GetName bunnei 2014-06-02 20:36:58 -0400
  • 2773360f84 coprocessor: reenabled debug log bunnei 2014-06-02 20:36:34 -0400
  • 477b0caca4 svc: updated WaitSynchronizationN to properly use first pointer argument bunnei 2014-06-02 17:54:07 -0400
  • 4819e9a60f svc: changed DuplicateHandle log message from "error" to "debug" bunnei 2014-06-01 22:33:53 -0400
  • 3fb31fbc57 svc: added GetThreadPriority and SetThreadPriority, added (incomplete) DuplicateHandle support bunnei 2014-06-01 22:12:54 -0400
  • 10447d1f48 kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedule bunnei 2014-06-01 21:42:50 -0400
  • e8a17ee6fd arm: added option to prepare CPU core (while mid-instruction) for thread reschedule bunnei 2014-06-01 21:40:10 -0400
  • 15c7d81706 svc: cleaned up function_wrappers, updated various SVCs to make use of pointer arguments bunnei 2014-06-01 20:48:29 -0400
  • a1c0087b9d Merge pull request #5 from Antidote/master bunnei 2014-06-01 15:26:20 -0400
  • 7527f238a1 Merge pull request #12 from Disruption/stomas/bugfix/wrong-field-reference bunnei 2014-06-01 15:25:35 -0400
  • 0be75c13ee Added 'this' reference to num_instructions field so it's properly updated,as before the method was affecting the local method parameter rather than the class field Disruption 2014-06-01 21:08:26 +0200
  • 00adbc7817 log: updated MAX_LOGLEVEL to use correct log level enum type bunnei 2014-06-01 11:49:58 -0400
  • 5cd922d151 log: updated GenericLog __attribute__ for newly added parameter bunnei 2014-06-01 10:57:45 -0400
  • 2f55c9e55b svc: added missing function wrapper for SleepThread bunnei 2014-06-01 10:41:41 -0400
  • 7dd18a8df9 gsp: always pass through synchronization barrier for commands bunnei 2014-06-01 10:41:23 -0400
  • f2f638492b svc: updated waitSychronization to not overwrite handle on return, added stub for SleepThread (does nothing) bunnei 2014-06-01 10:37:19 -0400
  • ba98e25e97 thread: updated Reschedule to sit at a synchronization barrier when no other threads are ready for execution bunnei 2014-06-01 10:35:42 -0400
  • f7cececc5c event: added a hackish ability to set an event as "locked" to its current state, cleaned up some comments bunnei 2014-06-01 10:33:55 -0400
  • 55325dea4c hle: added stubbed service for ndm_u bunnei 2014-05-30 00:24:04 -0400
  • c451ad2835 service: cleaned up log messages bunnei 2014-05-30 00:22:39 -0400