Commit graph

  • a59826a1c3 Some work towards unloading CROs Subv 2015-12-26 17:06:22 -0500
  • deded6f003 Corrected a bunch of stuff. Subv 2015-12-26 10:46:27 -0500
  • 669596e99e Fixed some conditions. Subv 2015-12-25 22:43:24 -0500
  • d5781d39f9 memcmp instead of strcmp Subv 2015-12-25 22:19:08 -0500
  • e7862bc7a2 Properly relocate all offsets at the start. Subv 2015-12-25 22:13:54 -0500
  • 882005cbf8 Some more work Subv 2015-12-25 16:06:17 -0500
  • 81ae26ef6b Fixed a type bug Subv 2015-12-25 12:59:06 -0500
  • 4caae2df5e Fixed build and a bug Subv 2015-12-25 09:15:27 -0500
  • 5c343b6169 some changes Subv 2015-07-17 14:37:53 -0500
  • d091c3e4ec fixed a bug when retroactively applying unk2 patches Subv 2015-07-16 20:40:36 -0500
  • a43bcd3262 Services/LDR: Updated the code after the latest rebase. Subv 2015-07-16 20:08:56 -0500
  • b79df70c8b Log the load bases Subv 2015-06-02 14:58:10 -0500
  • 1108ea15ce Link the previous and current CRO by their link members. Subv 2015-06-01 15:36:26 -0500
  • 8c8c98e919 Services/LDR: Initial CRO support. Subv 2015-05-31 09:56:40 -0500
  • d0a52c783a HLE/FS: Corrected some style concerns. Subv 2016-01-16 17:01:01 -0500
  • 1874676ec7 HLE/FS: Fixed creating the config savefile when it doesn't exist. Subv 2015-12-28 14:25:32 -0500
  • cde2d945e2 HLE/FS: Implemented GetFormatInfo Subv 2015-12-28 13:51:44 -0500
  • 9fc6246c61 HLE/FS: Don't return an error when deleting the ExtSaveData if it does not exist. Subv 2015-12-28 10:17:49 -0500
  • 910871cc7c HLE/FS: Return the proper error codes when opening files. Subv 2015-12-28 10:17:06 -0500
  • 4be40b7c81 HLE/FS: Fixed the OpenDirectory error code Subv 2015-12-28 10:04:05 -0500
  • f0c0da5b48 HLE/FS: Return the proper error codes on file Read/Write operations. Subv 2015-12-28 10:03:09 -0500
  • c68bf3936c HLE/FS: Corrected the error codes for DeleteFile Subv 2015-12-28 09:59:27 -0500
  • e6e217caa4 HLE/FS: Corrected the error codes for CreateFile Subv 2015-12-28 09:55:38 -0500
  • 84e9c16131 HLE/FS: FS::CreateFile takes an u64 for the file size. Subv 2015-12-28 09:38:10 -0500
  • b55cc65154 Merge 69ca50645e into f1d1049c4f JamePeng 2016-02-11 07:52:14 +0000
  • 69ca50645e Implement function ReplySleepQuery Update the APT FunctionTable Correct APT::AppletUtility Parameter and comment JamePeng 2016-02-11 15:38:40 +0800
  • 3994c85070 fixed : commit wrong code last time Signed-off-by: JamePeng <jame_peng@sina.com> JamePeng 2016-02-11 05:53:58 +0800
  • 8adfde4443 Restore last defined variate JamePeng 2016-02-11 05:20:35 +0800
  • 80a82acf55 Align the code in am.cpp! JamePeng 2016-02-11 05:12:52 +0800
  • 60f8b5a535 Remove unnecessary local variable from GetOutputFormat and GetInputFormat JamePeng 2016-02-11 04:35:12 +0800
  • 86e6d94f56 fixed ListDataTitleTicketInfos again! JamePeng 2016-02-11 04:28:34 +0800
  • 6448d788c5 fixed ListDataTitleTicketInfos JamePeng 2016-02-11 03:47:47 +0800
  • 1fea593c7e implement function GetOutputFormat and GetInputFormat JamePeng 2016-02-11 03:26:22 +0800
  • c6198deec8 implement function ListDataTitleTicketInfos() JamePeng 2016-02-11 03:19:07 +0800
  • 59f51133d9 Merge 3b0a54437c into f1d1049c4f JamePeng 2016-02-10 18:10:14 +0000
  • 3b0a54437c Implement ReplySleepQuery() and ListDataTitleTicketInfos() Correct AppletUtility() parameter! Signed-off-by: JamePeng <jame_peng@sina.com> JamePeng 2016-02-11 02:09:41 +0800
  • 539b072abf Correct some variables and comment in dsp_dsp Align some code Implement function GetOutputFormat and GetInputFormat Signed-off-by: JamePeng <jame_peng@sina.com> JamePeng 2016-02-10 15:00:59 +0800
  • 5ed3824d40 Signed-off-by: JamePeng <jame_peng@sina.com> JamePeng 2016-02-09 17:45:32 +0800
  • 4678e5e6db Merge 1d86878be4 into f1d1049c4f JamePeng 2016-02-08 19:26:20 +0000
  • 1d86878be4 Updated some module's FunctionTable from 3dbrez JamePeng 2016-02-09 01:21:40 +0800
  • f1d1049c4f Merge pull request #1264 from bunnei/fragment-lighting-hw bunnei 2016-02-05 21:49:44 -0500
  • 19557aaab3 pica: Cleanup lighting register definitions and documentation. bunnei 2016-02-04 21:51:56 -0500
  • c4d318f691 gl_rasterizer: Use alignas(16) instead of explicit padding. bunnei 2016-02-04 00:13:17 -0500
  • aaa7beeda8 renderer_opengl: Use GLvec3/GLvec4 aliases for commonly used types. bunnei 2016-02-04 00:03:20 -0500
  • 8e9318f20a gl_rasterizer: Fix issue with interpolation of opposite quaternions. bunnei 2016-01-28 23:29:33 -0500
  • b694423d09 pica_types: Fix typo in docstring. bunnei 2015-12-28 21:03:53 -0500
  • a949fd5f25 pica_types: Replace float24/20/16 with a template class. bunnei 2015-12-16 23:23:50 -0500
  • d171822dce command_processor: Add an assertion to ensure LUTs are not written past their boundaries. bunnei 2015-12-16 18:49:20 -0500
  • 310a1c30ca gl_rasterizer: Remove unnecessary casts. bunnei 2015-12-14 22:14:29 -0500
  • c229503f4a gl_rasterizer: Fix PicaShaderConfig on GCC. bunnei 2015-12-14 21:14:54 -0500
  • 9dfb223d26 gl_rasterizer: Initial implementation of bump mapping. bunnei 2015-11-25 20:49:48 -0500
  • 449902b558 gl_shader_gen: Fix bug in LUT range (should within range [0, 255] not [0, 256]). bunnei 2015-11-25 20:30:27 -0500
  • 348c9c9ff3 gl_shader_gen: Implement lighting red, green, and blue reflection. bunnei 2015-11-25 20:25:02 -0500
  • 01b407638c gl_shader_gen: View should be normalized. bunnei 2015-11-24 22:59:14 -0500
  • c37de30cfc gl_shader_gen: Implement fragment lighting fresnel effect. bunnei 2015-11-23 20:26:09 -0500
  • 0e67c21c9e gl_shader_gen: Implement fragment lighting specular 1 component. bunnei 2015-11-19 22:42:06 -0500
  • 781b046579 gl_shader_gen: Add support for D0 LUT scaling. bunnei 2015-11-19 19:00:42 -0500
  • 3d89dacd56 gl_shader_gen: Refactor lighting config to match Pica register naming. bunnei 2015-11-18 23:40:18 -0500
  • 6307999116 pica: Cleanup and add some comments to lighting registers. bunnei 2015-11-18 23:17:25 -0500
  • 6878ba7608 gl_rasterizer: Minor naming refactor on Pica register naming. bunnei 2015-11-18 22:55:24 -0500
  • 76f303538b gl_shader_gen: Reorganize and cleanup lighting code. bunnei 2015-11-18 22:36:01 -0500
  • 5f3bad8fb1 gl_shader_gen: Fix directional lights. bunnei 2015-11-18 21:16:06 -0500
  • bdc72d0904 gl_shader_gen: Fix bug with lighting where clamp highlights was only applied to last light. bunnei 2015-11-18 21:14:50 -0500
  • 603b619cbe gl_shader_gen: View vector needs to be normalized when computing half angle vector. bunnei 2015-11-16 20:56:28 -0500
  • 021cb0bced renderer_opengl: Use textures for fragment shader LUTs instead of UBOs. bunnei 2015-11-15 17:43:01 -0500
  • bf89870437 renderer_opengl: Initial implementation of basic specular lighting. bunnei 2015-11-14 23:23:08 -0500
  • e34fa6365f renderer_opengl: Implement HW fragment lighting distance attenuation. bunnei 2015-11-13 23:04:19 -0500
  • e9af70eaf3 renderer_opengl: Implement HW fragment lighting LUTs within our default UBO. bunnei 2015-11-13 22:52:20 -0500
  • afbef52516 renderer_opengl: Implement diffuse component of HW fragment lighting. bunnei 2015-11-12 17:33:21 -0500
  • b003075570 pica: Implement decoding of basic fragment lighting components. - Diffuse - Distance attenuation - float16/float20 types - Vertex Shader 'view' output bunnei 2015-09-09 22:39:43 -0400
  • 281bc90ad2 pica: Implement fragment lighting LUTs. bunnei 2015-09-12 18:56:12 -0400
  • 4369767c72 pica: Add decodings for distance attenuation and LUT registers. bunnei 2015-09-12 18:47:15 -0400
  • 38c7b20475 pica: Add pica_types module and move float24 definition. bunnei 2015-09-09 18:30:03 -0400
  • 69e2453649 Merge pull request #1391 from tfarley/hw-fb-sync-fix bunnei 2016-02-05 17:03:58 -0500
  • 7400100da7 Merge pull request #1392 from lioncash/move Yuri Kunde Schlesner 2016-02-04 20:39:36 -0800
  • c89e3d5951 backend: defaulted move constructor/assignment Lioncash 2016-02-04 22:39:33 -0500
  • 973a6c40da Add a configuration entry to enable/disable the check LittleWhite 2016-01-13 18:40:41 +0100
  • c2b210f713 Add check before closure when emulation is running LittleWhite 2016-01-10 13:31:20 +0100
  • a15f4d1590 hwrasterizer: Use proper cached fb addr/size tfarley 2016-02-03 15:52:34 -0500
  • 7497675a83 Merge pull request #1387 from lioncash/func bunnei 2016-02-03 12:14:48 -0500
  • 7469d0cdb7 Merge 726c7d93c1 into 30fd5d9e96 Maribel 2016-02-03 07:25:06 +0000
  • 30fd5d9e96 Merge pull request #1388 from yuriks/spammy-opengl-debug Mathew Maidment 2016-02-03 01:57:22 -0500
  • 05356543d9 OpenGL: Downgrade GL_DEBUG_SEVERITY_NOTIFICATION to Debug logging level Yuri Kunde Schlesner 2016-02-02 22:44:13 -0800
  • 0937bed8d8 services: Get rid of unnecessary includes Lioncash 2016-02-02 01:17:41 -0500
  • 5e5bb0c32e services: Update function tables Lioncash 2016-02-01 21:37:10 -0500
  • c99a407998 Send VFP registers Dave Murphy 2016-02-01 12:59:32 +0000
  • cd0b31fd73 Merge pull request #1377 from MerryMage/mmio bunnei 2016-01-30 19:03:33 -0500
  • 2b93313348 Memory: Implement MMIO MerryMage 2016-01-30 18:41:04 +0000
  • 9c4d9f4aa5 Don't send VFP registers. Dave Murphy 2016-01-30 12:20:00 +0000
  • 9dc4f46c7f allow gdbstub control from command line Dave Murphy 2016-01-30 01:33:34 +0000
  • a4769dfaf5 Merge 943ce6f6f5 into 3ab6d77c20 roxoa 2016-01-29 21:48:35 +0000
  • b1a8cf7eae Merge 943ce6f6f5 into 3ab6d77c20 roxoa 2016-01-29 21:31:30 +0000
  • 3ab6d77c20 Merge pull request #1379 from lioncash/color bunnei 2016-01-28 15:22:57 -0500
  • 60fe45813b color: Make trivial helpers constexpr Lioncash 2016-01-27 22:14:17 -0500
  • a43f8d2fb7 Merge pull request #1367 from yuriks/jit-jmp bunnei 2016-01-27 09:19:28 -0500
  • c407b6ce2f Merge pull request #1369 from yuriks/jmpu-inverted bunnei 2016-01-26 09:58:16 -0500
  • 726c7d93c1 Memory: Fix documentation for ExtractFromMemory and InjectIntoMemory MerryMage 2016-01-26 12:53:29 +0000
  • 37658584bb Add OpenAL to build. MerryMage 2016-01-26 12:45:40 +0000
  • d93a782e0c Audio: Whitespace adjustments MerryMage 2016-01-26 12:19:20 +0000
  • add1604e57 Memory: ExtractFromMemory: boost::none MerryMage 2016-01-26 00:46:52 +0000