Fix alignment issues with writing to VRAM, which is half-word addressable
This commit is contained in:
@ -3,12 +3,12 @@ FROM wombatant/devenv:latest
|
||||
ENV DEVKITPRO /opt/devkitPro
|
||||
ENV DEVKITARM ${DEVKITPRO}/devkitARM
|
||||
|
||||
RUN dnf install -y qt5-devel
|
||||
RUN dnf install -y qt5-devel llvm libasan
|
||||
|
||||
###############################################################################
|
||||
# Install Ox
|
||||
|
||||
RUN git clone -b release-0.1 https://github.com/wombatant/ox.git /usr/local/src/ox && \
|
||||
RUN git clone -b e976fd3fe62c98be29c4389ba6700a4a1fb8e0ae https://github.com/wombatant/ox.git /usr/local/src/ox && \
|
||||
cd /usr/local/src/ox && \
|
||||
# setup build dirs
|
||||
mkdir -p \
|
||||
|
Reference in New Issue
Block a user