Commit graph

  • da564d3fe0 Fix compile errors in Clang Yuri Kunde Schlesner 2014-10-26 00:58:25 -0200
  • b97b2ff438 Add a Doxygen configuration file to generate source docs Yuri Kunde Schlesner 2014-10-25 19:08:11 -0200
  • a7a57c04c6 Merge pull request #150 from lioncash/typo Tony Wasserka 2014-10-25 21:19:43 +0200
  • 70058f8151 Merge pull request #148 from archshift/no-cstring bunnei 2014-10-25 15:19:05 -0400
  • 2dce9b2ead bit_field: Fix a typo in the sample usage. Lioncash 2014-10-25 15:12:24 -0400
  • 4615c73d15 Merge pull request #112 from bunnei/skyeye-dyncom-interpreter bunnei 2014-10-25 14:35:31 -0400
  • 818ba32746 ARM: Removed unnecessary and unused SkyEye MMU code. bunnei 2014-10-07 18:56:40 -0400
  • 3c823c0028 ARM: Removed unused armos code from SkyEye. bunnei 2014-10-07 18:11:55 -0400
  • 130efd461d ARM: Updated dyncom core to use fast label lookup table on clang. bunnei 2014-10-07 17:55:26 -0400
  • 53a22b84da ARM: Integrate SkyEye faster "dyncom" interpreter. bunnei 2014-09-12 18:34:51 -0400
  • b5e6524594 ARM: Reorganized file structure to move shared SkyEye code to a more common area. bunnei 2014-09-10 21:27:14 -0400
  • fd7f92d242 Merge pull request #149 from linkmauve/open-file-directly-fix bunnei 2014-10-25 12:39:22 -0400
  • 2d960f5040 Don’t fail on empty filename in OpenFileDirectly, return the archive handle instead Emmanuel Gil Peyrot 2014-10-25 16:12:57 +0000
  • 7fa4dbd0c6 Removed uses of raw c-string manipulation functions. archshift 2014-10-23 21:17:01 -0700
  • ce8390ac03 Merge pull request #133 from archshift/sdmc-enabled bunnei 2014-10-23 18:51:54 -0400
  • 424fe27844 Merge pull request #146 from yuriks/inttypes bunnei 2014-10-23 16:29:42 -0400
  • b75ac24391 Use std sized types instead of platform specific typedefs Yuri Kunde Schlesner 2014-10-22 22:43:15 -0200
  • a7c7946867 Common: Return from CreateFullPath early if the directory creation fails archshift 2014-10-09 23:27:47 -0700
  • a59f57d504 Use config files to store whether SDMC is enabled or not archshift 2014-10-09 19:43:40 -0700
  • efacd65b26 Merge pull request #145 from yuriks/shader-log-crash Tony Wasserka 2014-10-21 20:24:53 +0200
  • 15c59f3974 Only check OpenGL shader log if size is >1. Yuri Kunde Schlesner 2014-10-21 16:07:39 -0200
  • 09fa3aa338 Merge pull request #144 from archshift/graceful-quit Tony Wasserka 2014-10-19 11:54:19 +0200
  • 36c04ae2ee emu_window_glfw.cpp: Fixed graceful quitting archshift 2014-10-19 00:53:49 -0700
  • d32ea3b977 Merge pull request #143 from archshift/graceful-quit Tony Wasserka 2014-10-18 01:07:04 +0200
  • ccb59a9d28 Implemented graceful closing of the GLFW window, along with emulation. archshift 2014-10-15 18:48:02 -0700
  • 366ae1b351 hid.cpp: Fixed crash when updating pad data while null archshift 2014-10-13 22:18:03 -0700
  • e4905143c8 Merge pull request #113 from neobrain/opengl_refactor Tony Wasserka 2014-10-12 15:18:27 +0200
  • ac54cd13db OpenGL renderer: Request a forward compatible context in citra-qt Yuri Kunde Schlesner 2014-08-30 18:17:47 -0300
  • 11642fd3a2 Rework OpenGL renderer. Yuri Kunde Schlesner 2014-08-28 15:21:54 -0300
  • fec7f6b035 Rename GPU::Regs::FramebufferFormat to PixelFormat Yuri Kunde Schlesner 2014-08-28 15:17:09 -0300
  • 5f598a5e2c OpenGL renderer: Shuffle initialization code around and rename functions. Yuri Kunde Schlesner 2014-08-28 06:34:47 -0300
  • 787a1b047c Remove virtual inheritance from RendererOpenGL Yuri Kunde Schlesner 2014-08-28 05:51:57 -0300
  • 8fb064cd62 Merge pull request #119 from lioncash/warn bunnei 2014-10-08 23:06:28 -0400
  • eb5054e6eb Fix warnings in video_core Lioncash 2014-09-28 11:20:06 -0400
  • 8d1154c24e Merge pull request #128 from purpasmart96/master bunnei 2014-10-07 20:30:21 -0400
  • 20f15f31dd APT: Added a stub for the "GlanceParameter" function. purpasmart96 2014-10-05 14:00:58 -0700
  • a171000cbe Merge pull request #108 from archshift/config bunnei 2014-10-07 19:44:13 -0400
  • e6594f9f53 Added configuration file system. archshift 2014-09-12 17:06:13 -0700
  • 0e2d83fa3a Merge pull request #129 from linkmauve/master bunnei 2014-10-06 15:25:19 -0400
  • fbd72fd6bf Common: Add a helper function to generate a 8.3 filename from a long one. Core: Fix the SDMC Directory implementation to make blargSnes work. Emmanuel Gil Peyrot 2014-09-29 08:34:37 +0000
  • 19c2a96ab0 FileSys: Add static asserts for the Directory struct, and fix its fields position. Emmanuel Gil Peyrot 2014-09-27 19:41:21 +0000
  • 0be5c03176 FileSys: split the constructor into an Open method, in order to notify the opener something went wrong. Kernel: Return an invalid handle to OpenFile when it failed to open. Emmanuel Gil Peyrot 2014-09-27 19:21:48 +0000
  • 23c2fbfc7a FileSys/Kernel: Implement SetSize service call for File objects. Emmanuel Gil Peyrot 2014-09-27 19:16:51 +0000
  • d34673990b FileSys: Add forgotten docstrings. Emmanuel Gil Peyrot 2014-09-27 19:09:04 +0000
  • 44dabd0dec Merge pull request #125 from purpasmart96/master Tony Wasserka 2014-10-05 18:36:49 +0200
  • 1d0ac47832 Added some more names to the function table purpasmart96 2014-10-04 15:01:36 -0700
  • 95f662c96f Merge pull request #122 from purpasmart96/master bunnei 2014-09-30 23:13:28 -0400
  • 7d6f7684e1 added "StoreDataCache" to the function table purpasmart96 2014-09-30 09:13:29 -0700
  • 9061cdc9c0 Merge pull request #120 from lioncash/core-common bunnei 2014-09-29 22:05:56 -0400
  • ca2f0de08a Fix warnings in core and common Lioncash 2014-09-28 11:30:29 -0400
  • ee7cfc71bd Merge pull request #118 from lioncash/chunk-file bunnei 2014-09-22 22:02:51 -0400
  • 07af9a587c Merge pull request #116 from archshift/sdmc-dir bunnei 2014-09-22 22:00:47 -0400
  • ff442d6cf9 chunk_file: General cleanup Lioncash 2014-09-21 16:35:27 -0400
  • 1966f7b0ad Use the citra user path for the sdmc directory archshift 2014-09-20 15:11:38 -0700
  • a9630a9d2b Merge pull request #70 from linkmauve/master bunnei 2014-09-18 22:27:06 -0400
  • 3a570a9fee Kernel: Implement the Close command for Archive, File and Directory. Emmanuel Gil Peyrot 2014-09-14 11:52:52 +0000
  • 99bfa4ae1f FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls. Emmanuel Gil Peyrot 2014-09-12 00:48:28 +0200
  • c197ce2180 Kernel: Add a Directory object and a getter for it from an Archive object. Emmanuel Gil Peyrot 2014-09-12 00:48:04 +0200
  • c14e5713f5 Core: Add a method to obtain a Directory from an Archive. Emmanuel Gil Peyrot 2014-09-12 00:47:05 +0200
  • 33b0d1081e Core: Add a Directory object, with both a stub and a passthrough implementations. Emmanuel Gil Peyrot 2014-09-12 00:46:42 +0200
  • 19d04f3abe Kernel: Add a File object and a getter for it from an Archive object. Emmanuel Gil Peyrot 2014-09-12 00:45:40 +0200
  • e73caaefe5 Core: Add a passthrough backend for the filesystem, exposed as SDMC. Emmanuel Gil Peyrot 2014-09-12 00:44:16 +0200
  • 9251f7e2f8 Core: Add a new File class, obtainable from an Archive, and a stub implementation. Emmanuel Gil Peyrot 2014-09-12 00:42:59 +0200
  • 6b7b36a874 Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions. Emmanuel Gil Peyrot 2014-09-12 00:17:15 +0200
  • edaf59a759 Common: Return the number of items read/written in IOFile’s methods instead of a boolean. Emmanuel Gil Peyrot 2014-09-12 00:16:54 +0200
  • 1c79a4f10c Merge pull request #107 from lioncash/sprintf bunnei 2014-09-16 16:54:41 -0400
  • 73b6f85f9a Merge pull request #109 from lioncash/cruft bunnei 2014-09-15 00:47:13 -0400
  • 741321ac24 Core: Get rid of unnecessary switch statement in Kernel Lioncash 2014-09-13 22:48:30 -0400
  • 31d9cf4d17 Merge pull request #110 from lioncash/warnings bunnei 2014-09-14 21:28:44 -0400
  • 5481115e71 Merge pull request #97 from archshift/cleanup bunnei 2014-09-13 22:58:58 -0400
  • 6cc7c73b80 Core: Fix warnings in gpu.cpp Lioncash 2014-09-13 22:55:41 -0400
  • 093d6fbcdc Core: Replace a sprintf in core_timing with StringFromFormat Lioncash 2014-09-12 21:18:46 -0400
  • cbdf4d4c8e Merge pull request #105 from kevinhartman/hid bunnei 2014-09-12 17:44:25 -0400
  • 02fd19b2f6 Added support for multiple input device types for KeyMap and connected Qt. Kevin Hartman 2014-09-08 21:46:02 -0700
  • 4a94ec934a Initial HID PAD work, with GLFW only. Kevin Hartman 2014-09-03 18:12:58 -0700
  • bb7ddede15 Created structure for PAD. Kevin Hartman 2014-09-02 22:24:03 -0700
  • 532a9e80a0 Merge pull request #99 from archshift/ext-check bunnei 2014-09-11 00:04:36 -0400
  • d79fe3ebaa Merge pull request #103 from archshift/prune bunnei 2014-09-10 18:44:08 -0400
  • 249a567834 Merge pull request #104 from archshift/removal bunnei 2014-09-09 20:56:28 -0400
  • 8891c27425 Merge pull request #101 from lioncash/inf-loop bunnei 2014-09-09 20:53:33 -0400
  • 7f201a9821 Merge pull request #102 from lioncash/define bunnei 2014-09-09 20:50:51 -0400
  • 727bad24a2 Removed fixed_size_queue.h archshift 2014-09-08 18:49:41 -0700
  • 6e606c515f core: Prune redundant includes archshift 2014-09-08 17:52:00 -0700
  • 9d7cc2bedc common: Prune all redundant includes archshift 2014-09-08 17:16:32 -0700
  • 8fe5f2e2fe Moved common_types::Rect from common to Common namespace archshift 2014-09-07 11:51:10 -0700
  • 5472fd4d9b Added string_util to common, small changes in loader.cpp archshift 2014-09-07 11:50:43 -0700
  • 4ed24a0619 loader.cpp: improved file extension checking, made Upper/LowerStr useful archshift 2014-09-07 00:49:52 -0700
  • 5b65decf91 Common: Remove HAVE_CXX11_SYNTAX define from Common.h Lioncash 2014-09-08 15:00:33 -0400
  • 2f6ef914db Common: Fix a potential infinite loop in StringUtil's ReplaceAll Lioncash 2014-09-08 14:48:59 -0400
  • 335082e74e Merge pull request #95 from lioncash/disassembler bunnei 2014-09-08 00:10:13 -0400
  • 85f1b76cd8 Merge pull request #87 from archshift/remove-cruft bunnei 2014-09-07 22:08:06 -0400
  • 498d1a37f1 Removed common/std_xyz, instead using the std header archshift 2014-09-02 22:05:45 -0700
  • 81baa477b5 renderer_opengl.cpp: improved alignment for readability archshift 2014-09-06 20:05:53 -0700
  • 1c02c03e32 Dead code removal: video_core.cpp, load_symbol_map.cpp archshift 2014-09-06 20:05:22 -0700
  • 9c0efdb75b bootmanager::EmuThread: fixed initialization order archshift 2014-09-06 20:04:39 -0700
  • 0167e9140e utils: cleaned up DumpTGA, removing redundancies archshift 2014-09-06 20:04:13 -0700
  • 403c84cdab core: Make the ARM disassembler use std::string internally Lioncash 2014-09-06 14:37:19 -0400
  • a130086587 Merge pull request #93 from lioncash/ref bunnei 2014-09-06 14:06:37 -0400
  • 272a201d12 Merge pull request #94 from lioncash/misc bunnei 2014-09-06 14:06:14 -0400
  • f68776ce13 ncch: Remove C-style struct typedefs Lioncash 2014-09-06 13:37:59 -0400