Commit graph

  • 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
  • dd296be80b Qt: Updated open dialog to include NCCH formats. bunnei 2014-06-27 16:19:49 -0400
  • aa37d0ed2f FileSys: Added preliminary support for applications reading the RomFS archive. bunnei 2014-06-27 16:18:56 -0400
  • c5baef9b15 APT: Added stubbed ReceiveParameter and various cleanups. bunnei 2014-06-27 15:42:39 -0400
  • 300f7adb6e Loader: Refactored interface such that data is no longer stored by loader. bunnei 2014-06-27 15:33:23 -0400
  • e47d3a30e2 FS: Added stubbed code to intercept and decode file system service functions. bunnei 2014-06-26 17:58:44 -0400
  • fdefa79e16 Kernel: Added stubbed code to support creation of kernel Archive objects. bunnei 2014-06-25 18:15:35 -0400
  • d676d9d313 Core: Removed unused directory_file_system and meta_file_system modules. bunnei 2014-06-25 17:32:09 -0400
  • f2f0f1ade6 Loader: Refactored loading functions to only read data from binary if called. bunnei 2014-06-22 15:40:21 -0400
  • 8afbdacca6 MemMap: Added a WriteBlock function to write a buffer of data to memory. bunnei 2014-06-24 18:51:31 -0400
  • ce1d0c7d0b ELF: Refactored LoadInto(..) to use memcpy, removed unnecessary code. bunnei 2014-06-19 17:52:15 -0400
  • bdbcde3f71 Loader: Refactored use of const. bunnei 2014-06-19 17:46:05 -0400
  • 8e91812205 NCCH: Added RomFS loading. bunnei 2014-06-19 00:11:45 -0400
  • 9ccb7565ac NCCH: Fixes reduce unnecessary logging and load logo/banner/etc. sections correctly. bunnei 2014-06-18 23:53:22 -0400
  • 7c4e8293ca Loader: Implemented AppLoader interface for abstracting application loading. bunnei 2014-06-18 18:58:09 -0400
  • 10f19584c0 NCCH: Changed decompression to load .code directly into memory rather than an intermediate buffer. bunnei 2014-06-17 06:30:14 -0400
  • 79479cc88f Elf: Removed unused macros, changed #include of "common.h" to just "common_types.h". bunnei 2014-06-17 06:23:46 -0400
  • 598d05146c Loader: Cleaned up and removed unused code, refactored ELF namespace. bunnei 2014-06-16 23:18:10 -0400
  • 40f6c392b0 Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces. bunnei 2014-06-16 23:05:10 -0400
  • 4f6f4aac00 Loader: Added support for booting NCCH executables. bunnei 2014-06-16 22:57:09 -0400
  • 8deda35e15 Loader: Moved elf and loader modules to a "loader" subdirectory. bunnei 2014-06-16 18:03:13 -0400
  • 1ec5341c60 Loader: Added stubbed detection of CXI and CCI files. bunnei 2014-06-16 17:53:25 -0400
  • 35a76a4330 Loader: Removed unused CXI and DAT loading code. bunnei 2014-06-16 17:51:04 -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
  • b538f6e23b Merge 3340a3a498 into 10f11b958e inspuration 2014-06-24 19:54:52 +0000
  • 10f11b958e Merge pull request #7 from archshift/travis-osx bunnei 2014-06-24 15:54:51 -0400
  • 3340a3a498 More PR fixes inspuration 2014-06-24 15:06:21 -0400
  • 5e4b592dc6 GLFW: fixed an include bug inspuration 2014-06-13 17:08:27 -0400
  • db122c7499 More bugfixes from PR comments inspuration 2014-06-13 14:17:26 -0400
  • 28e5bff419 Added fixes from PR comments inspuration 2014-06-13 13:47:15 -0400
  • 26f789c92a GLFW: Added glfw key support. Fixed a runtime error on windows. Style fixes inspuration 2014-06-12 20:06:38 -0400
  • 4e6b168d61 VS: Fixed an error introduced to core.vcxproj.filters inspuration 2014-06-12 19:03:38 -0400
  • 2a8cfe3ebb Kernel: Implemented SharedMemory Kernel Object inspuration 2014-06-12 14:01:05 -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
  • a5cff38835 Merge 562f9bd9cb into 004df76795 inspuration 2014-06-21 00:04:02 +0000
  • 562f9bd9cb Removed autogenerated files inspuration 2014-06-20 20:01:51 -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