# Customize Mupen64Plus

## Overview

Delta uses Mupen64Plus for N64 emulation, which means you can customize your N64 experience by following the instructions below.

## Customizations

#### <mark style="color:purple;">Resolution</mark>

1. Open the Files app on your iOS device
2. Go to `On My iPhone/Delta/Cores/Mupen64Plus/Config`
3. Open `mupen64plus.cfg` in a text editor
4. Change the values for `ScreenWidth` and `ScreenHeight` under `[Video-General]` to your preferred resolution

#### <mark style="color:purple;">Texture Packs</mark>

1. Open the Files app on your iOS device
2. Place the texture pack in the appropriate directory depending on the type of texture pack
   1. **HTS or HTC:** Add to `On My iPhone/Delta/Cores/Mupen64Plus/cache`
   2. **PNGs:** Add to `On My iPhone/Delta/Cores/Mupen64Plus/hires_texture`
3. Open `On My iPhone/Delta/Cores/Mupen64Plus/Config/mupen64plus.cfg` in a text editor
4. Change the value for `txHiresEnable` to 1
5. Open Delta and launch the desired game


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://faq.deltaemulator.com/n64/customize-mupen64plus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
