dolphin-emulator/Source/Core
Lioncash c6678687b0 ChunkFile: Provide additional helpers for C-style arrays
Gets rid of magic numbers in cases where the array size is known at compile time.
This is also useful for future entries that are stack allocated arrays as these
functions prevent incorrect sizes being provided.
2015-09-30 19:45:46 -04:00
..
AudioCommon Common: Remove other Common prefixed headers from Common.h 2015-09-26 18:51:58 -04:00
Common ChunkFile: Provide additional helpers for C-style arrays 2015-09-30 19:45:46 -04:00
Core ChunkFile: Provide additional helpers for C-style arrays 2015-09-30 19:45:46 -04:00
DiscIO Merge pull request #3099 from lioncash/banner 2015-09-29 03:49:08 +02:00
DolphinQt DiscIO: Add a way to get blob type 2015-09-27 20:54:31 +02:00
DolphinWX Fix blob type detection for game right-click menu 2015-09-27 21:06:19 +02:00
InputCommon Common: Move asserts to their own header 2015-09-26 18:51:27 -04:00
UICommon [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
VideoBackends ChunkFile: Provide additional helpers for C-style arrays 2015-09-30 19:45:46 -04:00
VideoCommon ChunkFile: Provide additional helpers for C-style arrays 2015-09-30 19:45:46 -04:00
CMakeLists.txt