mgba/src/util
Vicki Pfau 84dd69ff86 Util: Add UIntList predefined vector 2024-08-25 02:32:39 -07:00
..
gui Fix menu bug that allowed the selection of invalid states when wrap=true 2024-03-11 21:55:04 -07:00
image Misc: Fix a slew of less-than-important warnings 2024-04-25 01:03:08 -07:00
test All: Split ENABLE_VFS out from MINIMAL_CORE=2 2024-04-22 03:07:54 -07:00
vfs All: Clean up how assertions are done 2024-06-20 02:23:02 -07:00
CMakeLists.txt Util: Start bringing up new resampler 2024-04-16 21:02:55 -07:00
audio-buffer.c Util: Early exist mAudioBufferRead if the buffer is full 2024-04-22 21:42:34 -07:00
audio-resampler.c All: Clean up how assertions are done 2024-06-20 02:23:02 -07:00
circle-buffer.c All: Clean up how assertions are done 2024-06-20 02:23:02 -07:00
configuration.c All: Split ENABLE_VFS out from MINIMAL_CORE=2 2024-04-22 03:07:54 -07:00
convolve.c Util: 2D convolve with channels 2021-04-15 22:10:58 -07:00
crc32.c Util: Don't build crc32 if the function already exists 2017-09-09 10:51:40 -07:00
elf-read.c Util: Fix crash reading invalid ELFs 2020-01-31 18:10:19 -08:00
formatting.c Util: Fix #if into #ifdef 2024-04-08 02:53:00 -07:00
gbk-table.c GBA Cheats: Add support for loading EZ Flash-style cht files 2019-06-30 14:51:27 -07:00
geometry.c Util: Add mRectangleIntersection 2023-04-03 00:39:53 -07:00
gui.c mGUI: Initial OSK support 2021-04-23 00:24:27 -07:00
hash.c Util: Reformat hashing and let it use 64-bit regions 2022-05-26 23:52:06 -07:00
image.c Misc: Fix a slew of less-than-important warnings 2024-04-25 01:03:08 -07:00
interpolator.c Util: Add cosine interpolator 2024-04-21 16:26:20 -07:00
memory.c Util: Add default memory.c implementation 2020-11-08 00:39:14 -08:00
patch-fast.c All: Migrate includes to separate directory 2016-12-30 21:25:07 -08:00
patch-ips.c All: Migrate includes to separate directory 2016-12-30 21:25:07 -08:00
patch-ups.c Util: Rename CircleBuffer to mCircleBuffer 2024-04-12 23:27:37 -07:00
patch.c All: Migrate includes to separate directory 2016-12-30 21:25:07 -08:00
ring-fifo.c Implement atomic macros for win32 2019-05-17 16:30:50 -07:00
sfo.c All: Clean up how assertions are done 2024-06-20 02:23:02 -07:00
string.c Util: Remove unreachable code 2024-04-14 04:18:43 -07:00
table.c Util: Rebalance non-hashed Tables too 2022-05-28 19:03:27 -07:00
text-codec.c All: Migrate includes to separate directory 2016-12-30 21:25:07 -08:00
vector.c Util: Add UIntList predefined vector 2024-08-25 02:32:39 -07:00
vfs.c Util: Clean up VFileOpen backing a bit more 2024-05-07 22:02:49 -07:00